[Webkit-unassigned] [Bug 130391] [EFL] Page rendering is not proper when zooming and resizing
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Mar 25 16:33:04 PDT 2014
https://bugs.webkit.org/show_bug.cgi?id=130391
--- Comment #3 from Jinwoo Song <jinwoo7.song at samsung.com> 2014-03-25 16:33:23 PST ---
(From update of attachment 227762)
View in context: https://bugs.webkit.org/attachment.cgi?id=227762&action=review
> Source/WebKit2/UIProcess/API/efl/ewk_view.cpp:240
> +Eina_Bool ewk_view_zoom_set(Evas_Object* ewkView, double zoomFactor)
It would be clear to name as *ewk_view_page_zoom_factor_set*.
> Source/WebKit2/UIProcess/API/efl/ewk_view.cpp:248
> +double ewk_view_zoom_get(const Evas_Object* ewkView)
It would be clear to name as *ewk_view_page_zoom_factor_get*.
> Source/WebKit2/UIProcess/API/efl/ewk_view.h:576
> + * Sets zoom of the current page.
s/zoom/zoom factor/
> Source/WebKit2/UIProcess/API/efl/ewk_view.h:583
> +EAPI Eina_Bool ewk_view_zoom_set(Evas_Object *o, double zoomFactor);
s/zoomFactor/zoom_factor
> Source/WebKit2/UIProcess/API/efl/ewk_view.h:586
> + * Queries the current zom factor of the page.
typo: s/zom/zoom
--
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