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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 5 04:05:25 PDT 2010


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





--- Comment #48 from Gyuyoung Kim <gyuyoung.kim at samsung.com>  2010-07-05 04:05:24 PST ---
Hello Gustavo and Lucas,

It seems kenneth wants to add scale zoomMode to this patch. For example, WebCore has two zoom modes as below,

enum ZoomMode {
    ZoomPage,
    ZoomTextOnly
};

He wants to add scale zoom for EFL port.

enum ZoomMode {
    ZoomPage,
    ZoomTextOnly,
    ZoomScale
};

So, this viewport patch works on Scale zoom. Is this easy ?

However, as you know, this work takes more time. I heard that you will add cairo scaling patch to WebKitEFL in future.

As mentioned in comment #44, this patch is landed first, then I would like to modify this patch after pushing cairo scaling patch.

Gustavo and Lucas, I wants to know your opinions.

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