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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 6 22:51:35 PDT 2010


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


Gyuyoung Kim <gyuyoung.kim at samsung.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #60015|0                           |1
        is obsolete|                            |
  Attachment #60684|                            |review?, commit-queue?
               Flag|                            |




--- Comment #50 from Gyuyoung Kim <gyuyoung.kim at samsung.com>  2010-07-06 22:51:34 PST ---
Created an attachment (id=60684)
 --> (https://bugs.webkit.org/attachment.cgi?id=60684)
viewport-patch-for-eflwebkit-14

Hello Kenneth,

As mentioned in Gustavo's comment above, EFL port doesn't have scale zoom type yet. I heard that Gustavo will contribute scale zoom patch based on cairo. So, in my opinion, I will modify this patch when the scale zoom patch is contributed to WebKitEFL.

In ewk_view.cpp, I add a comment for this issue.

313 +    // Since there's no scale separated from zooming in webkit-efl, this functionality of
314 +    // viewport meta tag is implemented using zoom. When scale zoom is supported by webkit-efl,
315 +    // this functionality will be modified by the scale zoom patch.
316 +    priv->settings.zoom_range.min_scale = ZOOM_MIN;
317 +    priv->settings.zoom_range.max_scale = ZOOM_MAX;


For now, in my opinion, this patch need to be landed first.

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