[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
Fri Jun 18 14:45:17 PDT 2010


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





--- Comment #49 from Darin Fisher (:fishd, Google) <fishd at chromium.org>  2010-06-18 14:45:17 PST ---
(From update of attachment 59105)
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.

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.

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