RESOLVED FIXED 28782
[V8] Expose files from the pasteboard in drop events.
https://bugs.webkit.org/show_bug.cgi?id=28782
Summary [V8] Expose files from the pasteboard in drop events.
noel gordon
Reported 2009-08-27 12:58:10 PDT
Attachments
Update chromium port to expose dataTransfer.files() (1.92 KB, patch)
2009-08-27 13:06 PDT, noel gordon
no flags
noel gordon
Comment 1 2009-08-27 13:06:33 PDT
Created attachment 38680 [details] Update chromium port to expose dataTransfer.files()
Dimitri Glazkov (Google)
Comment 2 2009-08-27 13:09:01 PDT
Comment on attachment 38680 [details] Update chromium port to expose dataTransfer.files() > + [V8] Expose files from the pasteboard in drop events. > + https://bugs.webkit.org/show_bug.cgi?id=28782 This doesn't look at all V8-related. Is it?
Eric Seidel (no email)
Comment 3 2009-08-27 13:13:35 PDT
Comment on attachment 38680 [details] Update chromium port to expose dataTransfer.files() Looks good. We need a eventSender.beginDragWithFiles implementation for Chromium to be able to test this though.
noel gordon
Comment 4 2009-08-27 13:16:12 PDT
(In reply to comment #2) > This doesn't look at all V8-related. Is it? my mistake, should prefixed the bug with [Chromium] or some such.
noel gordon
Comment 5 2009-08-27 13:19:13 PDT
(In reply to comment #3) > (From update of attachment 38680 [details]) > Looks good. We need a eventSender.beginDragWithFiles implementation for > Chromium to be able to test this though. Agree, Nathan filed a chromium issue for that http://code.google.com/p/chromium/issues/detail?id=19884
Eric Seidel (no email)
Comment 6 2009-08-27 13:40:12 PDT
Comment on attachment 38680 [details] Update chromium port to expose dataTransfer.files() Clearing flags on attachment: 38680 Committed r47833: <http://trac.webkit.org/changeset/47833>
Eric Seidel (no email)
Comment 7 2009-08-27 13:40:15 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.