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

Issue 1418003008: Web Animations: Add SVGPointListInterpolationType (Closed)

Created:
5 years, 1 month ago by alancutter (OOO until 2018)
Modified:
5 years, 1 month ago
CC:
darktears, blink-reviews, blink-reviews-animation_chromium.org, chromium-reviews, krit, Eric Willigers, f(malita), fs, gyuyoung2, kouhei+svg_chromium.org, pdr+svgwatchlist_chromium.org, rjwright, rwlbuis, Stephen Chennney, shans
Base URL:
https://chromium.googlesource.com/chromium/src.git@_fixSVGNeutral
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Web Animations: Add SVGPointListInterpolationType This change migrates the "points" SVG attribute animations over to SVGPointListInterpolationType and enables additive keyframe composite modes as well as neutral keyframes. BUG=530436 Committed: https://crrev.com/3c5e8e28c8dc2a344b6e4e4140fef308192d4fb9 Cr-Commit-Position: refs/heads/master@{#360253}

Patch Set 1 #

Patch Set 2 : Rebased #

Patch Set 3 : Clean up #

Total comments: 2

Patch Set 4 : Test coverage #

Patch Set 5 : Rebased #

Patch Set 6 : Rebased #

Patch Set 7 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+351 lines, -62 lines) Patch
A third_party/WebKit/LayoutTests/animations/svg-attribute-composition/svg-points-composition.html View 1 1 chunk +137 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/animations/svg-attribute-composition/svg-points-composition-expected.txt View 1 chunk +65 lines, -0 lines 0 comments Download
D third_party/WebKit/LayoutTests/animations/svg-attribute-responsive/svg-points-responsive-expected.txt View 1 2 3 1 chunk +0 lines, -8 lines 0 comments Download
D third_party/WebKit/Source/core/animation/PointSVGInterpolation.h View 1 2 1 chunk +0 lines, -39 lines 0 comments Download
M third_party/WebKit/Source/core/animation/SVGAngleInterpolationType.h View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/animation/SVGAngleInterpolationType.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/animation/SVGInterpolationType.h View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/animation/SVGInterpolationType.cpp View 1 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/animation/SVGNumberInterpolationType.h View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/animation/SVGNumberInterpolationType.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
A third_party/WebKit/Source/core/animation/SVGPointListInterpolationType.h View 1 2 3 1 chunk +28 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/core/animation/SVGPointListInterpolationType.cpp View 1 2 3 1 chunk +105 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/animation/SVGValueInterpolationType.h View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/animation/StringKeyframe.cpp View 1 2 4 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/core.gypi View 1 2 3 4 5 6 2 chunks +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/svg/SVGPointList.h View 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/svg/SVGPointList.cpp View 1 chunk +0 lines, -2 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 38 (17 generated)
alancutter (OOO until 2018)
5 years, 1 month ago (2015-11-05 10:55:59 UTC) #2
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1418003008/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1418003008/1
5 years, 1 month ago (2015-11-05 10:56:45 UTC) #4
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_chromium_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/136406)
5 years, 1 month ago (2015-11-05 12:25:16 UTC) #6
dstockwell
lgtm
5 years, 1 month ago (2015-11-13 17:19:59 UTC) #8
dstockwell
lgtm
5 years, 1 month ago (2015-11-13 17:20:01 UTC) #9
suzyh_UTC10 (ex-contributor)
https://codereview.chromium.org/1418003008/diff/40001/third_party/WebKit/Source/core/animation/SVGPointListInterpolationType.cpp File third_party/WebKit/Source/core/animation/SVGPointListInterpolationType.cpp (right): https://codereview.chromium.org/1418003008/diff/40001/third_party/WebKit/Source/core/animation/SVGPointListInterpolationType.cpp#newcode20 third_party/WebKit/Source/core/animation/SVGPointListInterpolationType.cpp:20: class UnderlyingLengthChecker : public InterpolationType::ConversionChecker { Can this be ...
5 years, 1 month ago (2015-11-16 22:59:45 UTC) #11
alancutter (OOO until 2018)
The ConversionChecker code in this patch is not being tested, I'm working on extending animations/responsive/resources/responsive-test.js ...
5 years, 1 month ago (2015-11-16 23:25:45 UTC) #12
alancutter (OOO until 2018)
This patch is now tested correctly, see patch dependencies for responsiveness test case.
5 years, 1 month ago (2015-11-17 02:25:16 UTC) #13
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1418003008/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1418003008/60001
5 years, 1 month ago (2015-11-17 02:27:57 UTC) #15
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: mac_chromium_compile_dbg_ng on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_compile_dbg_ng/builds/124028) mac_chromium_gn_rel on ...
5 years, 1 month ago (2015-11-17 02:31:40 UTC) #17
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1418003008/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1418003008/100001
5 years, 1 month ago (2015-11-17 03:46:32 UTC) #19
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: cast_shell_linux on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/cast_shell_linux/builds/80655) linux_chromium_compile_dbg_32_ng on ...
5 years, 1 month ago (2015-11-17 03:49:31 UTC) #21
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1418003008/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1418003008/100001
5 years, 1 month ago (2015-11-17 04:03:30 UTC) #23
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: mac_chromium_compile_dbg_ng on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_compile_dbg_ng/builds/124057)
5 years, 1 month ago (2015-11-17 04:07:52 UTC) #25
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1418003008/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1418003008/100001
5 years, 1 month ago (2015-11-17 07:17:24 UTC) #27
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: ios_dbg_simulator_ninja on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_dbg_simulator_ninja/builds/95374) ios_rel_device_ninja on ...
5 years, 1 month ago (2015-11-17 07:21:40 UTC) #29
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1418003008/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1418003008/120001
5 years, 1 month ago (2015-11-17 22:38:39 UTC) #31
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: mac_chromium_compile_dbg_ng on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_compile_dbg_ng/builds/124457) mac_chromium_gn_rel on ...
5 years, 1 month ago (2015-11-17 22:41:39 UTC) #33
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1418003008/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1418003008/120001
5 years, 1 month ago (2015-11-18 00:08:22 UTC) #36
commit-bot: I haz the power
Committed patchset #7 (id:120001)
5 years, 1 month ago (2015-11-18 01:41:10 UTC) #37
commit-bot: I haz the power
5 years, 1 month ago (2015-11-18 01:42:10 UTC) #38
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/3c5e8e28c8dc2a344b6e4e4140fef308192d4fb9
Cr-Commit-Position: refs/heads/master@{#360253}

Powered by Google App Engine
This is Rietveld 408576698