[Webkit-unassigned] [Bug 40540] [chromium] Add new stubs for querying platform drag-and-drop and copy-and-paste data.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 21 16:32:23 PDT 2010


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


Daniel Cheng <dcheng at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #59105|0                           |1
        is obsolete|                            |
  Attachment #59105|review?, commit-queue?      |
               Flag|                            |
  Attachment #59308|                            |review?, commit-queue?
               Flag|                            |




--- Comment #50 from Daniel Cheng <dcheng at chromium.org>  2010-06-21 16:32:22 PST ---
Created an attachment (id=59308)
 --> (https://bugs.webkit.org/attachment.cgi?id=59308)
Patch

(In reply to comment #49)
> (From update of attachment 59105 [details])
> WebKit/chromium/public/WebDataTransfer.h:47
>  +      virtual WebVector<WebString> types(Source, bool* containsFilenames) = 0;
> since this interface is implemented by the embedder, these methods should all
> have default implementations.
> 

Chromium patch posted at http://codereview.chromium.org/2830019.

> WebKit/chromium/public/WebKitClient.h:79
>  +      virtual WebDataTransfer* dataTransfer() { return 0; }
> it would be very helpful if you could include some documentation
> about what WebDataTransfer is, and it is not clear to me why it
> is a global thing.  should this method be named currentDataTransfer
> to suggest that this is the information about a current data transfer
> if any exists.

Per our conversation, I've updated the patch and folded all the WebDataTransfer stuff into WebClipboard.

-- 
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