[webkit-reviews] review requested: [Bug 30623] [GTK] Enable DOM clipboard and drag-and-drop access : [Attachment 42550] Add DataObjectGtk and use it for GDK_SELECTION_PRIMARY

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 5 00:50:06 PST 2009


Martin Robinson <martin.james.robinson at gmail.com> has asked  for review:
Bug 30623: [GTK] Enable DOM clipboard and drag-and-drop access
https://bugs.webkit.org/show_bug.cgi?id=30623

Attachment 42550: Add DataObjectGtk and use it for GDK_SELECTION_PRIMARY
https://bugs.webkit.org/attachment.cgi?id=42550&action=review

------- Additional Comments from Martin Robinson
<martin.james.robinson at gmail.com>
This patch adds DataObjectGtk, a container used for holding
pasteboard/clipboard and drag-and-drop data. Code in PasteboardHelperGtk can
set the clipboard appropriately given a DataObjectGtk. It will eventually be
useful for exposing this data in the DOM DataTransfer object
(WebCore/platform/gtk/ClipboardGtk.cpp). The next patch in the series will
handle setting data on the main pasteboard (GDK_SELECTION_CLIPBOARD) in this
way as well.


More information about the webkit-reviews mailing list