[Webkit-unassigned] [Bug 89186] [EFL][WK2] Add APIs to create, delete and get ewk_context.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 27 02:23:53 PDT 2012


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





--- Comment #6 from EunMi Lee <eunmi15.lee at samsung.com>  2012-06-27 02:23:52 PST ---
(In reply to comment #4)
> (From update of attachment 147953 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=147953&action=review
> 
> I looked at GTK port. They don't provide constructors for the context. However, they provide a way to get the default context. Should we consider adding a way to get the default context as well?
> 

Yes, the application can use default context or context which is created by them.

> > Source/WebKit2/UIProcess/API/efl/ewk_context.h:75
> > +EAPI void ewk_context_delete(Ewk_Context *context);
> 
> We usually use *_free() not *_delete().

OK, I will change to *_delete().

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