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

Issue 6155008: DOMUI: Implement the new Fonts and Encoding page. (Closed)

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

Description

DOMUI: Implement the new Fonts and Encoding page. Also removed console spam while I'm here. BUG=63842 TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=71126

Patch Set 1 #

Patch Set 2 : Whitespace. #

Patch Set 3 : Fixes. #

Total comments: 28

Patch Set 4 : Add missing file. #

Patch Set 5 : Review fixes. #

Total comments: 5

Patch Set 6 : Review fixes 2. #

Total comments: 2

Patch Set 7 : Review fix 3. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+282 lines, -151 lines) Patch
M chrome/app/generated_resources.grd View 1 2 3 4 5 2 chunks +15 lines, -3 lines 0 comments Download
M chrome/browser/dom_ui/options/font_settings_handler.h View 1 2 2 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/dom_ui/options/font_settings_handler.cc View 6 chunks +37 lines, -30 lines 0 comments Download
M chrome/browser/resources/options/browser_options.js View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/options/certificate_manager.js View 1 2 3 chunks +1 line, -5 lines 0 comments Download
M chrome/browser/resources/options/chromeos_proxy_rules_list.js View 1 2 2 chunks +1 line, -2 lines 0 comments Download
M chrome/browser/resources/options/content_settings_exceptions_area.js View 1 2 2 chunks +2 lines, -4 lines 0 comments Download
A chrome/browser/resources/options/font_settings.css View 1 2 3 1 chunk +19 lines, -0 lines 0 comments Download
M chrome/browser/resources/options/font_settings.html View 1 chunk +50 lines, -57 lines 0 comments Download
M chrome/browser/resources/options/font_settings.js View 1 2 3 4 3 chunks +53 lines, -20 lines 0 comments Download
M chrome/browser/resources/options/font_settings_ui.js View 2 chunks +2 lines, -5 lines 0 comments Download
M chrome/browser/resources/options/options.html View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/resources/options/options.js View 1 2 3 4 5 1 chunk +0 lines, -2 lines 0 comments Download
M chrome/browser/resources/options/pref_ui.js View 1 2 3 4 5 6 2 chunks +95 lines, -17 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
James Hawkins
9 years, 11 months ago (2011-01-11 20:56:47 UTC) #1
csilv
One concern... by removing the sans-serif option, the user has no way of customizing that ...
9 years, 11 months ago (2011-01-11 21:48:43 UTC) #2
arv (Not doing code reviews)
http://codereview.chromium.org/6155008/diff/6001/chrome/browser/resources/options/font_settings.js File chrome/browser/resources/options/font_settings.js (right): http://codereview.chromium.org/6155008/diff/6001/chrome/browser/resources/options/font_settings.js#newcode33 chrome/browser/resources/options/font_settings.js:33: serifFontRange.valueMap = $('fixed-font-size').valueMap = new Array( Use an array ...
9 years, 11 months ago (2011-01-11 21:50:35 UTC) #3
James Hawkins
http://codereview.chromium.org/6155008/diff/6001/chrome/browser/resources/options/certificate_manager.js File chrome/browser/resources/options/certificate_manager.js (left): http://codereview.chromium.org/6155008/diff/6001/chrome/browser/resources/options/certificate_manager.js#oldcode43 chrome/browser/resources/options/certificate_manager.js:43: } else { On 2011/01/11 21:48:43, csilv wrote: > ...
9 years, 11 months ago (2011-01-11 23:45:54 UTC) #4
arv (Not doing code reviews)
http://codereview.chromium.org/6155008/diff/17002/chrome/browser/resources/options/pref_ui.js File chrome/browser/resources/options/pref_ui.js (right): http://codereview.chromium.org/6155008/diff/17002/chrome/browser/resources/options/pref_ui.js#newcode276 chrome/browser/resources/options/pref_ui.js:276: // fixed. Link to https://bugs.webkit.org/show_bug.cgi?id=52256 http://codereview.chromium.org/6155008/diff/17002/chrome/browser/resources/options/pref_ui.js#newcode322 chrome/browser/resources/options/pref_ui.js:322: if (!this.continuous ...
9 years, 11 months ago (2011-01-12 00:26:45 UTC) #5
James Hawkins
http://codereview.chromium.org/6155008/diff/17002/chrome/browser/resources/options/pref_ui.js File chrome/browser/resources/options/pref_ui.js (right): http://codereview.chromium.org/6155008/diff/17002/chrome/browser/resources/options/pref_ui.js#newcode276 chrome/browser/resources/options/pref_ui.js:276: // fixed. On 2011/01/12 00:26:45, arv wrote: > Link ...
9 years, 11 months ago (2011-01-12 00:40:07 UTC) #6
arv (Not doing code reviews)
LGTM http://codereview.chromium.org/6155008/diff/18015/chrome/browser/resources/options/pref_ui.js File chrome/browser/resources/options/pref_ui.js (right): http://codereview.chromium.org/6155008/diff/18015/chrome/browser/resources/options/pref_ui.js#newcode279 chrome/browser/resources/options/pref_ui.js:279: this.onkeyup = this.onInputUp_.bind(this); No need to bind twice ...
9 years, 11 months ago (2011-01-12 00:44:55 UTC) #7
James Hawkins
9 years, 11 months ago (2011-01-12 00:46:03 UTC) #8
http://codereview.chromium.org/6155008/diff/18015/chrome/browser/resources/op...
File chrome/browser/resources/options/pref_ui.js (right):

http://codereview.chromium.org/6155008/diff/18015/chrome/browser/resources/op...
chrome/browser/resources/options/pref_ui.js:279: this.onkeyup =
this.onInputUp_.bind(this);
On 2011/01/12 00:44:55, arv wrote:
> No need to bind twice
> 
> this.onkeyup = this.onmouseup = this.onINputUp_.bind(this);

Done.

Powered by Google App Engine
This is Rietveld 408576698