[webkit-reviews] review requested: [Bug 42121] [chromium] Add new WebClipboard method for setting generic data in copy/cut handlers. : [Attachment 61419] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 13 14:53:51 PDT 2010


Daniel Cheng <dcheng at chromium.org> has asked  for review:
Bug 42121: [chromium] Add new WebClipboard method for setting generic data in
copy/cut handlers.
https://bugs.webkit.org/show_bug.cgi?id=42121

Attachment 61419: Patch
https://bugs.webkit.org/attachment.cgi?id=61419&action=review

------- Additional Comments from Daniel Cheng <dcheng at chromium.org>
Sorry, forgot to commit the changes for the ChangeLog.

ClipboardChromium::setData (or ChromiumDataObject) will call
ChromiumBridge::clipboard()->writeDataFlavor() directly when setting data for a
copy/cut. As mentioned in bug 40515, it'd be nice if we had the equivalent of
startDrag() for copy and cut, but I don't think that feature is going to make
M6.


More information about the webkit-reviews mailing list