Bug 87457 - [chromium] DataTransferItem.webkitGetAsEntry() shouldn't be exposed without flag yet
Summary: [chromium] DataTransferItem.webkitGetAsEntry() shouldn't be exposed without f...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Kinuko Yasuda
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-24 21:06 PDT by Kinuko Yasuda
Modified: 2012-05-25 02:36 PDT (History)
5 users (show)

See Also:


Attachments
Patch (2.93 KB, patch)
2012-05-24 22:00 PDT, Kinuko Yasuda
no flags Details | Formatted Diff | Diff
Patch (2.98 KB, patch)
2012-05-24 23:08 PDT, Kinuko Yasuda
tkent: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kinuko Yasuda 2012-05-24 21:06:19 PDT
We have added webkitGetAsEntry() for directory drag-and-drop support in native drag and drop (umbrella bug: issue 76809) but the API hasn't been agreed yet and will likely change.  [NOTE: this feature has been only available if FILE_SYSTEM and DATA_TRANSFER_ITEMS are enabled, and they're both enabled only on chromium for now]

We should not expose such API without runtime flag yet.
Comment 1 Kinuko Yasuda 2012-05-24 22:00:28 PDT
Created attachment 143971 [details]
Patch
Comment 2 Kinuko Yasuda 2012-05-24 22:01:56 PDT
(In reply to comment #1)
> Created an attachment (id=143971) [details]
> Patch

The ongoing discussion thread is here:
http://lists.w3.org/Archives/Public/public-whatwg-archive/2012Apr/0079.html
We'll likely make this API synchronous.
Comment 3 Kinuko Yasuda 2012-05-24 23:08:25 PDT
Created attachment 143983 [details]
Patch
Comment 4 Kinuko Yasuda 2012-05-25 02:36:43 PDT
Committed r118497: <http://trac.webkit.org/changeset/118497>