[Webkit-unassigned] [Bug 103679] [EFL][WK2] MiniBrowser should have a legacy mode

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 30 07:47:47 PST 2012


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


Kenneth Rohde Christiansen <kenneth at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kenneth at webkit.org




--- Comment #8 from Kenneth Rohde Christiansen <kenneth at webkit.org>  2012-11-30 07:50:04 PST ---

> > if (legacy_behavior_enabled) {
> >    // Use raw WK2 api to create a view using legacy mode.
> >    window->ewk_view = (Evas_Object*)WKViewCreate(evas, 0, 0);
> > } else
> >    window->ewk_view = ewk_view_smart_add(evas, smart, ewk_context_default_get());
> Because people usually ask me to condense lines as much as possible :)

We are doing something a bit out of the ordinary here, let's make that clear.

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