Bug 59594

Summary: [GTK] Move WebViewWidget to UIProcess/API/gtk
Product: WebKit Reporter: Carlos Garcia Campos <cgarcia>
Component: WebKit2Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal Keywords: Gtk
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Linux   
Bug Depends on:    
Bug Blocks: 57944, 59602, 59603    
Attachments:
Description Flags
Patch
none
Patch tha simply moves and renames none

Description Carlos Garcia Campos 2011-04-27 03:48:33 PDT
API files should be under the API directory. The view widget should be the native view that hooks into the platform's toolkit, instead of current WebView class which is not a view but a page client.
Comment 1 Carlos Garcia Campos 2011-04-27 04:10:30 PDT
Created attachment 91265 [details]
Patch
Comment 2 Carlos Garcia Campos 2011-04-27 10:08:57 PDT
Created attachment 91305 [details]
Patch tha simply moves and renames

It simply moves and renames, the rest of the patch will be done in separate patches/bugs.
Comment 3 Martin Robinson 2011-04-27 10:10:31 PDT
Comment on attachment 91305 [details]
Patch tha simply moves and renames

Thank you!
Comment 4 Carlos Garcia Campos 2011-04-27 10:23:54 PDT
Committed r85059: <http://trac.webkit.org/changeset/85059>