[Webkit-unassigned] [Bug 40278] [EFL] EFLWebKit doesn't support viewport meta tag

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 14 13:51:58 PDT 2010


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





--- Comment #22 from Lucas De Marchi <lucas.demarchi at profusion.mobi>  2010-06-14 13:51:54 PST ---
(In reply to comment #20)
> >+        Eina_Bool init_layout_completed:1;
> >+        Eina_Bool user_scalable:1;
Ahn... I got why you have 2 user_scalable fields. But please, move this one inside zoom_range to make it clearer.

> >+        struct {
> >+            int w;
> >+            int h;
> >+            float init_scale;
> >+            float min_scale;
> >+            float max_scale;
> >+            Eina_Bool user_scalable:1;
> You have 2 user_scalable... one inside and one outside viewport.
this on is ok.

> 
> >+        } viewport;
> >+        struct {
> >+            float min_scale;
> >+            float max_scale;
put the first one here.

> >+        } zoom_range;

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