Bug 59594 - [GTK] Move WebViewWidget to UIProcess/API/gtk
Summary: [GTK] Move WebViewWidget to UIProcess/API/gtk
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords: Gtk
Depends on:
Blocks: 57944 59602 59603
  Show dependency treegraph
 
Reported: 2011-04-27 03:48 PDT by Carlos Garcia Campos
Modified: 2011-04-27 10:24 PDT (History)
0 users

See Also:


Attachments
Patch (53.88 KB, patch)
2011-04-27 04:10 PDT, Carlos Garcia Campos
no flags Details | Formatted Diff | Diff
Patch tha simply moves and renames (40.04 KB, patch)
2011-04-27 10:08 PDT, Carlos Garcia Campos
no flags 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 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>