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

Issue 2618443002: Remove use of legacy SkFontMgr factories. (Closed)

Created:
3 years, 11 months ago by bungeman-chromium
Modified:
3 years, 11 months ago
CC:
ajuma+watch_chromium.org, anandc+watch-blimp_chromium.org, bgoldman+watch-blimp_chromium.org, blink-reviews, blink-reviews-api_chromium.org, blink-reviews-platform-graphics_chromium.org, Rik, chromium-reviews, danakj+watch_chromium.org, darin-cc_chromium.org, dglazkov+blink, dshwang, drott+blinkwatch_chromium.org, krit, dtrainor+watch-blimp_chromium.org, f(malita), gcasto+watch-blimp_chromium.org, jam, jbroman, Justin Novosad, khushalsagar+watch-blimp_chromium.org, kinuko+watch, kmarshall+watch-blimp_chromium.org, lethalantidote+watch-blimp_chromium.org, maniscalco+watch-blimp_chromium.org, marcinjb+watch-blimp_chromium.org, nyquist+watch-blimp_chromium.org, pdr+graphicswatchlist_chromium.org, perumaal+watch-blimp_chromium.org, rwlbuis, scf+watch-blimp_chromium.org, Stephen Chennney, shaktisahu+watch-blimp_chromium.org, sriramsr+watch-blimp_chromium.org, steimel+watch-blimp_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Remove use of legacy SkFontMgr factories. This moves SkFontMgr creation and use to owning pointers. BUG=skia:5077 Review-Url: https://codereview.chromium.org/2618443002 Cr-Commit-Position: refs/heads/master@{#442926} Committed: https://chromium.googlesource.com/chromium/src/+/ba3e738c8508e560dd92abc7f3b9231b4033d4be

Patch Set 1 #

Patch Set 2 : Another one was introduced. #

Patch Set 3 : More users. #

Patch Set 4 : More invisible users. #

Patch Set 5 : Another include. #

Total comments: 8

Patch Set 6 : Address comments. #

Total comments: 3

Patch Set 7 : Forward declare when possible. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+61 lines, -59 lines) Patch
M blimp/client/app/linux/blimp_main.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/child/dwrite_font_proxy/dwrite_font_proxy_init_win.cc View 1 chunk +5 lines, -8 lines 0 comments Download
M content/child/font_warmup_win.h View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M content/child/font_warmup_win.cc View 1 2 2 chunks +4 lines, -3 lines 0 comments Download
M content/child/font_warmup_win_unittest.cc View 1 2 3 4 5 2 chunks +4 lines, -1 line 0 comments Download
M content/shell/app/blink_test_platform_support_android.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M content/test/layouttest_support.cc View 1 2 3 4 5 2 chunks +2 lines, -1 line 0 comments Download
M skia/BUILD.gn View 1 2 3 4 5 1 chunk +1 line, -4 lines 0 comments Download
M skia/ext/fontmgr_default_android.h View 1 2 3 4 5 6 1 chunk +2 lines, -1 line 0 comments Download
M skia/ext/fontmgr_default_android.cc View 1 2 1 chunk +5 lines, -4 lines 0 comments Download
M skia/ext/fontmgr_default_linux.h View 1 2 3 4 5 6 1 chunk +2 lines, -1 line 0 comments Download
M skia/ext/fontmgr_default_linux.cc View 1 chunk +5 lines, -4 lines 0 comments Download
M skia/ext/fontmgr_default_win.h View 1 2 3 4 5 6 1 chunk +2 lines, -1 line 0 comments Download
M skia/ext/fontmgr_default_win.cc View 1 chunk +6 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/fonts/FontCache.h View 2 chunks +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/platform/fonts/FontCache.cpp View 1 2 3 4 5 1 chunk +2 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/platform/fonts/linux/FontCacheLinux.cpp View 1 2 3 4 5 1 chunk +2 lines, -8 lines 0 comments Download
M third_party/WebKit/Source/platform/fonts/win/FontCacheSkiaWin.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/web/linux/WebFontRendering.cpp View 1 chunk +2 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/web/win/WebFontRendering.cpp View 1 chunk +2 lines, -3 lines 0 comments Download
M third_party/WebKit/public/web/linux/WebFontRendering.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/public/web/win/WebFontRendering.h View 1 2 3 4 2 chunks +2 lines, -1 line 0 comments Download
M ui/gfx/win/direct_write.cc View 1 2 chunks +4 lines, -2 lines 0 comments Download

Messages

Total messages: 34 (23 generated)
bungeman-chromium
This is generally the kind of thing I want to do. It may need some ...
3 years, 11 months ago (2017-01-06 21:41:13 UTC) #14
f(malita)
lgtm https://codereview.chromium.org/2618443002/diff/80001/content/child/font_warmup_win.cc File content/child/font_warmup_win.cc (right): https://codereview.chromium.org/2618443002/diff/80001/content/child/font_warmup_win.cc#newcode418 content/child/font_warmup_win.cc:418: if (!g_warmup_fontmgr) What would it take to convert ...
3 years, 11 months ago (2017-01-09 15:25:34 UTC) #15
bungeman-chromium
https://codereview.chromium.org/2618443002/diff/80001/content/child/font_warmup_win.cc File content/child/font_warmup_win.cc (right): https://codereview.chromium.org/2618443002/diff/80001/content/child/font_warmup_win.cc#newcode418 content/child/font_warmup_win.cc:418: if (!g_warmup_fontmgr) On 2017/01/09 15:25:34, f(malita) wrote: > What ...
3 years, 11 months ago (2017-01-09 19:15:28 UTC) #18
bungeman-chromium
3 years, 11 months ago (2017-01-09 20:03:04 UTC) #22
Alexei Svitkine (slow)
ui/gfx lgtm
3 years, 11 months ago (2017-01-09 20:15:28 UTC) #23
jochen (gone - plz use gerrit)
which part do you want me to review? can you please reference a tracking bug ...
3 years, 11 months ago (2017-01-10 09:53:04 UTC) #24
bungeman-chromium
Added CL to description. jochen: I forgot how much you own. I added you for ...
3 years, 11 months ago (2017-01-10 18:31:15 UTC) #26
nyquist
blimp lgtm
3 years, 11 months ago (2017-01-10 22:44:09 UTC) #27
jochen (gone - plz use gerrit)
lgtm
3 years, 11 months ago (2017-01-11 09:51:13 UTC) #28
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2618443002/120001
3 years, 11 months ago (2017-01-11 14:22:18 UTC) #31
commit-bot: I haz the power
3 years, 11 months ago (2017-01-11 16:49:06 UTC) #34
Message was sent while issue was closed.
Committed patchset #7 (id:120001) as
https://chromium.googlesource.com/chromium/src/+/ba3e738c8508e560dd92abc7f3b9...

Powered by Google App Engine
This is Rietveld 408576698