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

Issue 110123005: Web Animations CSS: Record if style recalc is for animation (Closed)

Created:
7 years ago by Eric Willigers
Modified:
7 years ago
Reviewers:
dstockwell, Timothy Loh
CC:
blink-reviews, shans, rjwright, alancutter (OOO until 2018), Mike Lawther (Google), sof, eae+blinkwatch, dglazkov+blink, dstockwell, Timothy Loh, adamk+blink_chromium.org, darktears, Steve Block, dino_apple.com
Base URL:
https://chromium.googlesource.com/chromium/blink@master
Visibility:
Public.

Description

Web Animations CSS: Record if style recalc is for animation Based on rolled back patch from issue 86763003 BUG=322573 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=164013

Patch Set 1 #

Patch Set 2 : Add test where transition is cancelled almost immediately #

Total comments: 4

Patch Set 3 : Test now cancels transition immediately #

Patch Set 4 : Avoid setTimeout #

Patch Set 5 : Ignore new interrupted immediately test when testing legacy animations engine #

Unified diffs Side-by-side diffs Delta from patch set Stats (+100 lines, -36 lines) Patch
M LayoutTests/TestExpectations View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/transitions/cancel-transition.html View 5 chunks +7 lines, -7 lines 0 comments Download
A + LayoutTests/transitions/interrupted-immediately.html View 1 2 3 1 chunk +17 lines, -12 lines 0 comments Download
A LayoutTests/transitions/interrupted-immediately-expected.txt View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
M Source/core/animation/ActiveAnimations.h View 3 chunks +12 lines, -0 lines 0 comments Download
M Source/core/animation/Animation.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/animation/css/CSSAnimations.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/animation/css/CSSAnimations.cpp View 1 2 3 4 5 chunks +22 lines, -9 lines 0 comments Download
M Source/core/dom/Element.h View 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/dom/Element.cpp View 2 chunks +20 lines, -0 lines 0 comments Download
M Source/core/dom/Node.h View 1 chunk +1 line, -5 lines 0 comments Download
M Source/core/dom/Node.cpp View 1 chunk +12 lines, -0 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
Eric Willigers
7 years ago (2013-12-16 09:23:57 UTC) #1
dstockwell
https://codereview.chromium.org/110123005/diff/20001/LayoutTests/transitions/interrupted-immediately.html File LayoutTests/transitions/interrupted-immediately.html (right): https://codereview.chromium.org/110123005/diff/20001/LayoutTests/transitions/interrupted-immediately.html#newcode32 LayoutTests/transitions/interrupted-immediately.html:32: window.setTimeout(function() { Do we need the setTimeout? Can this ...
7 years ago (2013-12-16 09:54:07 UTC) #2
Timothy Loh
Does this test fix this issue: http://jsfiddle.net/C7WDL/ ? If so, worthwhile to add a test ...
7 years ago (2013-12-16 22:53:23 UTC) #3
Eric Willigers
On 2013/12/16 22:53:23, Timothy Loh wrote: > Does this test fix this issue: http://jsfiddle.net/C7WDL/ ? ...
7 years ago (2013-12-16 23:26:32 UTC) #4
Eric Willigers
https://codereview.chromium.org/110123005/diff/20001/LayoutTests/transitions/interrupted-immediately.html File LayoutTests/transitions/interrupted-immediately.html (right): https://codereview.chromium.org/110123005/diff/20001/LayoutTests/transitions/interrupted-immediately.html#newcode32 LayoutTests/transitions/interrupted-immediately.html:32: window.setTimeout(function() { On 2013/12/16 09:54:08, dstockwell wrote: > Do ...
7 years ago (2013-12-16 23:26:49 UTC) #5
dstockwell
https://codereview.chromium.org/110123005/diff/20001/LayoutTests/transitions/interrupted-immediately.html File LayoutTests/transitions/interrupted-immediately.html (right): https://codereview.chromium.org/110123005/diff/20001/LayoutTests/transitions/interrupted-immediately.html#newcode32 LayoutTests/transitions/interrupted-immediately.html:32: window.setTimeout(function() { On 2013/12/16 23:26:50, Eric Willigers wrote: > ...
7 years ago (2013-12-17 00:15:31 UTC) #6
dstockwell
lgtm OK to land this now and remove the setTimeouts from the test in a ...
7 years ago (2013-12-17 03:16:47 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ericwilligers@chromium.org/110123005/60001
7 years ago (2013-12-17 03:32:39 UTC) #8
commit-bot: I haz the power
Retried try job too often on linux_blink_rel for step(s) webkit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_blink_rel&number=15612
7 years ago (2013-12-17 06:04:25 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ericwilligers@chromium.org/110123005/80001
7 years ago (2013-12-17 11:48:25 UTC) #10
commit-bot: I haz the power
7 years ago (2013-12-17 13:02:24 UTC) #11
Message was sent while issue was closed.
Change committed as 164013

Powered by Google App Engine
This is Rietveld 408576698