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

Issue 1734863003: Remove webkit-background-composite (Closed)

Created:
4 years, 10 months ago by nainar
Modified:
4 years, 9 months ago
CC:
darktears, apavlov+blink_chromium.org, blink-reviews, blink-reviews-css, blink-reviews-style_chromium.org, caseq+blink_chromium.org, chromium-reviews, devtools-reviews_chromium.org, dglazkov+blink, kozyatinskiy+blink_chromium.org, lushnikov+blink_chromium.org, pfeldman+blink_chromium.org, pfeldman, rwlbuis, sergeyv+blink_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Remove webkit-background-composite Remove webkit-background-composite as it is a non-standard property (only supported by WebKit and Blink) and has low usage. Deprecation message was in M50. For the blink-dev discussion on this property visit: https://groups.google.com/a/chromium.org/forum/#!searchin/blink-dev/background-composite/blink-dev/thxrbc8XOmc/lu1iZZfNAgAJ Note: Meant to land after M50 branch point BUG=498588 Committed: https://crrev.com/2f30bc46e457d9d07312af7b79fbb160fb9c81c4 Cr-Commit-Position: refs/heads/master@{#378607}

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -608 lines) Patch
D third_party/WebKit/LayoutTests/compositing/background-color/background-color-composite.html View 1 chunk +0 lines, -30 lines 0 comments Download
D third_party/WebKit/LayoutTests/compositing/background-color/background-color-composite-expected.html View 1 chunk +0 lines, -30 lines 0 comments Download
D third_party/WebKit/LayoutTests/fast/backgrounds/background-clip-text-composited.html View 1 chunk +0 lines, -70 lines 0 comments Download
D third_party/WebKit/LayoutTests/fast/backgrounds/bgCompositeCopy.html View 1 chunk +0 lines, -14 lines 0 comments Download
D third_party/WebKit/LayoutTests/fast/backgrounds/bgCompositeCopy-expected.png View Binary file 0 comments Download
D third_party/WebKit/LayoutTests/fast/backgrounds/composite-highlight-is-invalid.html View 1 chunk +0 lines, -15 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/backgrounds/multiple-backgrounds-computed-style-expected.txt View 1 2 chunks +0 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/backgrounds/script-tests/multiple-backgrounds-computed-style.js View 1 chunk +0 lines, -1 line 0 comments Download
D third_party/WebKit/LayoutTests/fast/backgrounds/webkit-background-composite-deprecated.html View 1 chunk +0 lines, -13 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/css/first-letter-property-whitelist.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/css/getComputedStyle/computed-style-listing-expected.txt View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/css/getComputedStyle/computed-style-without-renderer-listing-expected.txt View 1 chunk +0 lines, -1 line 0 comments Download
D third_party/WebKit/LayoutTests/platform/android/fast/backgrounds/background-clip-text-composited-expected.txt View 1 chunk +0 lines, -101 lines 0 comments Download
D third_party/WebKit/LayoutTests/platform/linux/fast/backgrounds/background-clip-text-composited-expected.png View 1 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/linux/fast/backgrounds/background-clip-text-composited-expected.txt View 1 1 chunk +0 lines, -102 lines 0 comments Download
D third_party/WebKit/LayoutTests/platform/mac/fast/backgrounds/background-clip-text-composited-expected.png View 1 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/mac/fast/backgrounds/background-clip-text-composited-expected.txt View 1 1 chunk +0 lines, -102 lines 0 comments Download
D third_party/WebKit/LayoutTests/platform/win/fast/backgrounds/background-clip-text-composited-expected.png View Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/win/fast/backgrounds/background-clip-text-composited-expected.txt View 1 1 chunk +0 lines, -102 lines 0 comments Download
M third_party/WebKit/LayoutTests/svg/css/getComputedStyle-listing-expected.txt View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/virtual/stable/webexposed/css-properties-as-js-properties-expected.txt View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webexposed/css-properties-as-js-properties-expected.txt View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/build/scripts/templates/StyleBuilderFunctions.cpp.tmpl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/CSSProperties.in View 1 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/CSSValueKeywords.in View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp View 1 2 chunks +0 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/css/parser/LegacyCSSPropertyParser.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/resolver/StyleResolver.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/frame/Deprecation.cpp View 1 1 chunk +3 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/core/frame/UseCounter.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/devtools/front_end/sdk/CSSMetadata.js View 1 chunk +0 lines, -4 lines 0 comments Download

Messages

Total messages: 27 (10 generated)
nainar
Hi Alan, PTAL? Thanks!
4 years, 10 months ago (2016-02-25 00:52:44 UTC) #2
alancutter (OOO until 2018)
lgtm to land after M50 branch point.
4 years, 10 months ago (2016-02-25 01:02:35 UTC) #3
nainar
@alancutter - changed the description to reflect the intent to land after M50 branch point. ...
4 years, 10 months ago (2016-02-25 01:05:54 UTC) #6
Timothy Loh
https://codereview.chromium.org/1734863003/diff/1/third_party/WebKit/Source/core/frame/Deprecation.cpp File third_party/WebKit/Source/core/frame/Deprecation.cpp (right): https://codereview.chromium.org/1734863003/diff/1/third_party/WebKit/Source/core/frame/Deprecation.cpp#newcode59 third_party/WebKit/Source/core/frame/Deprecation.cpp:59: switch (unresolvedProperty) { this doesn't compile on some platforms. ...
4 years, 9 months ago (2016-02-29 02:36:32 UTC) #7
nainar
@timloh, PTAL? Thanks! https://codereview.chromium.org/1734863003/diff/1/third_party/WebKit/Source/core/frame/Deprecation.cpp File third_party/WebKit/Source/core/frame/Deprecation.cpp (right): https://codereview.chromium.org/1734863003/diff/1/third_party/WebKit/Source/core/frame/Deprecation.cpp#newcode59 third_party/WebKit/Source/core/frame/Deprecation.cpp:59: switch (unresolvedProperty) { Returning an empty ...
4 years, 9 months ago (2016-02-29 03:18:33 UTC) #8
Timothy Loh
lgtm
4 years, 9 months ago (2016-02-29 05:55:23 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1734863003/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1734863003/20001
4 years, 9 months ago (2016-03-01 01:55:25 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/151737)
4 years, 9 months ago (2016-03-01 02:14:01 UTC) #14
nainar
@pfeldman, PTAL at the change to devtools/front_end/sdk/CSSMetadata.js Thanks!
4 years, 9 months ago (2016-03-01 02:17:36 UTC) #16
nainar
@rbyers, PTAL at virtual/stable/webexposed/css-properties-as-js-properties-expected.txt/ Thanks!
4 years, 9 months ago (2016-03-01 02:20:32 UTC) #18
Rick Byers
On 2016/03/01 02:20:32, nainar wrote: > @rbyers, > > PTAL at virtual/stable/webexposed/css-properties-as-js-properties-expected.txt/ > > Thanks! ...
4 years, 9 months ago (2016-03-01 15:50:58 UTC) #19
Rick Byers
On 2016/03/01 02:17:36, nainar wrote: > @pfeldman, > > PTAL at the change to devtools/front_end/sdk/CSSMetadata.js ...
4 years, 9 months ago (2016-03-01 15:53:39 UTC) #20
pfeldman
lgtm
4 years, 9 months ago (2016-03-01 19:57:10 UTC) #21
nainar
@rbyers and @pfeldman, Thank you for the reviews! :)
4 years, 9 months ago (2016-03-01 22:21:17 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1734863003/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1734863003/20001
4 years, 9 months ago (2016-03-01 22:22:33 UTC) #24
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 9 months ago (2016-03-01 23:42:14 UTC) #25
commit-bot: I haz the power
4 years, 9 months ago (2016-03-01 23:44:19 UTC) #27
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/2f30bc46e457d9d07312af7b79fbb160fb9c81c4
Cr-Commit-Position: refs/heads/master@{#378607}

Powered by Google App Engine
This is Rietveld 408576698