Bug 116221

Summary: [GTK] Move GTK port off legacy clipboard
Product: WebKit Reporter: Carlos Garcia Campos <cgarcia>
Component: PlatformAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, darin, esprehn+autocc, gustavo, mrobinson
Priority: P2 Keywords: Gtk
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 115980    
Attachments:
Description Flags
Patch
none
Rebased to current git master mrobinson: review+

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>