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

Issue 338029: Got the about panel to have its text lined up correctly.

Created:
11 years, 1 month ago by DaveMoore
Modified:
11 years, 1 month ago
Reviewers:
sky
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Got the about panel to have its text lined up correctly. Also added underline capability to linux fonts.

Patch Set 1 #

Patch Set 2 : Cleanup #

Total comments: 10

Patch Set 3 : Added pango font metrics cache #

Unified diffs Side-by-side diffs Delta from patch set Stats (+103 lines, -20 lines) Patch
M app/gfx/canvas_linux.cc View 1 2 2 chunks +11 lines, -3 lines 0 comments Download
M app/gfx/font.h View 1 2 3 chunks +17 lines, -1 line 0 comments Download
M app/gfx/font_skia.cc View 1 2 9 chunks +73 lines, -15 lines 0 comments Download
M chrome/browser/views/about_chrome_view.cc View 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 4 (0 generated)
DaveMoore
11 years, 1 month ago (2009-10-26 23:36:15 UTC) #1
sky
http://codereview.chromium.org/338029/diff/2001/3001 File app/gfx/canvas_linux.cc (right): http://codereview.chromium.org/338029/diff/2001/3001#newcode197 Line 197: cairo_rectangle(cr, x, y, width, height); How come you're ...
11 years, 1 month ago (2009-10-26 23:55:27 UTC) #2
DaveMoore
http://codereview.chromium.org/338029/diff/2001/3001 File app/gfx/canvas_linux.cc (right): http://codereview.chromium.org/338029/diff/2001/3001#newcode197 Line 197: cairo_rectangle(cr, x, y, width, height); On 2009/10/26 23:55:27, ...
11 years, 1 month ago (2009-10-27 22:05:21 UTC) #3
sky
11 years, 1 month ago (2009-10-27 22:48:58 UTC) #4
LGTM assuming pango_context_get_metrics doesn't use the PangoFontDescription
supplied to it after the call returns.

Powered by Google App Engine
This is Rietveld 408576698