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

Issue 2386333002: reflow comments in platform/fonts (Closed)

Created:
4 years, 2 months ago by Nico
Modified:
4 years, 2 months ago
Reviewers:
dcheng
CC:
chromium-reviews, krit, drott+blinkwatch_chromium.org, blink-reviews-style_chromium.org, blink-reviews-platform-graphics_chromium.org, dshwang, pdr+graphicswatchlist_chromium.org, jbroman, Justin Novosad, Rik, f(malita), blink-reviews, danakj+watch_chromium.org, ajuma+watch_chromium.org, Stephen Chennney, rwlbuis
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

reflow comments in platform/fonts Also disable clang-format in one test that runs into a clang-format bug. BUG=563793 NOTRY=true Committed: https://crrev.com/d9dd690e6b182eb3201891b2cfe3a08a9c7945d8 Cr-Commit-Position: refs/heads/master@{#422565}

Patch Set 1 #

Total comments: 10

Patch Set 2 : comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+410 lines, -306 lines) Patch
M third_party/WebKit/Source/platform/fonts/AlternateFontFamily.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/fonts/Font.h View 3 chunks +8 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/platform/fonts/Font.cpp View 1 13 chunks +37 lines, -25 lines 0 comments Download
M third_party/WebKit/Source/platform/fonts/FontCache.cpp View 5 chunks +14 lines, -9 lines 0 comments Download
M third_party/WebKit/Source/platform/fonts/FontData.h View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/platform/fonts/FontDataCache.h View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/platform/fonts/FontDataCache.cpp View 1 4 chunks +12 lines, -8 lines 0 comments Download
M third_party/WebKit/Source/platform/fonts/FontDescription.h View 5 chunks +17 lines, -13 lines 0 comments Download
M third_party/WebKit/Source/platform/fonts/FontDescription.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/fonts/FontFaceCreationParams.h View 2 chunks +8 lines, -8 lines 0 comments Download
M third_party/WebKit/Source/platform/fonts/FontFallbackList.cpp View 2 chunks +6 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/fonts/FontFamily.h View 1 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/fonts/FontOrientation.h View 1 chunk +6 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/fonts/FontPlatformData.h View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/platform/fonts/FontSelector.h View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/platform/fonts/GenericFontFamilySettings.cpp View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/platform/fonts/GlyphBuffer.h View 3 chunks +15 lines, -13 lines 0 comments Download
M third_party/WebKit/Source/platform/fonts/GlyphMetricsMap.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/fonts/GlyphPage.h View 4 chunks +8 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/platform/fonts/GlyphPageTreeNode.h View 3 chunks +10 lines, -8 lines 0 comments Download
M third_party/WebKit/Source/platform/fonts/GlyphPageTreeNode.cpp View 5 chunks +11 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/platform/fonts/ScriptRunIterator.h View 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/fonts/SimpleFontData.cpp View 3 chunks +9 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/platform/fonts/SymbolsIterator.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/fonts/SymbolsIteratorTest.cpp View 1 chunk +11 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/fonts/UTF16TextIterator.h View 1 chunk +4 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/fonts/UTF16TextIterator.cpp View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/platform/fonts/android/FontCacheAndroidTest.cpp View 2 chunks +4 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/fonts/linux/FontCacheLinux.cpp View 2 chunks +15 lines, -13 lines 0 comments Download
M third_party/WebKit/Source/platform/fonts/linux/FontRenderStyle.h View 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/fonts/linux/FontRenderStyle.cpp View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/platform/fonts/mac/FontCacheMac.mm View 5 chunks +20 lines, -17 lines 0 comments Download
M third_party/WebKit/Source/platform/fonts/mac/FontFamilyMatcherMac.mm View 5 chunks +19 lines, -12 lines 0 comments Download
M third_party/WebKit/Source/platform/fonts/mac/FontPlatformDataMac.mm View 3 chunks +7 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/platform/fonts/opentype/OpenTypeTypes.h View 1 chunk +9 lines, -9 lines 0 comments Download
M third_party/WebKit/Source/platform/fonts/opentype/OpenTypeVerticalData.h View 1 chunk +9 lines, -9 lines 0 comments Download
M third_party/WebKit/Source/platform/fonts/opentype/OpenTypeVerticalData.cpp View 3 chunks +13 lines, -11 lines 0 comments Download
M third_party/WebKit/Source/platform/fonts/opentype/OpenTypeVerticalDataTest.cpp View 1 chunk +9 lines, -9 lines 0 comments Download
M third_party/WebKit/Source/platform/fonts/shaping/CachingWordShaperTest.cpp View 1 chunk +4 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/fonts/shaping/CaseMappingHarfBuzzBufferFiller.cpp View 2 chunks +4 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/fonts/shaping/HarfBuzzShaper.h View 1 chunk +12 lines, -12 lines 0 comments Download
M third_party/WebKit/Source/platform/fonts/shaping/HarfBuzzShaper.cpp View 2 chunks +6 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/fonts/shaping/ShapeCache.h View 2 chunks +5 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/fonts/shaping/ShapeResult.cpp View 1 chunk +6 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/platform/fonts/shaping/ShapeResultBuffer.h View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/platform/fonts/shaping/ShapeResultBuffer.cpp View 2 chunks +7 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/platform/fonts/shaping/Shaper.h View 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/fonts/shaping/SimpleShaper.h View 1 chunk +3 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/fonts/shaping/SimpleShaper.cpp View 5 chunks +11 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/platform/fonts/skia/FontCacheSkia.cpp View 4 chunks +11 lines, -9 lines 0 comments Download
M third_party/WebKit/Source/platform/fonts/skia/SkiaTextMetrics.cpp View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/platform/fonts/win/FontCacheSkiaWin.cpp View 3 chunks +9 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/platform/fonts/win/FontFallbackWin.cpp View 2 chunks +4 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/fonts/win/FontPlatformDataWin.cpp View 1 chunk +4 lines, -3 lines 0 comments Download

Messages

Total messages: 19 (11 generated)
Nico
4 years, 2 months ago (2016-10-03 20:26:27 UTC) #3
dcheng
LGTM with nits https://codereview.chromium.org/2386333002/diff/1/third_party/WebKit/Source/platform/fonts/Font.cpp File third_party/WebKit/Source/platform/fonts/Font.cpp (right): https://codereview.chromium.org/2386333002/diff/1/third_party/WebKit/Source/platform/fonts/Font.cpp#newcode303 third_party/WebKit/Source/platform/fonts/Font.cpp:303: // rotation). Nit: perhaps indent a ...
4 years, 2 months ago (2016-10-03 20:41:18 UTC) #6
Nico
Thanks! https://codereview.chromium.org/2386333002/diff/1/third_party/WebKit/Source/platform/fonts/Font.cpp File third_party/WebKit/Source/platform/fonts/Font.cpp (right): https://codereview.chromium.org/2386333002/diff/1/third_party/WebKit/Source/platform/fonts/Font.cpp#newcode303 third_party/WebKit/Source/platform/fonts/Font.cpp:303: // rotation). On 2016/10/03 20:41:17, dcheng wrote: > ...
4 years, 2 months ago (2016-10-03 20:46:57 UTC) #7
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/2386333002/20001
4 years, 2 months ago (2016-10-03 20:47:38 UTC) #10
commit-bot: I haz the power
Try jobs failed on following builders: android_n5x_swarming_rel on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_n5x_swarming_rel/builds/41467)
4 years, 2 months ago (2016-10-03 22:14:11 UTC) #12
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/2386333002/20001
4 years, 2 months ago (2016-10-03 22:18:08 UTC) #15
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 2 months ago (2016-10-03 22:27:10 UTC) #17
commit-bot: I haz the power
4 years, 2 months ago (2016-10-03 22:30:36 UTC) #19
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/d9dd690e6b182eb3201891b2cfe3a08a9c7945d8
Cr-Commit-Position: refs/heads/master@{#422565}

Powered by Google App Engine
This is Rietveld 408576698