[Webkit-unassigned] [Bug 40278] [EFL] EFLWebKit doesn't support viewport meta tag
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jun 16 02:58:52 PDT 2010
https://bugs.webkit.org/show_bug.cgi?id=40278
Gyuyoung Kim <gyuyoung.kim at samsung.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #58645|0 |1
is obsolete| |
Attachment #58645|review?, commit-queue? |
Flag| |
--- Comment #27 from Gyuyoung Kim <gyuyoung.kim at samsung.com> 2010-06-16 02:58:48 PST ---
Created an attachment (id=58867)
--> (https://bugs.webkit.org/attachment.cgi?id=58867)
viewport-patch-for-eflwebkit-7
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.
--
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