Timothy Flynn
93712b24bf
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
Jamie Mansfield
2e9aec984c
LibWeb/HTML: Implement DataTransferItem.webkitGetAsEntry()
2024-08-24 14:53:11 +02:00
Timothy Flynn
181ece4d9c
LibWeb: Implement DataTransferItem.prototype.getAsString()
2024-08-23 10:10:34 +01:00
Timothy Flynn
b978dba8bd
LibWeb: Implement DataTransferItem.prototype.getAsFile()
...
This is used on imgur after drag-and-dropping an image onto its page.
2024-08-23 10:10:34 +01:00
Timothy Flynn
001d8384e5
LibWeb: Implement the DataTransferItem kind and type attributes
2024-08-22 14:21:13 +02:00
Timothy Flynn
c82fec0a8c
LibWeb: Add a factory method to create a DataTransferItem
...
A DataTransferItem is associated with a DataTransfer, and points to an
item in the drag data store. We don't yet support removing items from
the store, but when we do, we will clear the index stored here to set
the DataTransferItem's mode to "disabled".
2024-08-22 14:21:13 +02:00
Timothy Flynn
34ad67e056
LibWeb: Remove unused DataTransfer-related IDL factories
...
The IDL for DataTransferItem and DataTransferItemList do not have
constructors.
2024-08-22 14:21:13 +02:00
Timothy Flynn
9e3c6921ab
LibWeb: Add an empty DataTransferItem IDL implementation
2024-08-19 13:29:19 +02:00