[Webkit-unassigned] [Bug 30623] [GTK] Enable DOM clipboard and drag-and-drop access

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


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


Martin Robinson <martin.james.robinson at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #42397|0                           |1
        is obsolete|                            |
  Attachment #42550|                            |review?
               Flag|                            |




--- Comment #9 from Martin Robinson <martin.james.robinson at gmail.com>  2009-11-05 00:50:06 PDT ---
Created an attachment (id=42550)
 --> (https://bugs.webkit.org/attachment.cgi?id=42550)
Add DataObjectGtk and use it for GDK_SELECTION_PRIMARY

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.

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