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

Issue 1720403002: Alternative syntax for element.animate list of keyframes (Closed)

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

Description

Alternative syntax for element.animate list of keyframes This patch implements and adds tests for the object-form for specifying a list of keyframes as an argument to element.animate() (http://w3c.github.io/web-animations/#processing-a-frames-argument). BUG=589701 Committed: https://crrev.com/c0846df098b6a1ba6487d7c351d1f3bb0d6f7690 Cr-Commit-Position: refs/heads/master@{#378170}

Patch Set 1 #

Patch Set 2 : Refactor #

Patch Set 3 : Fill in error message strings #

Total comments: 32

Patch Set 4 : Response to review comments #

Patch Set 5 : Rebase #

Total comments: 6

Patch Set 6 : Fix mistake in rebase #

Total comments: 3

Patch Set 7 : Change to error types and how offset/composite are handled, plus minor fixes #

Total comments: 6

Patch Set 8 : Response to review nits, added tests #

Patch Set 9 : Additional (mismatched-length-list) test; ensure offset is initialized #

Messages

Total messages: 51 (23 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1720403002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1720403002/1
4 years, 10 months ago (2016-02-23 22:54:42 UTC) #2
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/120202) chromeos_daisy_chromium_compile_only_ng on ...
4 years, 10 months ago (2016-02-23 23:14:26 UTC) #4
suzyh_UTC10 (ex-contributor)
4 years, 10 months ago (2016-02-24 03:37:34 UTC) #8
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1720403002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1720403002/40001
4 years, 10 months ago (2016-02-24 03:38:57 UTC) #9
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/185883)
4 years, 10 months ago (2016-02-24 05:05:58 UTC) #11
alancutter (OOO until 2018)
This is a first pass review, haven't assessed the tests in great detail yet. Please ...
4 years, 10 months ago (2016-02-24 08:50:02 UTC) #13
suzyh_UTC10 (ex-contributor)
> Please add a bug number for this patch. Done. https://codereview.chromium.org/1720403002/diff/40001/third_party/WebKit/LayoutTests/web-animations-api/element-animate-list-of-keyframes.html File third_party/WebKit/LayoutTests/web-animations-api/element-animate-list-of-keyframes.html (right): https://codereview.chromium.org/1720403002/diff/40001/third_party/WebKit/LayoutTests/web-animations-api/element-animate-list-of-keyframes.html#newcode19 ...
4 years, 10 months ago (2016-02-25 02:42:36 UTC) #15
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1720403002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1720403002/60001
4 years, 10 months ago (2016-02-25 03:07:56 UTC) #17
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: android_arm64_dbg_recipe on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_arm64_dbg_recipe/builds/26877) android_chromium_gn_compile_dbg on ...
4 years, 10 months ago (2016-02-25 03:15:48 UTC) #19
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1720403002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1720403002/80001
4 years, 10 months ago (2016-02-25 03:42:51 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/1720403002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1720403002/100001
4 years, 10 months ago (2016-02-25 04:08:10 UTC) #24
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 10 months ago (2016-02-25 06:27:49 UTC) #26
alancutter (OOO until 2018)
https://codereview.chromium.org/1720403002/diff/40001/third_party/WebKit/LayoutTests/web-animations-api/element-animate-list-of-keyframes.html File third_party/WebKit/LayoutTests/web-animations-api/element-animate-list-of-keyframes.html (right): https://codereview.chromium.org/1720403002/diff/40001/third_party/WebKit/LayoutTests/web-animations-api/element-animate-list-of-keyframes.html#newcode19 third_party/WebKit/LayoutTests/web-animations-api/element-animate-list-of-keyframes.html:19: var durationValue = 1; On 2016/02/25 at 02:42:35, suzyh ...
4 years, 10 months ago (2016-02-25 06:52:28 UTC) #27
shans
LGTM Would be nice to see some tests with more than 2 values per list. ...
4 years, 10 months ago (2016-02-25 22:30:28 UTC) #28
suzyh_UTC10 (ex-contributor)
PTAL. Probably still need to add tests for offset/composite handling. https://codereview.chromium.org/1720403002/diff/40001/third_party/WebKit/LayoutTests/web-animations-api/element-animate-list-of-keyframes.html File third_party/WebKit/LayoutTests/web-animations-api/element-animate-list-of-keyframes.html (right): https://codereview.chromium.org/1720403002/diff/40001/third_party/WebKit/LayoutTests/web-animations-api/element-animate-list-of-keyframes.html#newcode19 ...
4 years, 10 months ago (2016-02-26 04:35:31 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/1720403002/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1720403002/120001
4 years, 10 months ago (2016-02-26 04:38:00 UTC) #31
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 10 months ago (2016-02-26 05:49:46 UTC) #33
alancutter (OOO until 2018)
lgtm with nits. https://codereview.chromium.org/1720403002/diff/120001/third_party/WebKit/LayoutTests/web-animations-api/element-animate-list-of-keyframes.html File third_party/WebKit/LayoutTests/web-animations-api/element-animate-list-of-keyframes.html (right): https://codereview.chromium.org/1720403002/diff/120001/third_party/WebKit/LayoutTests/web-animations-api/element-animate-list-of-keyframes.html#newcode77 third_party/WebKit/LayoutTests/web-animations-api/element-animate-list-of-keyframes.html:77: { at: 1, is: { left: ...
4 years, 9 months ago (2016-02-28 22:47:35 UTC) #34
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1720403002/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1720403002/140001
4 years, 9 months ago (2016-02-28 23:56:53 UTC) #36
shans
On 2016/02/28 at 23:56:53, commit-bot wrote: > Dry run: CQ is trying da patch. Follow ...
4 years, 9 months ago (2016-02-29 00:22:52 UTC) #37
commit-bot: I haz the power
Dry run: 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/181109)
4 years, 9 months ago (2016-02-29 00:42:05 UTC) #39
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1720403002/160001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1720403002/160001
4 years, 9 months ago (2016-02-29 00:58:43 UTC) #41
suzyh_UTC10 (ex-contributor)
On 2016/02/29 at 00:22:52, shans wrote: > On 2016/02/28 at 23:56:53, commit-bot wrote: > > ...
4 years, 9 months ago (2016-02-29 00:59:27 UTC) #42
suzyh_UTC10 (ex-contributor)
https://codereview.chromium.org/1720403002/diff/120001/third_party/WebKit/LayoutTests/web-animations-api/element-animate-list-of-keyframes.html File third_party/WebKit/LayoutTests/web-animations-api/element-animate-list-of-keyframes.html (right): https://codereview.chromium.org/1720403002/diff/120001/third_party/WebKit/LayoutTests/web-animations-api/element-animate-list-of-keyframes.html#newcode77 third_party/WebKit/LayoutTests/web-animations-api/element-animate-list-of-keyframes.html:77: { at: 1, is: { left: '150px', opacity: '1' ...
4 years, 9 months ago (2016-02-29 00:59:46 UTC) #43
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 9 months ago (2016-02-29 03:50:26 UTC) #45
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1720403002/160001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1720403002/160001
4 years, 9 months ago (2016-02-29 04:25:49 UTC) #48
commit-bot: I haz the power
Committed patchset #9 (id:160001)
4 years, 9 months ago (2016-02-29 04:36:17 UTC) #49
commit-bot: I haz the power
4 years, 9 months ago (2016-02-29 04:37:51 UTC) #51
Message was sent while issue was closed.
Patchset 9 (id:??) landed as
https://crrev.com/c0846df098b6a1ba6487d7c351d1f3bb0d6f7690
Cr-Commit-Position: refs/heads/master@{#378170}

Powered by Google App Engine
This is Rietveld 408576698