RESOLVED FIXED 202796
[GTK][WPE] File and Directory Entries API is not enabled
https://bugs.webkit.org/show_bug.cgi?id=202796
Summary [GTK][WPE] File and Directory Entries API is not enabled
Carlos Alberto Lopez Perez
Reported 2019-10-10 06:29:45 PDT
The File and Directory Entries API is an API to support file and directory upload by drag-and-drop operations. https://wicg.github.io/entries-api/ The layout test testing the JavaScript IDL interfaces <http/wpt/entries-api/interfaces.html> is passing on GTK, but the corresponding WPT test <https://w3c-test.org/entries-api/interfaces.html> is not when you try with the MiniBrowser. This is because the feature requires a run-time switch (DirectoryUpload) that is enabled for the Layout tests, but when running the browser is only enabled for the Mac/iOS port. We should enable it by default as well for GTK/WPE. There are several manual tests here: https://w3c-test.org/entries-api
Attachments
Patch (2.04 KB, patch)
2019-10-16 11:40 PDT, Carlos Alberto Lopez Perez
no flags
Carlos Alberto Lopez Perez
Comment 1 2019-10-16 11:40:48 PDT
Carlos Alberto Lopez Perez
Comment 2 2019-10-17 01:12:16 PDT
Comment on attachment 381090 [details] Patch Clearing flags on attachment: 381090 Committed r251228: <https://trac.webkit.org/changeset/251228>
Carlos Alberto Lopez Perez
Comment 3 2019-10-17 01:12:21 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.