Bug 28782 - [V8] Expose files from the pasteboard in drop events.
Summary: [V8] Expose files from the pasteboard in drop events.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-27 12:58 PDT by noel gordon
Modified: 2009-08-27 13:40 PDT (History)
1 user (show)

See Also:


Attachments
Update chromium port to expose dataTransfer.files() (1.92 KB, patch)
2009-08-27 13:06 PDT, noel gordon
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description noel gordon 2009-08-27 12:58:10 PDT
See https://bugs.webkit.org/show_bug.cgi?id=25916
Comment 1 noel gordon 2009-08-27 13:06:33 PDT
Created attachment 38680 [details]
Update chromium port to expose dataTransfer.files()
Comment 2 Dimitri Glazkov (Google) 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?
Comment 3 Eric Seidel (no email) 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.
Comment 4 noel gordon 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.
Comment 5 noel gordon 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
Comment 6 Eric Seidel (no email) 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>
Comment 7 Eric Seidel (no email) 2009-08-27 13:40:15 PDT
All reviewed patches have been landed.  Closing bug.