[Webkit-unassigned] [Bug 63013] [EFL] Page Cache was not Enabled, (Enable Page Cache)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 27 03:55:52 PDT 2011


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





--- Comment #12 from Ryuan Choi <ryuan.choi at samsung.com>  2011-06-27 03:55:52 PST ---
(In reply to comment #9)
> (In reply to comment #5)
> > > Tools/EWebLauncher/main.c:279
> > > -    ewk_view_fixed_layout_size_set(app->browser, app->viewport.w, app->viewport.h);
> > > -    ewk_view_zoom_set(app->browser, app->viewport.initScale, 0, 0);
> > >      if (!ewk_view_zoom_range_set(app->browser, app->viewport.minScale, app->viewport.maxScale))
> > >          info(" Fail to set zoom range. minScale = %f, maxScale = %f\n", app->viewport.minScale, app->viewport.maxScale);
> > >      ewk_view_user_scalable_set(app->browser, app->viewport.userScalable);
> > > +
> > > +    ewk_view_fixed_layout_size_set(app->browser, app->viewport.w, app->viewport.h);
> > > +    ewk_view_zoom_set(app->browser, app->viewport.initScale, 0, 0);
> > > +
> > 
> > Can I know why you moved?
> 
> when view port changed, zoom level was set. ewk_view_zoom_set check zoom range. 
> but zoom range value was old one.
> 
> so i changed setting sequence.

Thanks, I checked it.
You're right.

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