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

Issue 22123002: Web Animations: Implement CSS Animation events (Closed)

Created:
7 years, 4 months ago by dstockwell
Modified:
7 years, 4 months ago
Reviewers:
Steve Block
CC:
blink-reviews, shans, rjwright, alancutter (OOO until 2018), Mike Lawther (Google), eae+blinkwatch, dglazkov+blink, dstockwell, Timothy Loh, darktears, Steve Block, Eric Willigers
Visibility:
Public.

Description

Web Animations: Implement CSS Animation events Events are queued and dispatched from DocumentTimeline. This doesn't correctly handle start events detected during a style recalc. In the existing implementation these events are triggered by a timer. Here they are deferred until the next animation frame. BUG=258896 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=155597

Patch Set 1 #

Total comments: 4

Patch Set 2 : Address feedback. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+76 lines, -7 lines) Patch
M Source/core/animation/Animation.h View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/animation/Animation.cpp View 1 chunk +4 lines, -4 lines 0 comments Download
M Source/core/animation/DocumentTimeline.h View 2 chunks +17 lines, -0 lines 0 comments Download
M Source/core/animation/DocumentTimeline.cpp View 2 chunks +9 lines, -0 lines 0 comments Download
M Source/core/animation/css/CSSAnimations.h View 1 2 chunks +14 lines, -0 lines 0 comments Download
M Source/core/animation/css/CSSAnimations.cpp View 1 2 chunks +30 lines, -1 line 0 comments Download

Messages

Total messages: 6 (0 generated)
dstockwell
7 years, 4 months ago (2013-08-05 00:05:38 UTC) #1
Steve Block
Did you intend this to be compatible with or support the latest proposal for events ...
7 years, 4 months ago (2013-08-06 05:29:12 UTC) #2
dstockwell
On 2013/08/06 05:29:12, Steve Block wrote: > Did you intend this to be compatible with ...
7 years, 4 months ago (2013-08-06 06:10:02 UTC) #3
Steve Block
lgtm
7 years, 4 months ago (2013-08-06 06:31:41 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dstockwell@chromium.org/22123002/6001
7 years, 4 months ago (2013-08-06 07:50:47 UTC) #5
commit-bot: I haz the power
7 years, 4 months ago (2013-08-06 09:53:10 UTC) #6
Message was sent while issue was closed.
Change committed as 155597

Powered by Google App Engine
This is Rietveld 408576698