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

Issue 1459093002: Make neutral keyframes explicit in SVG attribute interpolation test API (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, Eric Willigers, rjwright, shans
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Make neutral keyframes explicit in SVG attribute interpolation test API This patch changes the way neutral keyframes are specified in SVG attribute interpolation tests to be more explicit using an exported neutralKeyframe object. BUG=530436 Committed: https://crrev.com/5a94fda86ddb4a9eb976c42aa06348d5fa315a66 Cr-Commit-Position: refs/heads/master@{#361063}

Patch Set 1 #

Patch Set 2 : Update comment #

Patch Set 3 : Rebased #

Total comments: 7

Patch Set 4 : Review changes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+70 lines, -24 lines) Patch
M third_party/WebKit/LayoutTests/animations/svg-attribute-composition/svg-amplitude-composition.html View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/animations/svg-attribute-composition/svg-azimuth-composition.html View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/animations/svg-attribute-composition/svg-bias-composition.html View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/animations/svg-attribute-composition/svg-diffuseConstant-composition.html View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/animations/svg-attribute-composition/svg-divisor-composition.html View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/animations/svg-attribute-composition/svg-elevation-composition.html View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/animations/svg-attribute-composition/svg-exponent-composition.html View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/animations/svg-attribute-composition/svg-intercept-composition.html View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/animations/svg-attribute-composition/svg-k1-k2-k3-k4-composition.html View 4 chunks +4 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/animations/svg-attribute-composition/svg-limitingConeAngle-composition.html View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/animations/svg-attribute-composition/svg-mode-composition.html View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/animations/svg-attribute-composition/svg-numOctaves-composition.html View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/animations/svg-attribute-composition/svg-offset-composition.html View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/animations/svg-attribute-composition/svg-orient-composition.html View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/animations/svg-attribute-composition/svg-pathLength-composition.html View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/animations/svg-attribute-composition/svg-points-composition.html View 2 chunks +2 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/animations/svg-attribute-composition/svg-pointsAtX-pointsAtY-pointsAtZ-composition.html View 3 chunks +3 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/animations/svg-attribute-composition/svg-scale-composition.html View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/animations/svg-attribute-composition/svg-seed-composition.html View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/animations/svg-attribute-composition/svg-slope-composition.html View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/animations/svg-attribute-composition/svg-specularConstant-composition.html View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/animations/svg-attribute-composition/svg-specularExponent-composition.html View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/animations/svg-attribute-composition/svg-surfaceScale-composition.html View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/animations/svg-attribute-composition/svg-z-composition.html View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/animations/svg-attribute-interpolation/resources/interpolation-test.js View 1 2 3 4 chunks +40 lines, -24 lines 0 comments Download

Messages

Total messages: 11 (3 generated)
alancutter (OOO until 2018)
5 years, 1 month ago (2015-11-19 07:29:24 UTC) #3
suzyh_UTC10 (ex-contributor)
https://codereview.chromium.org/1459093002/diff/40001/third_party/WebKit/LayoutTests/animations/svg-attribute-interpolation/resources/interpolation-test.js File third_party/WebKit/LayoutTests/animations/svg-attribute-interpolation/resources/interpolation-test.js (right): https://codereview.chromium.org/1459093002/diff/40001/third_party/WebKit/LayoutTests/animations/svg-attribute-interpolation/resources/interpolation-test.js#newcode323 third_party/WebKit/LayoutTests/animations/svg-attribute-interpolation/resources/interpolation-test.js:323: if (params.from !== neutralKeyframe) { if equal { A ...
5 years, 1 month ago (2015-11-19 22:48:28 UTC) #4
alancutter (OOO until 2018)
https://codereview.chromium.org/1459093002/diff/40001/third_party/WebKit/LayoutTests/animations/svg-attribute-interpolation/resources/interpolation-test.js File third_party/WebKit/LayoutTests/animations/svg-attribute-interpolation/resources/interpolation-test.js (right): https://codereview.chromium.org/1459093002/diff/40001/third_party/WebKit/LayoutTests/animations/svg-attribute-interpolation/resources/interpolation-test.js#newcode323 third_party/WebKit/LayoutTests/animations/svg-attribute-interpolation/resources/interpolation-test.js:323: if (params.from !== neutralKeyframe) { On 2015/11/19 at 22:48:28, ...
5 years, 1 month ago (2015-11-20 02:21:41 UTC) #5
alancutter (OOO until 2018)
5 years, 1 month ago (2015-11-20 02:21:42 UTC) #6
suzyh_UTC10 (ex-contributor)
lgtm https://codereview.chromium.org/1459093002/diff/40001/third_party/WebKit/LayoutTests/animations/svg-attribute-interpolation/resources/interpolation-test.js File third_party/WebKit/LayoutTests/animations/svg-attribute-interpolation/resources/interpolation-test.js (right): https://codereview.chromium.org/1459093002/diff/40001/third_party/WebKit/LayoutTests/animations/svg-attribute-interpolation/resources/interpolation-test.js#newcode323 third_party/WebKit/LayoutTests/animations/svg-attribute-interpolation/resources/interpolation-test.js:323: if (params.from !== neutralKeyframe) { On 2015/11/20 02:21:41, ...
5 years, 1 month ago (2015-11-20 04:37:17 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1459093002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1459093002/60001
5 years, 1 month ago (2015-11-23 00:14:18 UTC) #9
commit-bot: I haz the power
Committed patchset #4 (id:60001)
5 years, 1 month ago (2015-11-23 00:59:50 UTC) #10
commit-bot: I haz the power
5 years, 1 month ago (2015-11-23 01:01:18 UTC) #11
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/5a94fda86ddb4a9eb976c42aa06348d5fa315a66
Cr-Commit-Position: refs/heads/master@{#361063}

Powered by Google App Engine
This is Rietveld 408576698