WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED WONTFIX
115152
[EFL][WK2] Add APIs to set/get the text zoom factor.
https://bugs.webkit.org/show_bug.cgi?id=115152
Summary
[EFL][WK2] Add APIs to set/get the text zoom factor.
Jaehun Lim
Reported
2013-04-25 00:42:45 PDT
Add ewk APIs for the text zoom factor.
Attachments
Patch
(3.82 KB, patch)
2013-04-25 00:54 PDT
,
Jaehun Lim
gyuyoung.kim
: review-
gyuyoung.kim
: commit-queue-
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Jaehun Lim
Comment 1
2013-04-25 00:54:02 PDT
Created
attachment 199627
[details]
Patch
Chris Dumez
Comment 2
2013-05-16 12:25:15 PDT
Comment on
attachment 199627
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=199627&action=review
> Source/WebKit2/UIProcess/API/efl/ewk_view.h:860 > + * @param new text zoom factor
Missing @param name
> Source/WebKit2/UIProcess/API/efl/ewk_view.h:864 > +EAPI Eina_Bool ewk_view_text_zoom_factor_set(Evas_Object* ewkView, double zoomFactor);
Star on wrong side. First parameter should be called "o"
> Source/WebKit2/UIProcess/API/efl/ewk_view.h:873 > +EAPI double ewk_view_text_zoom_factor_get(const Evas_Object* ewkView);
Ditto.
> Source/WebKit2/UIProcess/API/efl/tests/test_ewk2_view.cpp:1006 > +}
Would be nice to try a few error cases as well. What if I call ewk_view_text_zoom_factor_set(webView(), -1) ?
Chris Dumez
Comment 3
2013-05-16 12:25:40 PDT
Related to zooming so Kenneth may want to take a look.
Gyuyoung Kim
Comment 4
2013-10-20 22:27:21 PDT
Comment on
attachment 199627
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=199627&action=review
Set r-
>> Source/WebKit2/UIProcess/API/efl/ewk_view.h:864 >> +EAPI Eina_Bool ewk_view_text_zoom_factor_set(Evas_Object* ewkView, double zoomFactor); > > Star on wrong side. First parameter should be called "o"
And also, s/zoomFactor/zoom_factor/g
Ryuan Choi
Comment 5
2014-07-17 21:18:52 PDT
I am not sure whether kenneth is still interested in ewebkit2. Anyway, it's bit old without any comments but it is still used in ewebkit on the tizen.
Michael Catanzaro
Comment 6
2017-03-11 10:38:17 PST
Closing this bug because the EFL port has been removed from trunk. If you feel this bug applies to a different upstream WebKit port and was closed in error, please either update the title and reopen the bug, or leave a comment to request this.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug