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

Issue 48113009: Move Font related classes to Source/platform/fonts (Closed)

Created:
7 years, 1 month ago by rwlbuis
Modified:
7 years, 1 month ago
CC:
blink-reviews, jamesr, zoltan1, dsinclair, bemjb+rendering_chromium.org, eae+blinkwatch, leviw+renderwatch, danakj, dglazkov+blink, Rik, apavlov+blink_chromium.org, jchaffraix+rendering, darktears, pdr, f(malita), pdr.
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

Move Font related classes to Source/platform/fonts BUG=297477 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=160880

Patch Set 1 #

Patch Set 2 : Add two more Font related independent files #

Total comments: 12

Patch Set 3 : patch for landing #

Patch Set 4 : Fix win/mac compile problems #

Patch Set 5 : Fix mac export #

Unified diffs Side-by-side diffs Delta from patch set Stats (+62 lines, -1065 lines) Patch
M Source/core/core.gypi View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/css/CSSFontFaceSource.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/CSSFontSelector.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/CSSPrimitiveValueMappings.h View 1 chunk +3 lines, -3 lines 0 comments Download
M Source/core/css/CSSSegmentedFontFace.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/CSSSegmentedFontFace.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/CSSSegmentedFontFaceCache.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/FontFace.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/resolver/FontBuilder.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/resolver/StyleBuilderCustom.cpp View 2 chunks +1 line, -1 line 0 comments Download
M Source/core/fetch/FontResource.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/platform/DragImage.cpp View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/platform/graphics/AlternateFontFamily.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/platform/graphics/Font.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/platform/graphics/FontCache.h View 1 chunk +0 lines, -4 lines 0 comments Download
M Source/core/platform/graphics/FontCache.cpp View 1 chunk +5 lines, -5 lines 0 comments Download
D Source/core/platform/graphics/FontCacheKey.h View 1 chunk +0 lines, -115 lines 0 comments Download
M Source/core/platform/graphics/FontCustomPlatformData.h View 1 chunk +2 lines, -2 lines 0 comments Download
D Source/core/platform/graphics/FontDescription.h View 1 chunk +0 lines, -233 lines 0 comments Download
D Source/core/platform/graphics/FontDescription.cpp View 1 chunk +0 lines, -132 lines 0 comments Download
M Source/core/platform/graphics/FontFallbackList.h View 1 chunk +1 line, -1 line 0 comments Download
D Source/core/platform/graphics/FontMetrics.h View 1 chunk +0 lines, -157 lines 0 comments Download
D Source/core/platform/graphics/FontOrientation.h View 1 chunk +0 lines, -35 lines 0 comments Download
M Source/core/platform/graphics/FontPlatformData.h View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
D Source/core/platform/graphics/FontSelector.h View 1 chunk +0 lines, -62 lines 0 comments Download
D Source/core/platform/graphics/FontSmoothingMode.h View 1 chunk +0 lines, -35 lines 0 comments Download
D Source/core/platform/graphics/FontTraitsMask.h View 1 chunk +0 lines, -70 lines 0 comments Download
D Source/core/platform/graphics/FontWidthVariant.h View 1 chunk +0 lines, -47 lines 0 comments Download
D Source/core/platform/graphics/Glyph.h View 1 1 chunk +0 lines, -39 lines 0 comments Download
M Source/core/platform/graphics/GlyphBuffer.h View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/platform/graphics/GlyphMetricsMap.h View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/platform/graphics/GlyphPage.h View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/platform/graphics/SVGGlyph.h View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/platform/graphics/SimpleFontData.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
D Source/core/platform/graphics/TextRenderingMode.h View 1 chunk +0 lines, -35 lines 0 comments Download
D Source/core/platform/graphics/TypesettingFeatures.h View 1 1 chunk +0 lines, -40 lines 0 comments Download
M Source/core/platform/graphics/chromium/FontCacheAndroid.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/platform/graphics/chromium/FontFallbackWin.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/platform/graphics/chromium/FontPlatformDataChromiumWin.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M Source/core/platform/graphics/chromium/SimpleFontDataChromiumWin.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/platform/graphics/harfbuzz/FontPlatformDataHarfBuzz.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/platform/graphics/mac/FontMac.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/platform/graphics/mac/SimpleFontDataMac.mm View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M Source/core/platform/graphics/opentype/OpenTypeVerticalData.h View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/platform/graphics/skia/FontCacheSkia.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/platform/graphics/skia/SimpleFontDataSkia.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/platform/mac/WebFontCache.mm View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/InlineBox.cpp View 1 2 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/RenderEmbeddedObject.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/RenderTheme.cpp View 1 2 2 chunks +1 line, -1 line 0 comments Download
M Source/core/rendering/RenderThemeChromiumFontProviderLinux.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/RenderThemeChromiumFontProviderWin.cpp View 1 2 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/RenderThemeChromiumWin.cpp View 1 2 2 chunks +1 line, -1 line 0 comments Download
M Source/core/rendering/style/RenderStyle.h View 1 2 2 chunks +1 line, -1 line 0 comments Download
M Source/core/rendering/style/RenderStyle.cpp View 2 chunks +1 line, -1 line 0 comments Download
M Source/core/svg/SVGLengthContext.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/platform/blink_platform.gyp View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M Source/platform/blink_platform.gypi View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
A + Source/platform/fonts/FontCacheKey.h View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
A + Source/platform/fonts/FontDescription.h View 2 chunks +7 lines, -7 lines 0 comments Download
A + Source/platform/fonts/FontDescription.cpp View 1 chunk +1 line, -1 line 0 comments Download
A + Source/platform/fonts/FontMetrics.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
A + Source/platform/fonts/FontOrientation.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + Source/platform/fonts/FontSelector.h View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
A + Source/platform/fonts/FontSmoothingMode.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + Source/platform/fonts/FontTraitsMask.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + Source/platform/fonts/FontWidthVariant.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + Source/platform/fonts/Glyph.h View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + Source/platform/fonts/TextRenderingMode.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + Source/platform/fonts/TypesettingFeatures.h View 1 0 chunks +-1 lines, --1 lines 0 comments Download
M Source/web/AssertMatchingEnums.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/web/PopupListBox.cpp View 2 chunks +1 line, -1 line 0 comments Download
M Source/web/WebFontDescription.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/web/WebFontImpl.cpp View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 10 (0 generated)
rwlbuis
Fairly straightforward move of Font related classes. Stuff like FontCache still relies to much on ...
7 years, 1 month ago (2013-10-28 19:35:12 UTC) #1
Stephen Chennney
On 2013/10/28 19:35:12, rwlbuis wrote: > Fairly straightforward move of Font related classes. Stuff like ...
7 years, 1 month ago (2013-10-28 20:22:21 UTC) #2
Stephen Chennney
On 2013/10/28 20:22:21, Stephen Chenney wrote: > On 2013/10/28 19:35:12, rwlbuis wrote: > > Fairly ...
7 years, 1 month ago (2013-10-28 20:28:07 UTC) #3
abarth-chromium
LGTM, but there are a few details to polish before landing this CL. https://codereview.chromium.org/48113009/diff/60001/Source/platform/fonts/FontCacheKey.h File ...
7 years, 1 month ago (2013-10-29 05:26:34 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rob.buis@samsung.com/48113009/130001
7 years, 1 month ago (2013-10-29 18:36:28 UTC) #5
rwlbuis
The new patch is rebased against ToT and should fix the mentioned export issues. https://codereview.chromium.org/48113009/diff/60001/Source/platform/fonts/FontCacheKey.h ...
7 years, 1 month ago (2013-10-29 18:37:59 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rob.buis@samsung.com/48113009/240001
7 years, 1 month ago (2013-10-29 19:29:33 UTC) #7
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 1 month ago (2013-10-29 20:51:55 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rob.buis@samsung.com/48113009/360001
7 years, 1 month ago (2013-10-29 21:02:55 UTC) #9
commit-bot: I haz the power
7 years, 1 month ago (2013-10-30 00:09:48 UTC) #10
Message was sent while issue was closed.
Change committed as 160880

Powered by Google App Engine
This is Rietveld 408576698