[Webkit-unassigned] [Bug 90054] [EFL][WK2] Make ewk_view inheritable in the WebKit2.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 28 05:14:19 PDT 2012


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





--- Comment #7 from EunMi Lee <eunmi15.lee at samsung.com>  2012-06-28 05:14:18 PST ---
(In reply to comment #6)

Thanks for your comments :)

> (From update of attachment 149705 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=149705&action=review
> 
> > Source/WebKit2/UIProcess/API/efl/ewk_page_group.cpp:40
> > +    if (!ewkPageGroup)
> 
> Shouldn't we use EINA_SAFETY_ON_NULL_RETURN_VAL(ewkPageGroup, 0); ? Passing NULL is not valid API use IMHO.

Yes, right. It's better to use EINA_SAFETY in this case. I will change it.

> 
> > Source/WebKit2/UIProcess/API/efl/ewk_view_private.h:39
> > +Evas_Object* ewk_view_add_with_WKContext_and_WKPageGroup(Evas*, WKContextRef, WKPageGroupRef);
> 
> Can't we make this function name a bit shorter? :)

Yes, the name is long. so how about ewk_view_add_with_WKType()?

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