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

Issue 3584019: dom-ui settings: Add setting for setting the minimum font size.... (Closed)

Created:
10 years, 2 months ago by csilv
Modified:
9 years, 7 months ago
CC:
chromium-reviews, ben+cc_chromium.org
Visibility:
Public.

Description

dom-ui settings: Add setting for setting the minimum font size. BUG=7417 TEST=Exercise the minimum font size setting in dom-ui settings window. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=62450

Patch Set 1 #

Patch Set 2 : Improvements. #

Total comments: 10

Patch Set 3 : Remove unnecessary DCHECKS. #

Total comments: 2

Patch Set 4 : Code review tweaks. #

Total comments: 4

Patch Set 5 : '' #

Patch Set 6 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+190 lines, -24 lines) Patch
M chrome/app/generated_resources.grd View 1 2 3 4 5 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/browser/dom_ui/options/core_options_handler.h View 2 3 4 5 4 chunks +18 lines, -6 lines 0 comments Download
M chrome/browser/dom_ui/options/core_options_handler.cc View 2 3 4 5 9 chunks +29 lines, -12 lines 0 comments Download
M chrome/browser/dom_ui/options/font_settings_handler.cc View 1 2 3 4 5 2 chunks +26 lines, -0 lines 0 comments Download
M chrome/browser/options_util.cc View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/resources/options.html View 2 3 4 5 2 chunks +3 lines, -0 lines 0 comments Download
M chrome/browser/resources/options/font_settings.html View 1 2 3 4 5 1 chunk +8 lines, -6 lines 0 comments Download
M chrome/browser/resources/options/font_settings.js View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
A chrome/browser/resources/options/font_settings_ui.js View 2 3 1 chunk +83 lines, -0 lines 0 comments Download
M chrome/browser/resources/options/preferences.js View 2 3 4 5 1 chunk +11 lines, -0 lines 0 comments Download
M chrome/browser/tab_contents/tab_contents.cc View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
csilv
This is the highly requested minimum font size feature. Right now for DOM-UI only, but ...
10 years, 2 months ago (2010-10-08 23:47:00 UTC) #1
James Hawkins
http://codereview.chromium.org/3584019/diff/5001/6002 File chrome/browser/dom_ui/options/core_options_handler.cc (right): http://codereview.chromium.org/3584019/diff/5001/6002#newcode183 chrome/browser/dom_ui/options/core_options_handler.cc:183: DCHECK(dom_ui_); Can we move all of these DCHECKs to ...
10 years, 2 months ago (2010-10-09 00:02:44 UTC) #2
arv (Not doing code reviews)
LGTM http://codereview.chromium.org/3584019/diff/14001/15009 File chrome/browser/resources/options/font_settings_ui.js (right): http://codereview.chromium.org/3584019/diff/14001/15009#newcode71 chrome/browser/resources/options/font_settings_ui.js:71: options.forEach(function (values) { function(values) {
10 years, 2 months ago (2010-10-09 00:13:54 UTC) #3
csilv
http://codereview.chromium.org/3584019/diff/5001/6002 File chrome/browser/dom_ui/options/core_options_handler.cc (right): http://codereview.chromium.org/3584019/diff/5001/6002#newcode183 chrome/browser/dom_ui/options/core_options_handler.cc:183: DCHECK(dom_ui_); On 2010/10/09 00:02:44, James Hawkins wrote: > Can ...
10 years, 2 months ago (2010-10-09 01:12:50 UTC) #4
James Hawkins
LGTM http://codereview.chromium.org/3584019/diff/25001/26002 File chrome/browser/dom_ui/options/core_options_handler.cc (right): http://codereview.chromium.org/3584019/diff/25001/26002#newcode209 chrome/browser/dom_ui/options/core_options_handler.cc:209: DCHECK(args->GetSize() >= 2); DCHECK_GE, here and elsewhere. http://codereview.chromium.org/3584019/diff/25001/26002#newcode290 ...
10 years, 2 months ago (2010-10-09 01:18:16 UTC) #5
csilv
10 years, 2 months ago (2010-10-12 22:38:55 UTC) #6
http://codereview.chromium.org/3584019/diff/25001/26002
File chrome/browser/dom_ui/options/core_options_handler.cc (right):

http://codereview.chromium.org/3584019/diff/25001/26002#newcode209
chrome/browser/dom_ui/options/core_options_handler.cc:209:
DCHECK(args->GetSize() >= 2);
On 2010/10/09 01:18:16, James Hawkins wrote:
> DCHECK_GE, here and elsewhere.

Done.

http://codereview.chromium.org/3584019/diff/25001/26002#newcode290
chrome/browser/dom_ui/options/core_options_handler.cc:290:
DCHECK(args->GetSize() > 1);
On 2010/10/09 01:18:16, James Hawkins wrote:
> DCHECK_GT, here and elsewhere.

Done.

Powered by Google App Engine
This is Rietveld 408576698