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

Issue 2732223002: Update DevTools animation timeline to handle TransitionKeyframeEffectModels (Closed)

Created:
3 years, 9 months ago by alancutter (OOO until 2018)
Modified:
3 years, 9 months ago
Reviewers:
dgozman, samli
CC:
darktears, apavlov+blink_chromium.org, blink-reviews, blink-reviews-animation_chromium.org, caseq+blink_chromium.org, chromium-reviews, devtools-reviews_chromium.org, Eric Willigers, kozyatinskiy+blink_chromium.org, lushnikov+blink_chromium.org, pfeldman+blink_chromium.org, rjwright, samli, shans
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Update DevTools animation timeline to handle TransitionKeyframeEffectModels CSS Transitions was refactored to use TransitionKeyframes instead of AnimatableValueKeyframes in https://codereview.chromium.org/2680923005. This patch updates the DevTools animation timeline to handle the new data type for transitions. BUG=698669 Review-Url: https://codereview.chromium.org/2732223002 Cr-Original-Original-Commit-Position: refs/heads/master@{#455333} Committed: https://chromium.googlesource.com/chromium/src/+/a7a57ecd7c36b7bd579d45e0f199f7679edc5197 Review-Url: https://codereview.chromium.org/2732223002 Cr-Original-Commit-Position: refs/heads/master@{#455995} Committed: https://chromium.googlesource.com/chromium/src/+/d20b39ee5745592e03e549d4576783ae03f5d3a9 Review-Url: https://codereview.chromium.org/2732223002 Cr-Commit-Position: refs/heads/master@{#456335} Committed: https://chromium.googlesource.com/chromium/src/+/1dc2dcdc62ad67cea55a8bfc94160bc50d3311c2

Patch Set 1 #

Total comments: 1

Patch Set 2 : quotes #

Patch Set 3 : Fix timeout attempt #

Patch Set 4 : timout-expectations #

Unified diffs Side-by-side diffs Delta from patch set Stats (+63 lines, -3 lines) Patch
M third_party/WebKit/LayoutTests/ASANExpectations View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/MSANExpectations View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/TestExpectations View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/inspector/animation/animation-transition-setTiming-crash.html View 1 2 1 chunk +45 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/inspector/animation/animation-transition-setTiming-crash-expected.txt View 1 chunk +3 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorAnimationAgent.cpp View 1 2 2 chunks +11 lines, -3 lines 0 comments Download

Messages

Total messages: 31 (18 generated)
alancutter (OOO until 2018)
3 years, 9 months ago (2017-03-07 07:01:30 UTC) #2
samli
lgtm https://codereview.chromium.org/2732223002/diff/1/third_party/WebKit/LayoutTests/inspector/animation/animation-transition-setTiming-crash.html File third_party/WebKit/LayoutTests/inspector/animation/animation-transition-setTiming-crash.html (right): https://codereview.chromium.org/2732223002/diff/1/third_party/WebKit/LayoutTests/inspector/animation/animation-transition-setTiming-crash.html#newcode13 third_party/WebKit/LayoutTests/inspector/animation/animation-transition-setTiming-crash.html:13: node.style.left = '100px'; Nit: double quotes "100px"
3 years, 9 months ago (2017-03-07 17:54:25 UTC) #8
dgozman
lgtm
3 years, 9 months ago (2017-03-07 19:53:51 UTC) #9
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/2732223002/20001
3 years, 9 months ago (2017-03-07 23:45:46 UTC) #12
commit-bot: I haz the power
Committed patchset #2 (id:20001) as https://chromium.googlesource.com/chromium/src/+/a7a57ecd7c36b7bd579d45e0f199f7679edc5197
3 years, 9 months ago (2017-03-08 01:48:59 UTC) #15
fserb
A revert of this CL (patchset #2 id:20001) has been created in https://codereview.chromium.org/2740783005/ by fserb@chromium.org. ...
3 years, 9 months ago (2017-03-09 19:55:39 UTC) #16
alancutter (OOO until 2018)
On 2017/03/09 at 19:55:39, fserb wrote: > A revert of this CL (patchset #2 id:20001) ...
3 years, 9 months ago (2017-03-10 02:24:03 UTC) #17
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/2732223002/40001
3 years, 9 months ago (2017-03-10 02:25:14 UTC) #20
commit-bot: I haz the power
Committed patchset #3 (id:40001) as https://chromium.googlesource.com/chromium/src/+/d20b39ee5745592e03e549d4576783ae03f5d3a9
3 years, 9 months ago (2017-03-10 04:26:13 UTC) #23
kinuko
A revert of this CL (patchset #3 id:40001) has been created in https://codereview.chromium.org/2738983005/ by kinuko@chromium.org. ...
3 years, 9 months ago (2017-03-10 07:52:01 UTC) #24
alancutter (OOO until 2018)
On 2017/03/10 at 07:52:01, kinuko wrote: > A revert of this CL (patchset #3 id:40001) ...
3 years, 9 months ago (2017-03-13 06:28:29 UTC) #25
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/2732223002/60001
3 years, 9 months ago (2017-03-13 06:28:50 UTC) #28
commit-bot: I haz the power
3 years, 9 months ago (2017-03-13 08:08:17 UTC) #31
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://chromium.googlesource.com/chromium/src/+/1dc2dcdc62ad67cea55a8bfc9416...

Powered by Google App Engine
This is Rietveld 408576698