[webkit-reviews] review canceled: [Bug 40278] [EFL] EFLWebKit doesn't support viewport meta tag : [Attachment 58645] viewport-patch-for-eflwebkit-6

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 16 02:58:48 PDT 2010


Gyuyoung Kim <gyuyoung.kim at samsung.com> has canceled Gyuyoung Kim
<gyuyoung.kim at samsung.com>'s request for review:
Bug 40278: [EFL] EFLWebKit doesn't support viewport meta tag
https://bugs.webkit.org/show_bug.cgi?id=40278

Attachment 58645: viewport-patch-for-eflwebkit-6
https://bugs.webkit.org/attachment.cgi?id=58645&action=review

------- Additional Comments from Gyuyoung Kim <gyuyoung.kim at samsung.com>
I tried to modify this patch according to profusion's guys. I remove the ewk
functions regarding init_layout.
It is just processed by FrameLoaderClientEfl. I add two APIs to get viewport
data as below,

    void ewk_view_zoom_range_get(Evas_Object* o, float* min_scale, float*
max_scale);
    void ewk_view_user_scalable_get(Evas_Object* o, Eina_Bool* user_scalable);

Lastly, I modify WebKit's ChangeLog and try to add comment to
EWebLauncher/main.c file.


More information about the webkit-reviews mailing list