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

Issue 155787: Make Linux pass users' font settings through to renderer. (Closed)

Created:
11 years, 5 months ago by use derat at chromium.org
Modified:
9 years, 7 months ago
Reviewers:
brettw, agl
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Make Linux pass users' font settings through to renderer. The renderer doesn't give the settings to Skia yet -- that'll go in after agl's work on hinting and subpixel rendering in Skia.

Patch Set 1 #

Total comments: 3

Patch Set 2 : apply review feedback #

Total comments: 1

Patch Set 3 : SetRendererPrefs() -> SyncRendererPrefs() #

Patch Set 4 : remove unneeded include #

Unified diffs Side-by-side diffs Delta from patch set Stats (+136 lines, -22 lines) Patch
M chrome/browser/browser.cc View 1 2 3 chunks +8 lines, -7 lines 0 comments Download
M chrome/browser/renderer_host/render_view_host.h View 1 2 1 chunk +3 lines, -1 line 0 comments Download
M chrome/browser/renderer_host/render_view_host.cc View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/tab_contents/tab_contents.h View 1 3 chunks +8 lines, -0 lines 0 comments Download
M chrome/browser/tab_contents/tab_contents.cc View 1 2 chunks +3 lines, -4 lines 0 comments Download
M chrome/browser/tab_contents/tab_contents_delegate.h View 1 3 chunks +0 lines, -5 lines 0 comments Download
M chrome/browser/tab_contents/tab_contents_view.h View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/tab_contents/tab_contents_view_gtk.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/tab_contents/tab_contents_view_gtk.cc View 1 chunk +49 lines, -0 lines 0 comments Download
M chrome/common/render_messages.h View 1 chunk +21 lines, -1 line 0 comments Download
M chrome/common/renderer_preferences.h View 1 chunk +34 lines, -1 line 0 comments Download
M chrome/renderer/render_view.cc View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
use derat at chromium.org
11 years, 5 months ago (2009-07-20 19:50:42 UTC) #1
brettw
http://codereview.chromium.org/155787/diff/1/2 File chrome/browser/browser.cc (right): http://codereview.chromium.org/155787/diff/1/2#newcode1907 Line 1907: tab_contents->delegate()->IsNormalWindow(); It seems like it might be possible ...
11 years, 5 months ago (2009-07-20 20:10:32 UTC) #2
use derat at chromium.org
Thanks, I've applied your feedback. Adam, can you take another look as well? I fixed ...
11 years, 5 months ago (2009-07-20 21:12:39 UTC) #3
agl
On 2009/07/20 21:12:39, derat wrote: > Adam, can you take another look as well? LGTM. ...
11 years, 5 months ago (2009-07-20 21:49:28 UTC) #4
brettw
11 years, 5 months ago (2009-07-20 22:03:07 UTC) #5
LGTM with name change.

http://codereview.chromium.org/155787/diff/15/16
File chrome/browser/browser.cc (right):

http://codereview.chromium.org/155787/diff/15/16#newcode1902
Line 1902: tab_contents->render_view_host()->SetRendererPrefs();
This name feels wrong to me. Can you call it SyncRendererPrefs instead?

Powered by Google App Engine
This is Rietveld 408576698