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

Issue 447233003: Use font manager for fallback on Android. (Closed)

Created:
6 years, 4 months ago by bungeman-chromium
Modified:
6 years, 4 months ago
CC:
blink-reviews, jamesr, krit, jbroman, danakj, Rik, Stephen Chennney, pdr., rwlbuis
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Project:
blink
Visibility:
Public.

Description

Use font manager for fallback on Android. The corresponding Chromium side change is https://codereview.chromium.org/450733002/ . These two can be committed in any order. Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=179753

Patch Set 1 #

Total comments: 2

Patch Set 2 : Remove extra parens. #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -4 lines) Patch
M Source/platform/fonts/android/FontCacheAndroid.cpp View 1 2 chunks +7 lines, -4 lines 2 comments Download

Messages

Total messages: 15 (0 generated)
bungeman-skia
6 years, 4 months ago (2014-08-07 16:30:59 UTC) #1
bungeman-skia
Adding fmalita as an OWNER.
6 years, 4 months ago (2014-08-07 16:35:25 UTC) #2
jbroman
https://codereview.chromium.org/447233003/diff/1/Source/platform/fonts/android/FontCacheAndroid.cpp File Source/platform/fonts/android/FontCacheAndroid.cpp (right): https://codereview.chromium.org/447233003/diff/1/Source/platform/fonts/android/FontCacheAndroid.cpp#newcode66 Source/platform/fonts/android/FontCacheAndroid.cpp:66: RefPtr<SkFontMgr> fm = adoptRef((SkFontMgr::RefDefault())); drive-by nit: why the double ...
6 years, 4 months ago (2014-08-07 16:36:40 UTC) #3
bungeman-skia
https://codereview.chromium.org/447233003/diff/1/Source/platform/fonts/android/FontCacheAndroid.cpp File Source/platform/fonts/android/FontCacheAndroid.cpp (right): https://codereview.chromium.org/447233003/diff/1/Source/platform/fonts/android/FontCacheAndroid.cpp#newcode66 Source/platform/fonts/android/FontCacheAndroid.cpp:66: RefPtr<SkFontMgr> fm = adoptRef((SkFontMgr::RefDefault())); On 2014/08/07 16:36:40, jbroman wrote: ...
6 years, 4 months ago (2014-08-07 16:41:32 UTC) #4
f(malita)
lgtm https://codereview.chromium.org/447233003/diff/20001/Source/platform/fonts/android/FontCacheAndroid.cpp File Source/platform/fonts/android/FontCacheAndroid.cpp (right): https://codereview.chromium.org/447233003/diff/20001/Source/platform/fonts/android/FontCacheAndroid.cpp#newcode73 Source/platform/fonts/android/FontCacheAndroid.cpp:73: return skiaFamilyName.c_str(); Unrelated nit: for the sake of ...
6 years, 4 months ago (2014-08-07 17:41:08 UTC) #5
bungeman-skia
https://codereview.chromium.org/447233003/diff/20001/Source/platform/fonts/android/FontCacheAndroid.cpp File Source/platform/fonts/android/FontCacheAndroid.cpp (right): https://codereview.chromium.org/447233003/diff/20001/Source/platform/fonts/android/FontCacheAndroid.cpp#newcode73 Source/platform/fonts/android/FontCacheAndroid.cpp:73: return skiaFamilyName.c_str(); On 2014/08/07 17:41:07, Florin Malita wrote: > ...
6 years, 4 months ago (2014-08-07 17:48:06 UTC) #6
bungeman-skia
The CQ bit was checked by bungeman@google.com
6 years, 4 months ago (2014-08-07 17:49:43 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bungeman@chromium.org/447233003/20001
6 years, 4 months ago (2014-08-07 17:51:38 UTC) #8
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: win_gpu_triggered_tests on tryserver.chromium.gpu ...
6 years, 4 months ago (2014-08-07 19:18:57 UTC) #9
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 4 months ago (2014-08-07 19:46:48 UTC) #10
commit-bot: I haz the power
Try jobs failed on following builders: win_gpu_triggered_tests on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/win_gpu_triggered_tests/builds/37297)
6 years, 4 months ago (2014-08-07 19:46:51 UTC) #11
bungeman-skia
The CQ bit was checked by bungeman@google.com
6 years, 4 months ago (2014-08-07 19:57:14 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bungeman@chromium.org/447233003/20001
6 years, 4 months ago (2014-08-07 19:59:03 UTC) #13
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: win_gpu_triggered_tests on tryserver.chromium.gpu ...
6 years, 4 months ago (2014-08-07 20:23:34 UTC) #14
commit-bot: I haz the power
6 years, 4 months ago (2014-08-07 21:03:31 UTC) #15
Message was sent while issue was closed.
Change committed as 179753

Powered by Google App Engine
This is Rietveld 408576698