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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 4 01:46:14 PDT 2012


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


Gyuyoung Kim <gyuyoung.kim at samsung.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |gyuyoung.kim at samsung.com




--- Comment #12 from Gyuyoung Kim <gyuyoung.kim at samsung.com>  2012-07-04 01:46:13 PST ---
(In reply to comment #10)
> (In reply to comment #9)
> > (From update of attachment 150718 [details] [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.

Look at gtk, mac. They use closePage. I think closePage is more clear than close personally. If there is a rule, I'm ok to use *close*.

-- 
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