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-
Carlos Garcia Campos
Comment 1 2011-12-27 06:52:55 PST
Collabora GTK+ EWS bot
Comment 2 2011-12-27 07:17:33 PST
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
Note You need to log in before you can comment on or make changes to this bug.