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

Issue 2842933003: CSS Motion Path: delete implementation of offset-rotation property (Closed)

Created:
3 years, 8 months ago by Eric Willigers
Modified:
3 years, 7 months ago
CC:
darktears, apavlov+blink_chromium.org, blink-reviews, blink-reviews-animation_chromium.org, blink-reviews-css, blink-reviews-frames_chromium.org, blink-reviews-style_chromium.org, chromium-reviews, dglazkov+blink, Eric Willigers, kinuko+watch, rjwright, rwlbuis, shans
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

CSS Motion Path: delete implementation of offset-rotation property The 'offset-rotation' property has been replaced by 'offset-rotate'. 'offset-rotation' is among the properties disabled in M58. The runtime flag to conditionally enable 'offset-rotate' is also being retired, as offset-rotate has shipped. Intent to Remove: https://groups.google.com/a/chromium.org/d/msg/blink-dev/o1C5NzGf9Q0/FgU5o52yBAAJ BUG=711937 Review-Url: https://codereview.chromium.org/2842933003 Cr-Commit-Position: refs/heads/master@{#468258} Committed: https://chromium.googlesource.com/chromium/src/+/25825f60c805cf300a29b915b5f16cb508afecf9

Patch Set 1 #

Total comments: 2

Patch Set 2 : comment #

Patch Set 3 : offset_rotate #

Patch Set 4 : remove offsetRotation from webexposed #

Unified diffs Side-by-side diffs Delta from patch set Stats (+38 lines, -472 lines) Patch
M third_party/WebKit/LayoutTests/FlagExpectations/enable-blink-features=LayoutNG View 1 2 3 2 chunks +0 lines, -2 lines 0 comments Download
D third_party/WebKit/LayoutTests/animations/composition/offset-rotation-composition.html View 1 chunk +0 lines, -89 lines 0 comments Download
D third_party/WebKit/LayoutTests/animations/interpolation/offset-rotation-interpolation.html View 1 chunk +0 lines, -132 lines 0 comments Download
D third_party/WebKit/LayoutTests/animations/responsive/offset-rotation-responsive.html View 1 chunk +0 lines, -41 lines 0 comments Download
M third_party/WebKit/LayoutTests/css3/motion-path/offset.html View 5 chunks +5 lines, -5 lines 0 comments Download
D third_party/WebKit/LayoutTests/css3/motion-path/offset-rotation.html View 1 chunk +0 lines, -96 lines 0 comments Download
D third_party/WebKit/LayoutTests/css3/motion-path/offset-rotation-deprecated.html View 1 chunk +0 lines, -7 lines 0 comments Download
D third_party/WebKit/LayoutTests/css3/motion-path/offset-rotation-deprecated-expected.txt View 1 chunk +0 lines, -5 lines 0 comments Download
M third_party/WebKit/LayoutTests/css3/motion-path/offsetParent.html View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/css3/motion-path/property-use-count-offset-rotate.html View 1 chunk +0 lines, -1 line 0 comments Download
D third_party/WebKit/LayoutTests/css3/motion-path/property-use-count-offset-rotation.html View 1 chunk +0 lines, -20 lines 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
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 2 3 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webexposed/css-properties-as-js-properties-expected.txt View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/animation/CSSInterpolationTypesMap.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/animation/CSSOffsetRotateInterpolationType.h View 1 chunk +1 line, -2 lines 0 comments Download
M third_party/WebKit/Source/core/animation/CSSOffsetRotateInterpolationType.cpp View 4 chunks +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/animation/css/CSSAnimatableValueFactory.cpp View 1 chunk +2 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.cpp View 1 chunk +9 lines, -9 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSProperties.json5 View 1 2 chunks +1 line, -9 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSPropertyEquality.cpp View 1 chunk +1 line, -2 lines 0 comments Download
M third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp View 1 2 3 1 chunk +3 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp View 1 2 2 chunks +4 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/frame/Deprecation.cpp View 1 2 3 1 chunk +0 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/frame/UseCounter.cpp View 1 2 3 1 chunk +1 line, -2 lines 0 comments Download
M third_party/WebKit/Source/core/style/ComputedStyle.h View 1 2 3 1 chunk +3 lines, -12 lines 0 comments Download
M third_party/WebKit/Source/core/style/StyleTransformData.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/RuntimeEnabledFeatures.json5 View 1 2 3 1 chunk +0 lines, -8 lines 0 comments Download

Messages

Total messages: 25 (16 generated)
Eric Willigers
3 years, 8 months ago (2017-04-27 07:52:45 UTC) #2
Bugs Nash
On 2017/04/27 at 07:52:45, ericwilligers wrote: > lgtm with comment update. Nice work changing all ...
3 years, 7 months ago (2017-04-27 23:28:37 UTC) #3
Bugs Nash
https://codereview.chromium.org/2842933003/diff/1/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp File third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp (right): https://codereview.chromium.org/2842933003/diff/1/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp#newcode749 third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp:749: // offset: <offset-path> <offset-distance> <offset-rotation> update comment
3 years, 7 months ago (2017-04-27 23:28:48 UTC) #4
Eric Willigers
This is the 4th of 5 patches for properties retired in M58. https://codereview.chromium.org/2842933003/diff/1/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp File third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp ...
3 years, 7 months ago (2017-04-28 01:23:40 UTC) #6
meade_UTC10
lgtm
3 years, 7 months ago (2017-04-28 07:47:37 UTC) #7
Eric Willigers
+rbyers for computed-style-listing-expected.txt OWNER
3 years, 7 months ago (2017-04-28 20:27:16 UTC) #13
Rick Byers
On 2017/04/28 20:27:16, Eric Willigers wrote: > +rbyers for computed-style-listing-expected.txt OWNER virtual/stable/webexposed LGTM For the ...
3 years, 7 months ago (2017-04-29 02:28:10 UTC) #18
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/2842933003/60001
3 years, 7 months ago (2017-04-30 21:30:44 UTC) #22
commit-bot: I haz the power
3 years, 7 months ago (2017-04-30 23:18:44 UTC) #25
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://chromium.googlesource.com/chromium/src/+/25825f60c805cf300a29b915b5f1...

Powered by Google App Engine
This is Rietveld 408576698