RESOLVED FIXED 99982
[EFL][WK2] Make the resource load client a C++ class
https://bugs.webkit.org/show_bug.cgi?id=99982
Summary [EFL][WK2] Make the resource load client a C++ class
Chris Dumez
Reported 2012-10-22 05:22:18 PDT
The Resource load client is currently tightly integrated to the view and uses C style. We should move all the resource load client code to its own C++ class.
Attachments
Patch (30.17 KB, patch)
2012-10-22 07:08 PDT, Chris Dumez
no flags
Patch (30.38 KB, patch)
2012-10-22 09:50 PDT, Chris Dumez
no flags
Chris Dumez
Comment 1 2012-10-22 07:08:57 PDT
Chris Dumez
Comment 2 2012-10-22 09:03:23 PDT
Comment on attachment 169904 [details] Patch Will move the class to WebKit namespace.
Chris Dumez
Comment 3 2012-10-22 09:50:50 PDT
Created attachment 169929 [details] Patch Move client to WebKit namespace.
Kenneth Rohde Christiansen
Comment 4 2012-10-22 12:37:02 PDT
Comment on attachment 169929 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=169929&action=review r=me > Source/WebKit2/UIProcess/API/efl/ewk_view.cpp:839 > + priv->resourceLoadClient = ResourceLoadClientEfl::create(ewkView); why not call it ResourceLoaderClientEfl to show the relation to FrameLoaderClient > Source/WebKit2/UIProcess/efl/ResourceLoadClientEfl.cpp:131 > + WKPageResourceLoadClient wkResourceLoadClient; Ah I see now...
WebKit Review Bot
Comment 5 2012-10-22 12:53:18 PDT
Comment on attachment 169929 [details] Patch Clearing flags on attachment: 169929 Committed r132122: <http://trac.webkit.org/changeset/132122>
WebKit Review Bot
Comment 6 2012-10-22 12:53:22 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.