Bug 176616 - Enable File and Directory Entries API at runtime
Summary: Enable File and Directory Entries API at runtime
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords: InRadar
Depends on:
Blocks: 175976
  Show dependency treegraph
 
Reported: 2017-09-08 10:34 PDT by Chris Dumez
Modified: 2017-09-22 16:16 PDT (History)
5 users (show)

See Also:


Attachments
Patch (3.41 KB, patch)
2017-09-22 15:33 PDT, Chris Dumez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2017-09-08 10:34:12 PDT
Enable File and Directory Entries API at runtime. It is currently disabled and relies on DataTransfer.items which is also disabled at runtime.
Comment 1 Chris Dumez 2017-09-08 10:34:44 PDT
<rdar://problem/34330942>
Comment 2 Ryosuke Niwa 2017-09-10 16:09:29 PDT
The minimum requirement to enable dataTransfer.items is to add the support for URL & HTML. I'm trying to finish that work next week.
Comment 3 Ryosuke Niwa 2017-09-21 18:54:49 PDT
dataTransfer.items is enabled by default on macOS & iOS as of https://trac.webkit.org/r222376
Comment 4 Chris Dumez 2017-09-22 15:33:45 PDT
Created attachment 321596 [details]
Patch
Comment 5 Geoffrey Garen 2017-09-22 15:36:05 PDT
Comment on attachment 321596 [details]
Patch

r=me
Comment 6 WebKit Commit Bot 2017-09-22 16:16:09 PDT
Comment on attachment 321596 [details]
Patch

Clearing flags on attachment: 321596

Committed r222412: <http://trac.webkit.org/changeset/222412>
Comment 7 WebKit Commit Bot 2017-09-22 16:16:11 PDT
All reviewed patches have been landed.  Closing bug.