[Webkit-unassigned] [Bug 89864] [EFL][WK2] Add ewk_view_ui_client

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 4 00:59:15 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=89864





--- Comment #10 from Hyerim Bae <hyerim.bae at samsung.com>  2012-07-04 00:59:15 PST ---
(In reply to comment #9)
> (From update of attachment 150718 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=150718&action=review
> 
> > Source/WebKit2/UIProcess/API/efl/ewk_view.cpp:650
> > +    Evas_Object* createdEwkView = 0;
> 
> I would use newEwkView instead of createdEwkView.
> 
> > Source/WebKit2/UIProcess/API/efl/ewk_view.h:30
> > + * - "close,window", void: window is closed.
> 
> Place these signals by alphabetical order.
> 
> > Source/WebKit2/UIProcess/API/efl/ewk_view_ui_client.cpp:31
> > +static void close(WKPageRef, const void* clientInfo)
> 
> I think *close* is not clear function name. Why don't you use closePage
Normally, the other client callbacks name is same with the prototype of header file.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list