Bug 116221 - [GTK] Move GTK port off legacy clipboard
Summary: [GTK] Move GTK port off legacy clipboard
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: Gtk
Depends on:
Blocks: 115980
  Show dependency treegraph
 
Reported: 2013-05-16 05:46 PDT by Carlos Garcia Campos
Modified: 2013-05-18 02:12 PDT (History)
5 users (show)

See Also:


Attachments
Patch (41.96 KB, patch)
2013-05-17 11:18 PDT, Carlos Garcia Campos
no flags Details | Formatted Diff | Diff
Rebased to current git master (42.02 KB, patch)
2013-05-17 11:24 PDT, Carlos Garcia Campos
mrobinson: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos Garcia Campos 2013-05-16 05:46:27 PDT
See bug #115980
Comment 1 Carlos Garcia Campos 2013-05-17 11:18:24 PDT
Created attachment 202121 [details]
Patch

I've tried to keep the patch as smaller as possible, I've in mind some other refactorings for the gtk pasteboard that I'll do in follow up patches when this one lands.
Comment 2 Carlos Garcia Campos 2013-05-17 11:24:03 PDT
Created attachment 202123 [details]
Rebased to current git master
Comment 3 WebKit Commit Bot 2013-05-17 11:26:11 PDT
Thanks for the patch. If this patch contains new public API please make sure it follows the guidelines for new WebKit2 GTK+ API. See http://trac.webkit.org/wiki/WebKitGTK/AddingNewWebKit2API
Comment 4 Martin Robinson 2013-05-17 11:39:01 PDT
Comment on attachment 202123 [details]
Rebased to current git master

Looks reasonable to me as long as all editing and drag and drop tests pass. Glad to see this happening.
Comment 5 Carlos Garcia Campos 2013-05-18 02:12:28 PDT
Committed r150334: <http://trac.webkit.org/changeset/150334>