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

Issue 16357011: Remove support for -webkit-color-correction (which we've never supported on (Closed)

Created:
7 years, 6 months ago by jbroman
Modified:
7 years, 6 months ago
CC:
blink-reviews, eae+blinkwatch, apavlov+blink_chromium.org, adamk+blink_chromium.org, pdr, aandrey+blink_chromium.org, jamesr, caseq+blink_chromium.org, yurys+blink_chromium.org, danakj, dglazkov+blink, Rik, jchaffraix+rendering, pdr., kenneth.christiansen, loislo+blink_chromium.org, lushnikov+blink_chromium.org, eustas+blink_chromium.org, darktears, feature-media-reviews_chromium.org, alph+blink_chromium.org, leviw+renderwatch, vsevik+blink_chromium.org, pfeldman+blink_chromium.org, f(malita), Stephen Chennney, jeez, senorblanco
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

Remove support for -webkit-color-correction (which we've never supported on the Skia platform) and the associated plumbing. BUG=28005 NOTRY=true Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=151868

Patch Set 1 #

Patch Set 2 : rebase #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : #

Patch Set 7 : #

Patch Set 8 : resolve merge conflicts, obey brace style changes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+591 lines, -692 lines) Patch
M LayoutTests/TestExpectations View 1 2 3 4 5 6 7 1 chunk +3 lines, -0 lines 0 comments Download
M LayoutTests/fast/css/getComputedStyle/computed-style-expected.txt View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M LayoutTests/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M LayoutTests/svg/css/getComputedStyle-basic-expected.txt View 1 2 3 2 chunks +0 lines, -4 lines 0 comments Download
M LayoutTests/webexposed/css-properties-as-js-properties-expected.txt View 1 2 3 4 5 6 1 chunk +0 lines, -1 line 0 comments Download
M Source/WebKit/chromium/src/LinkHighlight.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/WebKit/chromium/src/PageWidgetDelegate.cpp View 1 2 3 4 5 6 7 1 chunk +3 lines, -2 lines 0 comments Download
M Source/WebKit/chromium/src/PopupContainer.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/WebKit/chromium/src/PopupListBox.cpp View 1 5 chunks +7 lines, -7 lines 0 comments Download
M Source/WebKit/chromium/src/WebFontImpl.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/WebKit/chromium/src/WebFrameImpl.cpp View 1 2 3 4 5 6 2 chunks +3 lines, -3 lines 0 comments Download
M Source/WebKit/chromium/src/WebPluginContainerImpl.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/WebKit/chromium/tests/DragImageTest.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/WebKit/chromium/tests/GraphicsContextTest.cpp View 39 chunks +90 lines, -90 lines 0 comments Download
M Source/WebKit/chromium/tests/ImageLayerChromiumTest.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/WebKit/chromium/tests/OpaqueRectTrackingContentLayerDelegateTest.cpp View 1 3 chunks +5 lines, -5 lines 0 comments Download
M Source/WebKit/chromium/tests/TransparencyWinTest.cpp View 1 2 3 4 5 21 chunks +38 lines, -38 lines 0 comments Download
M Source/core/css/CSSComputedStyleDeclaration.cpp View 1 2 3 4 5 6 2 chunks +0 lines, -3 lines 0 comments Download
M Source/core/css/CSSParser.cpp View 1 2 3 4 5 6 3 chunks +0 lines, -6 lines 0 comments Download
M Source/core/css/CSSPrimitiveValueMappings.h View 1 2 3 4 5 6 2 chunks +0 lines, -33 lines 0 comments Download
M Source/core/css/CSSProperties.in View 1 2 3 4 5 6 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/css/CSSProperty.cpp View 1 2 3 4 5 6 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/css/CSSPropertyNames.in View 1 2 3 4 5 6 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/css/CSSValueKeywords.in View 1 2 3 4 5 6 1 chunk +0 lines, -4 lines 0 comments Download
M Source/core/css/SVGCSSValueKeywords.in View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/resolver/StyleResolver.cpp View 1 2 3 4 5 6 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/editing/FrameSelection.cpp View 1 2 3 4 5 6 1 chunk +2 lines, -5 lines 0 comments Download
M Source/core/html/HTMLCanvasElement.cpp View 1 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/html/canvas/CanvasRenderingContext2D.h View 2 chunks +1 line, -2 lines 0 comments Download
M Source/core/html/canvas/CanvasRenderingContext2D.cpp View 5 chunks +16 lines, -16 lines 0 comments Download
M Source/core/html/canvas/CanvasStyle.cpp View 2 chunks +4 lines, -4 lines 0 comments Download
M Source/core/inspector/InspectorOverlay.cpp View 1 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/page/Frame.cpp View 1 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/page/FrameView.cpp View 1 3 chunks +4 lines, -4 lines 0 comments Download
M Source/core/page/PrintContext.cpp View 1 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/page/UseCounter.cpp View 1 2 3 4 5 6 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/platform/DragImage.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/platform/ScrollView.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/platform/ScrollbarTheme.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/platform/ScrollbarThemeComposite.cpp View 2 chunks +3 lines, -5 lines 0 comments Download
M Source/core/platform/chromium/ScrollbarThemeChromium.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/platform/chromium/ScrollbarThemeChromiumAndroid.cpp View 1 2 1 chunk +1 line, -1 line 0 comments Download
M Source/core/platform/chromium/ScrollbarThemeChromiumMac.mm View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/platform/graphics/BitmapImage.h View 1 6 chunks +10 lines, -10 lines 0 comments Download
M Source/core/platform/graphics/BitmapImage.cpp View 1 2 chunks +8 lines, -8 lines 0 comments Download
M Source/core/platform/graphics/CrossfadeGeneratedImage.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/platform/graphics/CrossfadeGeneratedImage.cpp View 4 chunks +8 lines, -8 lines 0 comments Download
M Source/core/platform/graphics/GeneratedImage.h View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/platform/graphics/GeneratorGeneratedImage.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/platform/graphics/GeneratorGeneratedImage.cpp View 3 chunks +3 lines, -3 lines 0 comments Download
M Source/core/platform/graphics/GraphicsContext.h View 1 2 3 4 5 6 7 4 chunks +22 lines, -24 lines 0 comments Download
M Source/core/platform/graphics/GraphicsContext.cpp View 1 2 3 4 5 6 7 17 chunks +60 lines, -60 lines 0 comments Download
M Source/core/platform/graphics/GraphicsContextState.h View 6 chunks +0 lines, -7 lines 0 comments Download
M Source/core/platform/graphics/Image.h View 1 6 chunks +10 lines, -12 lines 0 comments Download
M Source/core/platform/graphics/Image.cpp View 7 chunks +28 lines, -28 lines 0 comments Download
M Source/core/platform/graphics/ImageBuffer.h View 4 chunks +8 lines, -8 lines 0 comments Download
M Source/core/platform/graphics/ShadowBlur.h View 2 chunks +2 lines, -4 lines 0 comments Download
M Source/core/platform/graphics/ShadowBlur.cpp View 1 chunk +1 line, -2 lines 0 comments Download
M Source/core/platform/graphics/chromium/IconChromium.cpp View 1 1 chunk +1 line, -6 lines 0 comments Download
M Source/core/platform/graphics/chromium/TransparencyWin.cpp View 1 2 1 chunk +1 line, -1 line 0 comments Download
M Source/core/platform/graphics/filters/FEColorMatrix.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/platform/graphics/filters/FEComposite.cpp View 2 chunks +10 lines, -10 lines 0 comments Download
M Source/core/platform/graphics/filters/FEDropShadow.cpp View 3 chunks +4 lines, -5 lines 0 comments Download
M Source/core/platform/graphics/filters/FEFlood.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/platform/graphics/filters/FEGaussianBlur.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/platform/graphics/filters/FEMerge.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/platform/graphics/filters/FEMorphology.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/platform/graphics/filters/FEOffset.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/platform/graphics/filters/FETile.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/platform/graphics/filters/FilterEffect.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/platform/graphics/filters/SourceAlpha.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/platform/graphics/filters/SourceGraphic.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/platform/graphics/skia/ImageBufferSkia.cpp View 1 3 chunks +8 lines, -8 lines 0 comments Download
M Source/core/platform/graphics/skia/ImageSkia.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/platform/mock/ScrollbarThemeMock.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/rendering/EllipsisBox.cpp View 4 chunks +4 lines, -4 lines 0 comments Download
M Source/core/rendering/FilterEffectRenderer.cpp View 2 chunks +5 lines, -5 lines 0 comments Download
M Source/core/rendering/InlineTextBox.cpp View 1 2 3 4 5 6 15 chunks +23 lines, -25 lines 0 comments Download
M Source/core/rendering/RenderBlock.cpp View 1 2 3 4 5 6 7 3 chunks +3 lines, -3 lines 0 comments Download
M Source/core/rendering/RenderBoxModelObject.cpp View 1 2 3 4 5 6 7 18 chunks +39 lines, -40 lines 0 comments Download
M Source/core/rendering/RenderDetailsMarker.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/rendering/RenderEmbeddedObject.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/rendering/RenderFileUploadControl.cpp View 1 2 3 4 5 6 1 chunk +3 lines, -3 lines 0 comments Download
M Source/core/rendering/RenderFrameSet.cpp View 1 2 3 4 5 6 7 2 chunks +10 lines, -12 lines 0 comments Download
M Source/core/rendering/RenderImage.cpp View 1 2 3 4 5 6 4 chunks +5 lines, -5 lines 0 comments Download
M Source/core/rendering/RenderInputSpeech.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/RenderLayer.cpp View 1 2 3 4 5 6 5 chunks +7 lines, -7 lines 0 comments Download
M Source/core/rendering/RenderListBox.cpp View 1 2 3 4 5 6 2 chunks +2 lines, -4 lines 0 comments Download
M Source/core/rendering/RenderListMarker.cpp View 1 2 3 4 5 6 7 3 chunks +7 lines, -7 lines 0 comments Download
M Source/core/rendering/RenderMediaControlsChromium.cpp View 1 3 chunks +5 lines, -5 lines 0 comments Download
M Source/core/rendering/RenderObject.cpp View 1 2 3 4 5 6 4 chunks +5 lines, -5 lines 0 comments Download
M Source/core/rendering/RenderReplaced.cpp View 1 2 3 4 5 6 7 3 chunks +4 lines, -4 lines 0 comments Download
M Source/core/rendering/RenderScrollbarTheme.cpp View 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/rendering/RenderTheme.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/RenderThemeChromiumMac.mm View 1 2 3 chunks +4 lines, -4 lines 0 comments Download
M Source/core/rendering/RenderThemeChromiumSkia.cpp View 2 chunks +2 lines, -3 lines 0 comments Download
M Source/core/rendering/RenderView.cpp View 1 2 3 4 5 6 7 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/rendering/RenderWidget.cpp View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/RootInlineBox.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/style/RenderStyle.h View 1 2 3 4 5 6 4 chunks +0 lines, -4 lines 0 comments Download
M Source/core/rendering/style/StyleRareInheritedData.h View 3 chunks +4 lines, -5 lines 0 comments Download
M Source/core/rendering/style/StyleRareInheritedData.cpp View 3 chunks +0 lines, -3 lines 0 comments Download
M Source/core/rendering/svg/RenderSVGImage.cpp View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/svg/RenderSVGPath.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/svg/RenderSVGResourceClipper.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/svg/RenderSVGResourceFilter.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/rendering/svg/RenderSVGResourceMasker.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/svg/RenderSVGResourcePattern.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/svg/RenderSVGResourceSolidColor.cpp View 3 chunks +2 lines, -3 lines 0 comments Download
M Source/core/rendering/svg/SVGInlineTextBox.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/rendering/svg/SVGRenderingContext.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/rendering/svg/SVGRenderingContext.cpp View 5 chunks +5 lines, -5 lines 0 comments Download
M Source/core/svg/graphics/SVGImage.h View 1 1 chunk +3 lines, -3 lines 0 comments Download
M Source/core/svg/graphics/SVGImage.cpp View 6 chunks +8 lines, -8 lines 0 comments Download
M Source/core/svg/graphics/SVGImageForContainer.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/svg/graphics/SVGImageForContainer.cpp View 1 chunk +4 lines, -4 lines 0 comments Download
M Source/core/svg/graphics/filters/SVGFEImage.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/devtools/front_end/CSSMetadata.js View 1 chunk +0 lines, -3 lines 0 comments Download

Messages

Total messages: 18 (0 generated)
jbroman
Per thread on blink-dev. Layout test failures so far appear unrelated.
7 years, 6 months ago (2013-06-04 20:50:06 UTC) #1
abarth-chromium
Looks like a CL for eseidel
7 years, 6 months ago (2013-06-04 20:50:50 UTC) #2
eseidel
I'm not sure we really want to remove all this colorspace information from our code? ...
7 years, 6 months ago (2013-06-04 20:57:35 UTC) #3
eseidel
I really don't want to discoruage you from removing dead code! I just think this ...
7 years, 6 months ago (2013-06-04 20:58:35 UTC) #4
danakj
On Tue, Jun 4, 2013 at 4:58 PM, <eseidel@chromium.org> wrote: > I really don't want ...
7 years, 6 months ago (2013-06-04 21:03:11 UTC) #5
jbroman
On 2013/06/04 20:58:35, eseidel wrote: > I really don't want to discoruage you from removing ...
7 years, 6 months ago (2013-06-04 21:12:20 UTC) #6
Noel Gordon
I believe Stephen had very sound plans for this https://bugs.webkit.org/show_bug.cgi?id=81974#c97 so please do speak to ...
7 years, 6 months ago (2013-06-05 00:55:21 UTC) #7
eseidel
I agree with your arguments against dead code. We can start by reverting this CL. ...
7 years, 6 months ago (2013-06-05 07:30:41 UTC) #8
Stephen White
On 2013/06/05 07:30:41, eseidel wrote: > I agree with your arguments against dead code. We ...
7 years, 6 months ago (2013-06-05 15:11:16 UTC) #9
jbroman
On 2013/06/05 15:11:16, Stephen White wrote: > On 2013/06/05 07:30:41, eseidel wrote: > > I ...
7 years, 6 months ago (2013-06-05 17:03:01 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jbroman@chromium.org/16357011/11001
7 years, 6 months ago (2013-06-05 17:03:19 UTC) #11
commit-bot: I haz the power
Failed to apply patch for Source/core/rendering/InlineTextBox.cpp: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
7 years, 6 months ago (2013-06-05 17:03:51 UTC) #12
Stephen White
On 2013/06/05 17:03:01, jbroman wrote: > On 2013/06/05 15:11:16, Stephen White wrote: > > On ...
7 years, 6 months ago (2013-06-05 17:08:04 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jbroman@chromium.org/16357011/22001
7 years, 6 months ago (2013-06-05 17:23:37 UTC) #14
commit-bot: I haz the power
Retried try job too often on win_layout_rel for step(s) webkit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_layout_rel&number=8830
7 years, 6 months ago (2013-06-05 19:03:58 UTC) #15
jbroman
On 2013/06/05 19:03:58, I haz the power (commit-bot) wrote: > Retried try job too often ...
7 years, 6 months ago (2013-06-05 21:51:56 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jbroman@chromium.org/16357011/40001
7 years, 6 months ago (2013-06-05 21:52:51 UTC) #17
commit-bot: I haz the power
7 years, 6 months ago (2013-06-05 21:54:38 UTC) #18
Message was sent while issue was closed.
Change committed as 151868

Powered by Google App Engine
This is Rietveld 408576698