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

Issue 42313002: Move Color.*, DashArray and DrawLooper to Source/platform/ (Closed)

Created:
7 years, 2 months ago by rwlbuis
Modified:
7 years, 1 month ago
CC:
blink-reviews, shans, eae+blinkwatch, blink-layers+watch_chromium.org, apavlov+blink_chromium.org, adamk+blink_chromium.org, pdr, loislo+blink_chromium.org, aandrey+blink_chromium.org, dino_apple.com, jamesr, caseq+blink_chromium.org, Steve Block, alancutter (OOO until 2018), pfeldman+blink_chromium.org, dsinclair, yurys+blink_chromium.org, danakj, dstockwell, dglazkov+blink, Rik, jchaffraix+rendering, devtools-reviews_chromium.org, pdr., Timothy Loh, rjwright, zoltan1, lushnikov+blink_chromium.org, eustas+blink_chromium.org, paulirish+reviews_chromium.org, darktears, feature-media-reviews_chromium.org, alph+blink_chromium.org, leviw+renderwatch, vsevik+blink_chromium.org, Mike Lawther (Google), f(malita), Stephen Chennney, Eric Willigers
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

Move Color.*, DashArray and DrawLooper to Source/platform/ Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=160838

Patch Set 1 : correct patch set 1 mistake #

Total comments: 8

Patch Set 2 : fix conditions block #

Patch Set 3 : fix merge problem #

Patch Set 4 : Fix squashed patch #

Patch Set 5 : another attempt #

Patch Set 6 : Fix win export problem #

Patch Set 7 : Only move findColor from HashTools.h #

Patch Set 8 : Remove ShadowBlur from patch #

Patch Set 9 : Add missing moved files #

Unified diffs Side-by-side diffs Delta from patch set Stats (+126 lines, -1135 lines) Patch
M Source/bindings/derived_sources.gyp View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M Source/build/scripts/scripts.gypi View 1 1 chunk +21 lines, -0 lines 0 comments Download
M Source/core/animation/AnimatableColor.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/core.gyp View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/core.gypi View 1 2 3 4 5 6 7 2 chunks +0 lines, -24 lines 0 comments Download
M Source/core/core_derived_sources.gyp View 1 2 1 chunk +0 lines, -16 lines 0 comments Download
M Source/core/css/CSSParser.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/CSSPrimitiveValue.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/CSSPrimitiveValue.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/RGBColor.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/StyleColor.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/resolver/ElementStyleResources.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/dom/TextLinkColors.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/editing/CompositionUnderline.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/frame/FrameView.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/canvas/CanvasRenderingContext2D.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/canvas/CanvasRenderingContext2D.cpp View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/canvas/CanvasStyle.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/forms/ColorInputType.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/inspector/InspectorOverlay.h View 1 chunk +1 line, -1 line 0 comments Download
D Source/core/platform/ColorData.gperf View 1 chunk +0 lines, -175 lines 0 comments Download
M Source/core/platform/DragImage.cpp View 1 2 3 4 5 6 7 2 chunks +1 line, -1 line 0 comments Download
D Source/core/platform/HashTools.h View 1 2 3 4 5 6 2 chunks +0 lines, -6 lines 0 comments Download
Source/core/platform/PopupMenuStyle.h View 1 chunk +1 line, -1 line 0 comments Download
Source/core/platform/Theme.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/platform/graphics/BitmapImage.h View 1 chunk +1 line, -1 line 0 comments Download
D Source/core/platform/graphics/Color.h View 1 chunk +0 lines, -169 lines 0 comments Download
D Source/core/platform/graphics/Color.cpp View 1 chunk +0 lines, -448 lines 0 comments Download
D Source/core/platform/graphics/DashArray.h View 1 chunk +0 lines, -35 lines 0 comments Download
Source/core/platform/graphics/DrawLooper.h View 1 chunk +0 lines, -78 lines 0 comments Download
Source/core/platform/graphics/DrawLooper.cpp View 1 chunk +0 lines, -108 lines 0 comments Download
M Source/core/platform/graphics/Gradient.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/platform/graphics/GraphicsContext.h View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/platform/graphics/GraphicsLayer.h View 1 2 3 4 5 6 7 2 chunks +1 line, -1 line 0 comments Download
M Source/core/platform/graphics/Image.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/platform/graphics/InbandTextTrackPrivateClient.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/platform/graphics/StrokeData.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/platform/graphics/filters/FEDropShadow.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/platform/graphics/filters/FEFlood.h View 1 chunk +1 line, -1 line 0 comments Download
Source/core/platform/graphics/filters/FELighting.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/platform/graphics/filters/FilterOperation.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/platform/graphics/filters/SourceAlpha.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/platform/graphics/mac/ColorMac.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/platform/graphics/mac/SimpleFontDataMac.mm View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/platform/graphics/skia/SkiaUtils.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/EllipsisBox.cpp View 1 2 3 4 5 6 7 2 chunks +1 line, -1 line 0 comments Download
M Source/core/rendering/InlineTextBox.cpp View 1 2 3 4 5 6 7 2 chunks +1 line, -1 line 0 comments Download
M Source/core/rendering/RenderBoxModelObject.cpp View 2 chunks +1 line, -1 line 0 comments Download
Source/core/rendering/RenderThemeChromiumAndroid.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/RenderThemeChromiumDefault.cpp View 1 chunk +1 line, -1 line 0 comments Download
Source/core/rendering/style/BorderValue.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/style/RenderStyle.h View 1 2 3 4 5 6 7 2 chunks +1 line, -1 line 0 comments Download
Source/core/rendering/style/ShadowData.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/style/StyleBackgroundData.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/style/StyleInheritedData.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/style/StyleRareInheritedData.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/svg/RenderSVGResourceSolidColor.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/svg/SVGInlineTextBox.cpp View 2 chunks +1 line, -1 line 0 comments Download
M Source/core/svg/ColorDistance.cpp View 1 chunk +1 line, -1 line 0 comments Download
Source/core/svg/SVGColor.h View 1 chunk +1 line, -1 line 0 comments Download
A + Source/platform/ColorData.gperf View 1 2 3 4 5 6 8 2 chunks +3 lines, -2 lines 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 3 4 5 6 7 1 chunk +4 lines, -0 lines 0 comments Download
A + Source/platform/graphics/Color.h View 1 2 3 4 5 6 8 3 chunks +21 lines, -14 lines 0 comments Download
A + Source/platform/graphics/Color.cpp View 1 2 3 4 5 6 8 1 chunk +1 line, -2 lines 0 comments Download
A + Source/platform/graphics/DashArray.h View 8 0 chunks +-1 lines, --1 lines 0 comments Download
A + Source/platform/graphics/DrawLooper.h View 8 2 chunks +2 lines, -1 line 0 comments Download
A + Source/platform/graphics/DrawLooper.cpp View 8 1 chunk +2 lines, -2 lines 0 comments Download
M Source/platform/platform_derived_sources.gyp View 1 2 1 chunk +16 lines, -0 lines 0 comments Download
Source/web/ColorChooserUIController.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/web/LinkHighlight.cpp View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M Source/web/WebColorName.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/web/WebViewImpl.cpp View 1 2 3 4 5 6 7 2 chunks +1 line, -1 line 0 comments Download
M Source/web/tests/OpaqueRectTrackingContentLayerDelegateTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/web/tests/PopupMenuTest.cpp View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 24 (0 generated)
rwlbuis
More groundwork, I need to move Color before GraphicsContext and such important classes can be ...
7 years, 1 month ago (2013-10-25 15:16:19 UTC) #1
abarth-chromium
LGTM with a couple comments below. https://codereview.chromium.org/42313002/diff/330001/Source/core/core_derived_sources.gyp File Source/core/core_derived_sources.gyp (right): https://codereview.chromium.org/42313002/diff/330001/Source/core/core_derived_sources.gyp#newcode641 Source/core/core_derived_sources.gyp:641: }, This looks ...
7 years, 1 month ago (2013-10-25 15:24:17 UTC) #2
rwlbuis
Fix the comments. https://codereview.chromium.org/42313002/diff/330001/Source/core/core_derived_sources.gyp File Source/core/core_derived_sources.gyp (right): https://codereview.chromium.org/42313002/diff/330001/Source/core/core_derived_sources.gyp#newcode641 Source/core/core_derived_sources.gyp:641: }, On 2013/10/25 15:24:18, abarth wrote: ...
7 years, 1 month ago (2013-10-25 15:44:27 UTC) #3
abarth-chromium
one more nit: https://codereview.chromium.org/42313002/diff/410001/Source/core/core.gypi File Source/core/core.gypi (right): https://codereview.chromium.org/42313002/diff/410001/Source/core/core.gypi#newcode3633 Source/core/core.gypi:3633: ], You should probably move this ...
7 years, 1 month ago (2013-10-25 16:16:37 UTC) #4
rwlbuis
Fix nit :) https://codereview.chromium.org/42313002/diff/410001/Source/core/core.gypi File Source/core/core.gypi (right): https://codereview.chromium.org/42313002/diff/410001/Source/core/core.gypi#newcode3633 Source/core/core.gypi:3633: ], On 2013/10/25 16:16:38, abarth wrote: ...
7 years, 1 month ago (2013-10-25 17:39:47 UTC) #5
abarth-chromium
LGTM
7 years, 1 month ago (2013-10-25 20:14:46 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/42313002/460001
7 years, 1 month ago (2013-10-25 20:15:25 UTC) #7
commit-bot: I haz the power
Failed to apply patch for Source/platform/blink_platform.gyp: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
7 years, 1 month ago (2013-10-25 20:15:57 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/42313002/530001
7 years, 1 month ago (2013-10-25 21:15:00 UTC) #9
commit-bot: I haz the power
Failed to apply patch for Source/core/page/EventHandler.cpp: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
7 years, 1 month ago (2013-10-25 21:15:29 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rob.buis@samsung.com/42313002/600001
7 years, 1 month ago (2013-10-25 21:43:39 UTC) #11
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-25 22:09:31 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rob.buis@samsung.com/42313002/740001
7 years, 1 month ago (2013-10-25 22:51:04 UTC) #13
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-25 23:42:20 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rob.buis@samsung.com/42313002/850001
7 years, 1 month ago (2013-10-27 16:50:32 UTC) #15
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-27 17:52:12 UTC) #16
rwlbuis
Simply moving HashTools.h caused a problem I had not foreseen, the declaration of findProperty was ...
7 years, 1 month ago (2013-10-28 14:34:58 UTC) #17
abarth-chromium
lgtm
7 years, 1 month ago (2013-10-29 03:39:40 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rob.buis@samsung.com/42313002/970001
7 years, 1 month ago (2013-10-29 03:42:48 UTC) #19
commit-bot: I haz the power
Failed to apply patch for Source/core/platform/graphics/ShadowBlur.h: While running patch -p1 --forward --force --no-backup-if-mismatch; can't find ...
7 years, 1 month ago (2013-10-29 03:43:21 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rob.buis@samsung.com/42313002/1030001
7 years, 1 month ago (2013-10-29 13:50:34 UTC) #21
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 14:18:39 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rob.buis@samsung.com/42313002/1200001
7 years, 1 month ago (2013-10-29 14:33:36 UTC) #23
commit-bot: I haz the power
7 years, 1 month ago (2013-10-29 15:51:53 UTC) #24
Message was sent while issue was closed.
Change committed as 160838

Powered by Google App Engine
This is Rietveld 408576698