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

Issue 2827003002: CSS Motion Path: delete implementation of motion-path 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-css, blink-reviews-frames_chromium.org, chromium-reviews, dglazkov+blink, rwlbuis
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

CSS Motion Path: delete implementation of motion-path property The 'motion-path' property has been replaced by 'offset-path'. 'motion-path' is among the properties disabled in M58. BUG=711937 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Review-Url: https://codereview.chromium.org/2827003002 Cr-Commit-Position: refs/heads/master@{#467605} Committed: https://chromium.googlesource.com/chromium/src/+/cbe00006cf35aa25a33e45c6ad8cd68ddf774cb8

Patch Set 1 #

Total comments: 4

Patch Set 2 : PaintPropertyTreeBuilderTest #

Patch Set 3 : ManualTests #

Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -123 lines) Patch
M third_party/WebKit/LayoutTests/animations/interpolation/motion-offset-interpolation.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
D third_party/WebKit/LayoutTests/css3/motion-path/motion-path.html View 1 chunk +0 lines, -55 lines 0 comments Download
M third_party/WebKit/LayoutTests/css3/motion-path/motion-properties-deprecated.html View 1 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/css3/motion-path/motion-properties-deprecated-expected.txt View 1 chunk +0 lines, -1 line 0 comments Download
D third_party/WebKit/LayoutTests/css3/motion-path/use-count-motion-path.html View 1 chunk +0 lines, -26 lines 0 comments Download
M third_party/WebKit/LayoutTests/css3/motion-path/use-count-offset.html View 2 chunks +0 lines, -3 lines 0 comments Download
M third_party/WebKit/LayoutTests/css3/motion-path/use-count-offset-path.html View 2 chunks +0 lines, -3 lines 0 comments Download
M third_party/WebKit/LayoutTests/css3/motion-path/use-count-offset-position.html View 2 chunks +0 lines, -3 lines 0 comments Download
M third_party/WebKit/ManualTests/animation/compositor-transform-fill-forwards-with-motion-path.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/ManualTests/animation/compositor-transform-prevented-by-motion-path.html View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSProperties.json5 View 1 1 chunk +0 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp View 1 2 chunks +2 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/css/properties/CSSPropertyOffsetPathUtils.h View 1 1 chunk +1 line, -2 lines 0 comments Download
M third_party/WebKit/Source/core/css/properties/CSSPropertyOffsetPathUtils.cpp View 1 1 chunk +3 lines, -9 lines 0 comments Download
M third_party/WebKit/Source/core/frame/Deprecation.cpp View 1 1 chunk +0 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/frame/UseCounter.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/frame/UseCounter.cpp View 1 chunk +1 line, -2 lines 0 comments Download
M third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilderTest.cpp View 1 1 chunk +3 lines, -3 lines 0 comments Download

Messages

Total messages: 35 (23 generated)
Eric Willigers
3 years, 8 months ago (2017-04-19 12:47:29 UTC) #3
Bugs Nash
On 2017/04/19 at 12:47:29, ericwilligers wrote: > There are a couple more uses of motion-path ...
3 years, 8 months ago (2017-04-20 04:44:55 UTC) #11
Bugs Nash
https://codereview.chromium.org/2827003002/diff/1/third_party/WebKit/LayoutTests/css3/motion-path/motion-properties-deprecated-expected.txt File third_party/WebKit/LayoutTests/css3/motion-path/motion-properties-deprecated-expected.txt (left): https://codereview.chromium.org/2827003002/diff/1/third_party/WebKit/LayoutTests/css3/motion-path/motion-properties-deprecated-expected.txt#oldcode2 third_party/WebKit/LayoutTests/css3/motion-path/motion-properties-deprecated-expected.txt:2: CONSOLE WARNING: motion-path is deprecated and will be removed ...
3 years, 8 months ago (2017-04-20 04:45:11 UTC) #12
Eric Willigers
https://codereview.chromium.org/2827003002/diff/1/third_party/WebKit/LayoutTests/css3/motion-path/motion-properties-deprecated-expected.txt File third_party/WebKit/LayoutTests/css3/motion-path/motion-properties-deprecated-expected.txt (left): https://codereview.chromium.org/2827003002/diff/1/third_party/WebKit/LayoutTests/css3/motion-path/motion-properties-deprecated-expected.txt#oldcode2 third_party/WebKit/LayoutTests/css3/motion-path/motion-properties-deprecated-expected.txt:2: CONSOLE WARNING: motion-path is deprecated and will be removed ...
3 years, 8 months ago (2017-04-26 01:27:10 UTC) #15
Bugs Nash
On 2017/04/26 at 01:27:10, ericwilligers wrote: > https://codereview.chromium.org/2827003002/diff/1/third_party/WebKit/LayoutTests/css3/motion-path/motion-properties-deprecated-expected.txt > File third_party/WebKit/LayoutTests/css3/motion-path/motion-properties-deprecated-expected.txt (left): > > https://codereview.chromium.org/2827003002/diff/1/third_party/WebKit/LayoutTests/css3/motion-path/motion-properties-deprecated-expected.txt#oldcode2 ...
3 years, 8 months ago (2017-04-26 07:18:43 UTC) #19
Eric Willigers
On 2017/04/26 07:18:43, Bugs Nash wrote: > On 2017/04/26 at 01:27:10, ericwilligers wrote: > > ...
3 years, 7 months ago (2017-04-27 00:02:38 UTC) #20
Bugs Nash
lgtm! 14 insertions, 123 deletions \o/ hooray for deleting code!!!
3 years, 7 months ago (2017-04-27 00:08:56 UTC) #21
Eric Willigers
+rbyers for OWNERS. This is the 2nd of 5 patches for properties retired in M58.
3 years, 7 months ago (2017-04-27 00:20:23 UTC) #23
Eric Willigers
Adding Eddy for OWNER review.
3 years, 7 months ago (2017-04-27 03:30:54 UTC) #27
meade_UTC10
lgtm \o/ Yay deleting things!
3 years, 7 months ago (2017-04-27 06:18:40 UTC) #30
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/2827003002/40001
3 years, 7 months ago (2017-04-27 06:24:26 UTC) #32
commit-bot: I haz the power
3 years, 7 months ago (2017-04-27 06:30:14 UTC) #35
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://chromium.googlesource.com/chromium/src/+/cbe00006cf35aa25a33e45c6ad8c...

Powered by Google App Engine
This is Rietveld 408576698