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

Issue 6602021: web-ui settings: Standard font setting now correlates to WebKit's standard fo... (Closed)

Created:
9 years, 9 months ago by csilv
Modified:
9 years, 7 months ago
Reviewers:
tony, James Hawkins, ainslie
CC:
chromium-reviews, finnur+watch_chromium.org, Paweł Hajdan Jr., jam, arv (Not doing code reviews), brettw-cc_chromium.org, jshin+watch_chromium.org
Visibility:
Public.

Description

web-ui settings: Standard font setting now correlates to WebKit's standard font family only. BUG=74434 TEST=Verify that changing the 'standard font' only applies to unspecified font styles. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=76463

Patch Set 1 #

Patch Set 2 : tweak copyright year #

Patch Set 3 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+61 lines, -88 lines) Patch
M chrome/app/resources/locale_settings_cros.grd View 1 2 1 chunk +3 lines, -4 lines 0 comments Download
M chrome/app/resources/locale_settings_linux.grd View 1 2 1 chunk +3 lines, -4 lines 0 comments Download
M chrome/app/resources/locale_settings_mac.grd View 1 2 1 chunk +3 lines, -4 lines 0 comments Download
M chrome/app/resources/locale_settings_win.grd View 1 2 1 chunk +3 lines, -4 lines 0 comments Download
M chrome/app/resources/platform_locale_settings/locale_settings_cros_ja.xtb View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/app/resources/platform_locale_settings/locale_settings_cros_ko.xtb View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/app/resources/platform_locale_settings/locale_settings_cros_zh-CN.xtb View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/app/resources/platform_locale_settings/locale_settings_cros_zh-TW.xtb View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/app/resources/platform_locale_settings/locale_settings_linux_ja.xtb View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/app/resources/platform_locale_settings/locale_settings_linux_ko.xtb View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/app/resources/platform_locale_settings/locale_settings_linux_zh-CN.xtb View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/app/resources/platform_locale_settings/locale_settings_linux_zh-TW.xtb View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M chrome/app/resources/platform_locale_settings/locale_settings_mac_ja.xtb View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/app/resources/platform_locale_settings/locale_settings_mac_ko.xtb View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/app/resources/platform_locale_settings/locale_settings_mac_zh-CN.xtb View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/app/resources/platform_locale_settings/locale_settings_mac_zh-TW.xtb View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/app/resources/platform_locale_settings/locale_settings_win_ja.xtb View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/app/resources/platform_locale_settings/locale_settings_win_ko.xtb View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/app/resources/platform_locale_settings/locale_settings_win_zh-CN.xtb View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/app/resources/platform_locale_settings/locale_settings_win_zh-TW.xtb View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/resources/options/font_settings.html View 1 2 2 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/resources/options/font_settings.js View 1 2 4 chunks +11 lines, -19 lines 0 comments Download
M chrome/browser/tab_contents/render_view_host_delegate_helper.cc View 1 2 1 chunk +2 lines, -4 lines 0 comments Download
M chrome/browser/tab_contents/web_contents_unittest.cc View 1 2 3 chunks +2 lines, -4 lines 0 comments Download
M chrome/browser/ui/tab_contents/tab_contents_wrapper.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/options/font_settings_handler.h View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/options/font_settings_handler.cc View 1 2 5 chunks +8 lines, -8 lines 0 comments Download
M chrome/common/pref_names.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/pref_names.cc View 1 2 1 chunk +1 line, -7 lines 0 comments Download
M content/browser/tab_contents/tab_contents.cc View 1 2 2 chunks +1 line, -4 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
csilv
+jhawkins, +tony for review. (trybots are being a little temperamental, but I expect this to ...
9 years, 9 months ago (2011-03-01 02:48:51 UTC) #1
James Hawkins
LGTM
9 years, 9 months ago (2011-03-01 17:47:49 UTC) #2
tony
The code change LG, but what do we do about users who set their font ...
9 years, 9 months ago (2011-03-01 19:11:57 UTC) #3
csilv
That's a valid question. Right now manually editing the prefs file, or blowing away the ...
9 years, 9 months ago (2011-03-01 19:51:01 UTC) #4
tony
I'm not sure how many people would have set this since it's not on stable ...
9 years, 9 months ago (2011-03-01 20:04:50 UTC) #5
arv (Not doing code reviews)
I actually wanted a way to "reset" this in the past. How about adding a ...
9 years, 9 months ago (2011-03-01 20:16:48 UTC) #6
csilv
Erik, You said add default to 'font size', but i assume you meant the font ...
9 years, 9 months ago (2011-03-01 20:31:15 UTC) #7
csilv
cc: ainslie
9 years, 9 months ago (2011-03-01 20:31:32 UTC) #8
csilv
9 years, 9 months ago (2011-03-01 23:35:04 UTC) #9
Folks, trybots are now green so I'm going to commit this CL.  If we want to add
a reset button, we should handle that in a separate CL.

Powered by Google App Engine
This is Rietveld 408576698