WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
75253
[GTK] Implement zoom in/out in MiniBrowser
https://bugs.webkit.org/show_bug.cgi?id=75253
Summary
[GTK] Implement zoom in/out in MiniBrowser
Carlos Garcia Campos
Reported
2011-12-27 06:51:08 PST
Add zoom in and out buttons to the toolbar.
Attachments
Patch
(4.67 KB, patch)
2011-12-27 06:52 PST
,
Carlos Garcia Campos
gustavo
: review+
gustavo.noronha
: commit-queue-
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Carlos Garcia Campos
Comment 1
2011-12-27 06:52:55 PST
Created
attachment 120585
[details]
Patch
Collabora GTK+ EWS bot
Comment 2
2011-12-27 07:17:33 PST
Comment on
attachment 120585
[details]
Patch
Attachment 120585
[details]
did not pass gtk-ews (gtk): Output:
http://queues.webkit.org/results/11038352
Gustavo Noronha (kov)
Comment 3
2012-02-16 16:01:00 PST
Comment on
attachment 120585
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=120585&action=review
Looks good. This doesn't depend on the decision in
bug 75249
, so I'll r+
> Tools/MiniBrowser/gtk/BrowserWindow.c:186 > + return zoomLevel <= maximumZoomLevel;
I guess this should be zoomLevel < maximumZoomLevel, otherwise you would be reporting you can zoom in while being at the maximum zoom level.
> Tools/MiniBrowser/gtk/BrowserWindow.c:192 > + return zoomLevel >= minimumZoomLevel;
Same here.
Carlos Garcia Campos
Comment 4
2012-02-17 03:10:20 PST
Committed
r108056
: <
http://trac.webkit.org/changeset/108056
>
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