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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Nov 7 13:43:01 PST 2009


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


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

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




--- Comment #15 from Martin Robinson <martin.james.robinson at gmail.com>  2009-11-07 13:43:01 PDT ---
Created an attachment (id=42703)
 --> (https://bugs.webkit.org/attachment.cgi?id=42703)
Add DataObjectGtk and use it for GDK_SELECTION_PRIMARY (rev2)

Thank you for the review. I've attached a patch addressing some of your issues
you mentioned. In some places the need to call g_free(...) has been removed by
making the uriList a vector of KURLs. In one other, I have switched to using
GOwnPtr.

IMO, m_image and m_dragContext should be GRefPtr's instead of GOwnPtr's. If you
feel like this patch needs that, I can shift my focus to finally getting that
into WebKit ( https://bugs.webkit.org/show_bug.cgi?id=21599 ).

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