ladybird/Libraries/LibWeb/Clipboard
Timothy Flynn a4a15b9a1e LibWeb+UI/AppKit: Ignore unknown clipboard MIME types
This prevents the AppKit UI from sending unknown MIME types to LibWeb,
where we would previously blindly dereference the result of parsing the
MIME string. We now ignore unknown MIME types as well.
2025-10-10 15:10:03 -04:00
..
Clipboard.cpp LibWeb+UI/AppKit: Ignore unknown clipboard MIME types 2025-10-10 15:10:03 -04:00
Clipboard.h LibWeb: Implement navigator.clipboard.read 2025-05-02 17:46:16 -04:00
Clipboard.idl LibWeb: Implement navigator.clipboard.read 2025-05-02 17:46:16 -04:00
ClipboardEvent.cpp LibWeb: Only set prototype once for object with IDL interface 2025-04-20 18:43:11 +02:00
ClipboardEvent.h LibGC+Everywhere: Factor out a LibGC from LibJS 2024-11-15 14:49:20 +01:00
ClipboardEvent.idl Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
ClipboardItem.cpp LibJS+LibWeb: Port interned bytecode strings to UTF-16 2025-08-14 10:27:08 +02:00
ClipboardItem.h LibWeb: Implement navigator.clipboard.read 2025-05-02 17:46:16 -04:00
ClipboardItem.idl LibWeb: Convert trivial attributes to FrozenArray 2025-04-25 16:43:43 +02:00
SystemClipboard.cpp LibWeb+LibWebVew+WebContent+UI: Add IPC to retrieve the system clipboard 2025-05-02 17:46:16 -04:00
SystemClipboard.h LibWeb: Enable EXPLICIT_SYMBOL_EXPORT 2025-08-23 16:04:36 -06:00