[Webkit-unassigned] [Bug 87969] New: [chromium] DataTransferItem.webkitGetAsEntry() should synchronously return entry

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 31 06:45:11 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=87969

           Summary: [chromium] DataTransferItem.webkitGetAsEntry() should
                    synchronously return entry
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kinuko at chromium.org
                CC: tony at chromium.org, levin at chromium.org,
                    dcheng at chromium.org


[chromium] DataTransferItem.webkitGetAsEntry() should synchronously return entry.

We were adding DataTransferItem.webkitGetAsEntry(callback) which asynchronously returns FileEntry/DirectoryEntry for drag-and-dropped files, but on the public whatwg ML we got the feedback that this method should synchronously return Entry.
(Right now this is only implemented on chromium)

http://lists.w3.org/Archives/Public/public-whatwg-archive/2012Apr/0079.html
http://lists.w3.org/Archives/Public/public-whatwg-archive/2012Apr/0111.html

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list