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
843f8f04a5
LibWeb: Implement the DataTransferItemList length attribute
2024-08-22 14:21:13 +02:00
Timothy Flynn
74d9cfbf2a
LibWeb: Implement DataTransferItemList.prototype.add()
2024-08-22 14:21:13 +02:00
Timothy Flynn
5c9287aa99
LibWeb: Implement separate DataTransfer factories for IDL / internal use
...
The IDL constructor has to take separate steps than a DataTransfer that
is internally constructed. Notably, an IDL-created object has its own
drag data store, and that store is placed in a read-write mode.
2024-08-22 14:21:13 +02:00