[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 00:51:55 PST 2012


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





--- Comment #2 from Kenneth Rohde Christiansen <kenneth at webkit.org>  2012-11-30 00:54:12 PST ---
(From update of attachment 176865)
View in context: https://bugs.webkit.org/attachment.cgi?id=176865&action=review

> Source/WebKit2/UIProcess/API/efl/ewk_context.cpp:213
> +void EwkContext::setViewBehavior(Ewk_View_Behavior behavior)
> +{
> +    m_behavior = behavior;
> +}
> +
> +Ewk_View_Behavior EwkContext::viewBehavior() const
> +{
> +    return m_behavior;
> +}

Do we really want this to be public api? You could also just use a hidden environment variable.

Every thing we expose has to be supported

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