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

Issue 6672063: web-ui settings: Font setting fixes and improvements.... (Closed)

Created:
9 years, 9 months ago by csilv
Modified:
9 years, 7 months ago
Reviewers:
James Hawkins
CC:
chromium-reviews, arv (Not doing code reviews)
Visibility:
Public.

Description

web-ui settings: Font setting fixes and improvements. - Add back settings for serif & sans-serif fonts. - Remove font size setting for monospace fonts. - As a result of these changes, the default font size now matches the 'Medium' setting. BUG=10524, 74077, 71482 TEST=Verify that options in font settings dialog work properly. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=78474

Patch Set 1 #

Patch Set 2 : tweaks #

Patch Set 3 : more tweaks #

Total comments: 9

Patch Set 4 : code review fix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+132 lines, -51 lines) Patch
M chrome/browser/resources/options/advanced_options.js View 1 chunk +7 lines, -10 lines 0 comments Download
M chrome/browser/resources/options/font_settings.html View 2 chunks +22 lines, -9 lines 0 comments Download
M chrome/browser/resources/options/font_settings.js View 1 2 3 4 chunks +63 lines, -21 lines 0 comments Download
M chrome/browser/ui/webui/options/advanced_options_handler.h View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/ui/webui/options/advanced_options_handler.cc View 4 chunks +2 lines, -7 lines 0 comments Download
M chrome/browser/ui/webui/options/font_settings_handler.h View 1 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/options/font_settings_handler.cc View 1 2 6 chunks +34 lines, -3 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
csilv
+jhawkins for review
9 years, 9 months ago (2011-03-16 23:04:04 UTC) #1
James Hawkins
http://codereview.chromium.org/6672063/diff/4002/chrome/browser/resources/options/font_settings.js File chrome/browser/resources/options/font_settings.js (right): http://codereview.chromium.org/6672063/diff/4002/chrome/browser/resources/options/font_settings.js#newcode76 chrome/browser/resources/options/font_settings.js:76: var fontSampleEl = $('standard-font-sample'); You could simplify this by ...
9 years, 9 months ago (2011-03-16 23:11:32 UTC) #2
csilv
http://codereview.chromium.org/6672063/diff/4002/chrome/browser/resources/options/font_settings.js File chrome/browser/resources/options/font_settings.js (right): http://codereview.chromium.org/6672063/diff/4002/chrome/browser/resources/options/font_settings.js#newcode76 chrome/browser/resources/options/font_settings.js:76: var fontSampleEl = $('standard-font-sample'); On 2011/03/16 23:11:32, James Hawkins ...
9 years, 9 months ago (2011-03-16 23:26:59 UTC) #3
James Hawkins
http://codereview.chromium.org/6672063/diff/4002/chrome/browser/resources/options/font_settings.js File chrome/browser/resources/options/font_settings.js (right): http://codereview.chromium.org/6672063/diff/4002/chrome/browser/resources/options/font_settings.js#newcode76 chrome/browser/resources/options/font_settings.js:76: var fontSampleEl = $('standard-font-sample'); On 2011/03/16 23:26:59, csilv wrote: ...
9 years, 9 months ago (2011-03-16 23:31:02 UTC) #4
csilv
http://codereview.chromium.org/6672063/diff/4002/chrome/browser/resources/options/font_settings.js File chrome/browser/resources/options/font_settings.js (right): http://codereview.chromium.org/6672063/diff/4002/chrome/browser/resources/options/font_settings.js#newcode192 chrome/browser/resources/options/font_settings.js:192: size, font, false); On 2011/03/16 23:31:02, James Hawkins wrote: ...
9 years, 9 months ago (2011-03-16 23:44:06 UTC) #5
James Hawkins
9 years, 9 months ago (2011-03-16 23:49:04 UTC) #6
LGTM

Powered by Google App Engine
This is Rietveld 408576698