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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 20 07:05:33 PDT 2010


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


Gustavo Noronha (kov) <gns at gnome.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #53774|review?                     |review+
               Flag|                            |




--- Comment #33 from Gustavo Noronha (kov) <gns at gnome.org>  2010-04-20 07:05:31 PST ---
(From update of attachment 53774)
77 GtkClipboard* PasteboardHelper::getPrimarySelectionClipboard(Frame* frame)
const
 78 {
 79         return gtk_widget_get_clipboard(widgetFromFrame(frame),
GDK_SELECTION_PRIMARY);
 80 }

Indentation is off here.

I love this patch. The move to WebCore makes lots of sense, the refactoring
rocks, and the usage of GClosure is very smart! We should do it elsewhere as
well (like in the GeoLocation stuff). Thanks!

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