Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(302)

Issue 147202: Added support for Text only zoom... (Closed)

Created:
11 years, 6 months ago by nakro
Modified:
4 years, 4 months ago
Reviewers:
brettw, jorlow, jeremy
CC:
chromium-reviews_googlegroups.com, darin (slow to review)
Visibility:
Public.

Description

Added support for Text only zoom the keys to use are Ctrl+Shift+(+/-) and Ctrl+Shift+MouseWheel and also it supports ThinkPads (tested with one) TEST=1- look at any web page 2- use Shift-Ctrl-+ and see it zoom only in text mode BUG=6383 (http://code.google.com/p/chromium/issues/detail?id=6383)

Patch Set 1 #

Total comments: 15

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+109 lines, -34 lines) Patch
M chrome/app/chrome_dll.rc View 1 2 chunks +11 lines, -2 lines 0 comments Download
M chrome/app/chrome_dll_resource.h View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/browser.h View 4 chunks +5 lines, -1 line 0 comments Download
M chrome/browser/browser.cc View 1 4 chunks +38 lines, -2 lines 0 comments Download
M chrome/browser/external_tab_container.h View 1 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/external_tab_container.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/tab_contents/tab_contents_delegate.h View 3 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/tab_contents/tab_contents_view_gtk.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/views/tab_contents/tab_contents_view_gtk.cc View 1 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/views/tab_contents/tab_contents_view_win.h View 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/views/tab_contents/tab_contents_view_win.cc View 2 chunks +23 lines, -11 lines 0 comments Download
M chrome/common/page_zoom.h View 1 1 chunk +9 lines, -5 lines 0 comments Download
M chrome/renderer/render_view.cc View 1 chunk +8 lines, -3 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
nakro
Several issues to keep in mind - There seems to be a bug in vista ...
11 years, 6 months ago (2009-06-26 11:31:29 UTC) #1
Evan Martin
http://codereview.chromium.org/147202/diff/1/13 File chrome/common/page_zoom.h (right): http://codereview.chromium.org/147202/diff/1/13#newcode21 Line 21: PageZoom() {} // For scoping only. #include "base/basictypes.h" ...
11 years, 6 months ago (2009-06-26 15:26:33 UTC) #2
Mohamed Mansour
Good job, just a few lints. Make sure you update the copyright on the files ...
11 years, 6 months ago (2009-06-26 15:53:49 UTC) #3
jeremy
This really looks great, thanks for doing this! In the mail you sent with the ...
11 years, 6 months ago (2009-06-26 15:57:41 UTC) #4
jeremy
Mohammed: My understanding is that there is no need to updated the copyright date on ...
11 years, 6 months ago (2009-06-26 15:58:58 UTC) #5
nakro
i have fixed all issues except the one raised by mohamed as i could not ...
11 years, 6 months ago (2009-06-26 16:44:56 UTC) #6
brettw
http://codereview.chromium.org/147202/diff/1/12 File chrome/browser/browser.cc (right): http://codereview.chromium.org/147202/diff/1/12#newcode1840 Line 1840: int zoom_requested; On 2009/06/26 15:57:41, jeremy wrote: > ...
11 years, 6 months ago (2009-06-26 17:00:48 UTC) #7
jorlow
On 2009/06/26 15:58:58, jeremy wrote: > Mohammed: My understanding is that there is no need ...
11 years, 6 months ago (2009-06-26 17:10:26 UTC) #8
nakro
brettw, i only had have one question and when i get the answer i will ...
11 years, 6 months ago (2009-06-26 17:32:40 UTC) #9
nakro
11 years, 6 months ago (2009-06-26 18:00:10 UTC) #10
Brett, just to make it clear, you can also chose that i would add a menu item
(like FF and dafari) and then this solves this ambiguity
as there is only one Ctrl+(key | wheel)
perhaps with a hot-key to toggle it, so you don't have to navigate to the menu
each time you change your mind

anyways, i will await your decision

Powered by Google App Engine
This is Rietveld 408576698