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

Issue 23480016: Switch non-gdi windows font path to use new SkFontMgr (Closed)

Created:
7 years, 3 months ago by eae
Modified:
7 years, 3 months ago
CC:
blink-reviews, jamesr, eae+blinkwatch, danakj, dglazkov+blink, Rik, Stephen Chennney, jeez, pdr.
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

Switch non-gdi windows font path to use new SkFontMgr Switch the Skia font rendering codepath (which is not on by default) to use the new SkFontMgr class for typeface construction. BUG=249099 R=reed@google.com Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=157244

Patch Set 1 #

Total comments: 5

Patch Set 2 : #

Patch Set 3 : Patch for landing #

Unified diffs Side-by-side diffs Delta from patch set Stats (+28 lines, -1 line) Patch
M Source/core/platform/graphics/FontCache.h View 1 2 chunks +8 lines, -0 lines 0 comments Download
M Source/core/platform/graphics/FontCache.cpp View 1 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/platform/graphics/skia/FontCacheSkia.cpp View 1 2 3 chunks +9 lines, -1 line 0 comments Download
M Source/core/platform/graphics/skia/FontCacheSkiaWin.cpp View 1 2 chunks +9 lines, -0 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
eae
7 years, 3 months ago (2013-08-30 00:51:18 UTC) #1
eae
7 years, 3 months ago (2013-08-30 17:27:00 UTC) #2
eae
Would either of you mind reviewing this?
7 years, 3 months ago (2013-08-31 01:52:25 UTC) #3
bungeman-chromium
https://codereview.chromium.org/23480016/diff/1/Source/core/platform/graphics/FontCache.h File Source/core/platform/graphics/FontCache.h (right): https://codereview.chromium.org/23480016/diff/1/Source/core/platform/graphics/FontCache.h#newcode144 Source/core/platform/graphics/FontCache.h:144: SkFontMgr* m_fontManager; SkFontMgr is SkRefCnt which is compatible with ...
7 years, 3 months ago (2013-08-31 02:57:24 UTC) #4
reed1
https://codereview.chromium.org/23480016/diff/1/Source/core/platform/graphics/FontCache.h File Source/core/platform/graphics/FontCache.h (right): https://codereview.chromium.org/23480016/diff/1/Source/core/platform/graphics/FontCache.h#newcode144 Source/core/platform/graphics/FontCache.h:144: SkFontMgr* m_fontManager; Do we want to have 2 fontmgrs ...
7 years, 3 months ago (2013-09-03 17:38:46 UTC) #5
eae
On 2013/09/03 17:38:46, reed1 wrote: > https://codereview.chromium.org/23480016/diff/1/Source/core/platform/graphics/FontCache.h > File Source/core/platform/graphics/FontCache.h (right): > > https://codereview.chromium.org/23480016/diff/1/Source/core/platform/graphics/FontCache.h#newcode144 > ...
7 years, 3 months ago (2013-09-03 20:57:51 UTC) #6
eae
https://codereview.chromium.org/23480016/diff/1/Source/core/platform/graphics/FontCache.h File Source/core/platform/graphics/FontCache.h (right): https://codereview.chromium.org/23480016/diff/1/Source/core/platform/graphics/FontCache.h#newcode144 Source/core/platform/graphics/FontCache.h:144: SkFontMgr* m_fontManager; On 2013/08/31 02:57:24, bungeman2 wrote: > SkFontMgr ...
7 years, 3 months ago (2013-09-03 21:04:14 UTC) #7
eae
PTAL
7 years, 3 months ago (2013-09-04 16:44:43 UTC) #8
reed1
lgtm
7 years, 3 months ago (2013-09-04 17:19:25 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/eae@chromium.org/23480016/24001
7 years, 3 months ago (2013-09-04 19:44:05 UTC) #10
commit-bot: I haz the power
7 years, 3 months ago (2013-09-04 21:04:59 UTC) #11
Message was sent while issue was closed.
Change committed as 157244

Powered by Google App Engine
This is Rietveld 408576698