RESOLVED FIXED 101322
[EFL][WK2] Make Ewk_Context Ewk_Object
https://bugs.webkit.org/show_bug.cgi?id=101322
Summary [EFL][WK2] Make Ewk_Context Ewk_Object
Mikhail Pozdnyakov
Reported 2012-11-06 01:32:55 PST
Ewk_Context should be Ewk_Object, as part of bug101057 work.
Attachments
patch (25.37 KB, patch)
2012-11-06 02:30 PST, Mikhail Pozdnyakov
no flags
Mikhail Pozdnyakov
Comment 1 2012-11-06 02:30:35 PST
Kenneth Rohde Christiansen
Comment 2 2012-11-06 02:41:11 PST
Comment on attachment 172530 [details] patch View in context: https://bugs.webkit.org/attachment.cgi?id=172530&action=review > Source/WebKit2/UIProcess/API/efl/ewk_context.cpp:199 > +void EwkContext::addVisitedLink(const String& visitedURL) Isn't this confusing now? What abut WebContextEfl ?
Mikhail Pozdnyakov
Comment 3 2012-11-06 02:55:03 PST
(In reply to comment #2) > (From update of attachment 172530 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=172530&action=review > > > Source/WebKit2/UIProcess/API/efl/ewk_context.cpp:199 > > +void EwkContext::addVisitedLink(const String& visitedURL) > > Isn't this confusing now? What abut WebContextEfl ? I don't mind, however how about other classes? WebURLRequsetEfl instead of present EwkUrlRequest?
Chris Dumez
Comment 4 2012-11-06 03:25:06 PST
Comment on attachment 172530 [details] patch View in context: https://bugs.webkit.org/attachment.cgi?id=172530&action=review >>> Source/WebKit2/UIProcess/API/efl/ewk_context.cpp:199 >>> +void EwkContext::addVisitedLink(const String& visitedURL) >> >> Isn't this confusing now? What abut WebContextEfl ? > > I don't mind, however how about other classes? WebURLRequsetEfl instead of present EwkUrlRequest? Why is it confusing? EwkContext is a Ewk Object. Kenneth, you want to call it "WebContextEfl"? why? I think then it would become confusing because we already have a WebContextEfl.cpp file (to provide EFL-specific implementation of some WebContext methods).
WebKit Review Bot
Comment 5 2012-11-06 04:35:45 PST
Comment on attachment 172530 [details] patch Clearing flags on attachment: 172530 Committed r133587: <http://trac.webkit.org/changeset/133587>
WebKit Review Bot
Comment 6 2012-11-06 04:35:50 PST
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.