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

Issue 1680803003: Add additive animation support for CSS property background-position (Closed)

Created:
4 years, 10 months ago by alancutter (OOO until 2018)
Modified:
4 years, 9 months ago
CC:
darktears, blink-reviews, blink-reviews-animation_chromium.org, blink-reviews-style_chromium.org, blink-reviews-wtf_chromium.org, chromium-reviews, Eric Willigers, Mikhail, rjwright, shans
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add additive animation support for CSS property background-position This patch adds support for composite modes on background-position CSS animations via element.animate(). BUG=437696 Committed: https://crrev.com/38955fb584216cab36eccb20ac2672d38c198df7 Cr-Commit-Position: refs/heads/master@{#376155} Committed: https://crrev.com/6959c1a7fcfd89f7548292c1646f9a970fdcbf0c Cr-Commit-Position: refs/heads/master@{#377529}

Patch Set 1 #

Patch Set 2 : Tests #

Patch Set 3 : PositionAxisList #

Patch Set 4 : Test update #

Total comments: 6

Patch Set 5 : Review changes #

Patch Set 6 : Rebased #

Patch Set 7 : Rebased #

Patch Set 8 : Fix android compile failure #

Patch Set 9 : Remove redundant braces #

Unified diffs Side-by-side diffs Delta from patch set Stats (+507 lines, -139 lines) Patch
A third_party/WebKit/LayoutTests/animations/composition/background-position-composition.html View 1 2 3 4 1 chunk +89 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/animations/interpolation/background-position-origin-interpolation.html View 1 2 3 5 chunks +33 lines, -20 lines 0 comments Download
M third_party/WebKit/LayoutTests/animations/interpolation/background-position-origin-interpolation-expected.txt View 1 2 3 3 chunks +75 lines, -60 lines 0 comments Download
A third_party/WebKit/LayoutTests/animations/responsive/background-position-responsive.html View 1 1 chunk +41 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/animation/CSSLengthInterpolationType.h View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/core/animation/CSSLengthInterpolationType.cpp View 1 2 3 4 5 6 7 1 chunk +12 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/animation/CSSLengthListInterpolationType.h View 2 chunks +1 line, -4 lines 0 comments Download
M third_party/WebKit/Source/core/animation/CSSLengthListInterpolationType.cpp View 1 2 3 4 5 6 7 8 4 chunks +20 lines, -26 lines 0 comments Download
A third_party/WebKit/Source/core/animation/CSSPositionAxisListInterpolationType.h View 1 2 1 chunk +24 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/core/animation/CSSPositionAxisListInterpolationType.cpp View 1 2 1 chunk +42 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/animation/InterpolableValue.h View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/core/animation/LengthListPropertyFunctions.h View 1 chunk +7 lines, -27 lines 0 comments Download
A third_party/WebKit/Source/core/animation/LengthListPropertyFunctions.cpp View 1 2 3 4 5 6 7 1 chunk +144 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/animation/PropertyInterpolationTypesMapping.cpp View 1 2 3 4 5 6 7 2 chunks +7 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/core.gypi View 1 2 3 4 5 6 7 2 chunks +4 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/style/ComputedStyle.h View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/wtf/RefVector.h View 1 2 3 4 2 chunks +5 lines, -2 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 35 (16 generated)
alancutter (OOO until 2018)
+haraken for changes to wtf/RefVector.h.
4 years, 10 months ago (2016-02-10 03:03:51 UTC) #4
Eric Willigers
lgtm In a separate patch, should we rename LayoutTests/animations/interpolation/background-position-origin-interpolation.html to LayoutTests/animations/interpolation/background-position-interpolation.html https://codereview.chromium.org/1680803003/diff/60001/third_party/WebKit/LayoutTests/animations/composition/background-position-composition.html File third_party/WebKit/LayoutTests/animations/composition/background-position-composition.html (right): ...
4 years, 10 months ago (2016-02-16 07:13:34 UTC) #5
haraken
wtf/ LGTM https://codereview.chromium.org/1680803003/diff/60001/third_party/WebKit/Source/wtf/RefVector.h File third_party/WebKit/Source/wtf/RefVector.h (right): https://codereview.chromium.org/1680803003/diff/60001/third_party/WebKit/Source/wtf/RefVector.h#newcode19 third_party/WebKit/Source/wtf/RefVector.h:19: static PassRefPtr<RefVector> create(Vector<T>&& v) { return adoptRef(new ...
4 years, 10 months ago (2016-02-16 18:43:41 UTC) #6
alancutter (OOO until 2018)
+dstockwell for changes to core.gypi. > In a separate patch, should we rename > LayoutTests/animations/interpolation/background-position-origin-interpolation.html ...
4 years, 10 months ago (2016-02-17 06:39:51 UTC) #8
dstockwell
lgtm
4 years, 10 months ago (2016-02-18 02:59:44 UTC) #9
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1680803003/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1680803003/100001
4 years, 10 months ago (2016-02-18 04:42:43 UTC) #11
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: ios_rel_device_ninja on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_rel_device_ninja/builds/174021) mac_chromium_compile_dbg_ng on ...
4 years, 10 months ago (2016-02-18 04:46:32 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/1680803003/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1680803003/120001
4 years, 10 months ago (2016-02-18 07:03:15 UTC) #15
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 10 months ago (2016-02-18 08:13:22 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1680803003/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1680803003/120001
4 years, 10 months ago (2016-02-18 13:04:59 UTC) #20
commit-bot: I haz the power
Committed patchset #7 (id:120001)
4 years, 10 months ago (2016-02-18 13:11:24 UTC) #21
commit-bot: I haz the power
Patchset 7 (id:??) landed as https://crrev.com/38955fb584216cab36eccb20ac2672d38c198df7 Cr-Commit-Position: refs/heads/master@{#376155}
4 years, 10 months ago (2016-02-18 13:12:43 UTC) #23
Theresa
A revert of this CL (patchset #7 id:120001) has been created in https://codereview.chromium.org/1708303002/ by twellington@chromium.org. ...
4 years, 10 months ago (2016-02-18 17:23:07 UTC) #24
Fady Samuel
A revert of this CL (patchset #7 id:120001) has been created in https://codereview.chromium.org/1711923002/ by fsamuel@chromium.org. ...
4 years, 10 months ago (2016-02-18 19:25:55 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1680803003/160001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1680803003/160001
4 years, 9 months ago (2016-02-25 03:16:10 UTC) #28
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/179280)
4 years, 9 months ago (2016-02-25 06:26:04 UTC) #30
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1680803003/160001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1680803003/160001
4 years, 9 months ago (2016-02-25 06:46:15 UTC) #32
commit-bot: I haz the power
Committed patchset #9 (id:160001)
4 years, 9 months ago (2016-02-25 07:57:29 UTC) #33
commit-bot: I haz the power
4 years, 9 months ago (2016-02-25 07:59:06 UTC) #35
Message was sent while issue was closed.
Patchset 9 (id:??) landed as
https://crrev.com/6959c1a7fcfd89f7548292c1646f9a970fdcbf0c
Cr-Commit-Position: refs/heads/master@{#377529}

Powered by Google App Engine
This is Rietveld 408576698