Bug 176616

Summary: Enable File and Directory Entries API at runtime
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: WebCore Misc.Assignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, ggaren, rniwa, webkit-bug-importer, wenson_hsieh
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 175976    
Attachments:
Description Flags
Patch none

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.