[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 05:23:49 PST 2012


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





--- Comment #4 from Yael <yael at webkit.org>  2012-11-30 05:26:06 PST ---
(In reply to comment #2)
> (From update of attachment 176865 [details])
> 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
>From https://bugs.webkit.org/show_bug.cgi?id=100674#c47 I assumed that we do, but this can be done without a new API.

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