[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
Mon Jun 25 05:01:31 PDT 2012


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





--- Comment #4 from Christophe Dumez <christophe.dumez at intel.com>  2012-06-25 05:01:29 PST ---
(From update of attachment 147953)
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?

> Source/WebKit2/UIProcess/API/efl/ewk_context.h:75
> +EAPI void ewk_context_delete(Ewk_Context *context);

We usually use *_free() not *_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