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

Issue 299073003: Web Animations API: Avoid style resolution when calling element.animate() (Closed)

Created:
6 years, 7 months ago by rjwright
Modified:
6 years, 6 months ago
CC:
blink-reviews, shans, Mike Lawther (Google), blink-reviews-animation_chromium.org, dstockwell, Timothy Loh, darktears, Steve Block, Eric Willigers
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

This also removes the check for an active document, because we don't need it any more.

Patch Set 1 #

Patch Set 2 : Rename test to api-balls-keyframe-animations.html #

Total comments: 4

Patch Set 3 : Remove checkDocumentAndRenderer as it is no longer needed #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -22 lines) Patch
M Source/core/animation/AnimationTest.cpp View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/animation/EffectInput.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M Source/core/animation/EffectInput.cpp View 1 2 1 chunk +1 line, -15 lines 2 comments Download
M Source/core/animation/EffectInputTest.cpp View 1 2 4 chunks +4 lines, -4 lines 0 comments Download

Messages

Total messages: 20 (0 generated)
rjwright
Ptal
6 years, 7 months ago (2014-05-23 06:04:10 UTC) #1
alancutter (OOO until 2018)
https://codereview.chromium.org/299073003/diff/20001/Source/core/animation/EffectInput.cpp File Source/core/animation/EffectInput.cpp (left): https://codereview.chromium.org/299073003/diff/20001/Source/core/animation/EffectInput.cpp#oldcode51 Source/core/animation/EffectInput.cpp:51: return element->renderer(); I think we still need to check ...
6 years, 7 months ago (2014-05-23 07:01:36 UTC) #2
dstockwell
https://codereview.chromium.org/299073003/diff/20001/Source/core/animation/EffectInput.cpp File Source/core/animation/EffectInput.cpp (left): https://codereview.chromium.org/299073003/diff/20001/Source/core/animation/EffectInput.cpp#oldcode51 Source/core/animation/EffectInput.cpp:51: return element->renderer(); On 2014/05/23 07:01:36, alancutter wrote: > I ...
6 years, 7 months ago (2014-05-23 07:40:58 UTC) #3
dstockwell
https://codereview.chromium.org/299073003/diff/20001/Source/core/animation/EffectInput.cpp File Source/core/animation/EffectInput.cpp (left): https://codereview.chromium.org/299073003/diff/20001/Source/core/animation/EffectInput.cpp#oldcode51 Source/core/animation/EffectInput.cpp:51: return element->renderer(); On 2014/05/23 07:40:58, dstockwell wrote: > On ...
6 years, 7 months ago (2014-05-23 07:42:25 UTC) #4
dstockwell
https://codereview.chromium.org/299073003/diff/20001/Source/core/animation/EffectInput.cpp File Source/core/animation/EffectInput.cpp (left): https://codereview.chromium.org/299073003/diff/20001/Source/core/animation/EffectInput.cpp#oldcode51 Source/core/animation/EffectInput.cpp:51: return element->renderer(); On 2014/05/23 07:42:25, dstockwell wrote: > On ...
6 years, 7 months ago (2014-05-23 07:44:29 UTC) #5
alancutter (OOO until 2018)
On 2014/05/23 07:44:29, dstockwell wrote: > https://codereview.chromium.org/299073003/diff/20001/Source/core/animation/EffectInput.cpp > File Source/core/animation/EffectInput.cpp (left): > > https://codereview.chromium.org/299073003/diff/20001/Source/core/animation/EffectInput.cpp#oldcode51 > ...
6 years, 7 months ago (2014-05-23 08:55:24 UTC) #6
alancutter (OOO until 2018)
On 2014/05/23 08:55:24, alancutter wrote: > We should just push checkDocumentAndRenderer() down into > forceConversionsToAnimatableValues() ...
6 years, 7 months ago (2014-05-26 00:25:00 UTC) #7
rjwright
On 2014/05/26 00:25:00, alancutter wrote: > On 2014/05/23 08:55:24, alancutter wrote: > > We should ...
6 years, 7 months ago (2014-05-26 05:02:05 UTC) #8
alancutter (OOO until 2018)
Eric's responsive interpolation patch has landed. https://codereview.chromium.org/292173009/ We should be able to remove checkDocumentAndRenderer() completely ...
6 years, 7 months ago (2014-05-27 23:37:57 UTC) #9
rjwright
On 2014/05/27 23:37:57, alancutter wrote: > Eric's responsive interpolation patch has landed. > https://codereview.chromium.org/292173009/ > ...
6 years, 6 months ago (2014-06-01 03:44:17 UTC) #10
alancutter (OOO until 2018)
On 2014/06/01 03:44:17, rjwright wrote: > On 2014/05/27 23:37:57, alancutter wrote: > > Eric's responsive ...
6 years, 6 months ago (2014-06-01 04:01:34 UTC) #11
rjwright
PTAL
6 years, 6 months ago (2014-06-01 05:19:14 UTC) #12
alancutter (OOO until 2018)
lgtm https://codereview.chromium.org/299073003/diff/40001/Source/core/animation/EffectInput.cpp File Source/core/animation/EffectInput.cpp (left): https://codereview.chromium.org/299073003/diff/40001/Source/core/animation/EffectInput.cpp#oldcode45 Source/core/animation/EffectInput.cpp:45: // FIXME: Remove this once we've removed the ...
6 years, 6 months ago (2014-06-01 08:10:01 UTC) #13
dstockwell
lgtm Need to update the patch title and description too. https://codereview.chromium.org/299073003/diff/40001/Source/core/animation/EffectInput.cpp File Source/core/animation/EffectInput.cpp (left): https://codereview.chromium.org/299073003/diff/40001/Source/core/animation/EffectInput.cpp#oldcode45 ...
6 years, 6 months ago (2014-06-01 23:59:31 UTC) #14
alancutter (OOO until 2018)
On 2014/06/01 23:59:31, dstockwell wrote: > lgtm > > Need to update the patch title ...
6 years, 6 months ago (2014-06-02 00:44:04 UTC) #15
rjwright
The CQ bit was checked by rjwright@chromium.org
6 years, 6 months ago (2014-06-04 04:02:47 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rjwright@chromium.org/299073003/40001
6 years, 6 months ago (2014-06-04 04:03:24 UTC) #17
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: linux_blink_dbg on tryserver.blink ...
6 years, 6 months ago (2014-06-04 04:58:19 UTC) #18
alancutter (OOO until 2018)
The CQ bit was unchecked by alancutter@chromium.org
6 years, 6 months ago (2014-06-04 05:06:21 UTC) #19
alancutter (OOO until 2018)
6 years, 6 months ago (2014-06-04 05:07:18 UTC) #20
On 2014/06/04 04:58:19, I haz the power (commit-bot) wrote:
> FYI, CQ is re-trying this CL (attempt #1).
> The failing builders are:
>   linux_blink_dbg on tryserver.blink
>
(http://build.chromium.org/p/tryserver.blink/builders/linux_blink_dbg/builds/1...)
>   linux_blink_rel on tryserver.blink
>
(http://build.chromium.org/p/tryserver.blink/builders/linux_blink_rel/builds/1...)
>   mac_blink_rel on tryserver.blink
>
(http://build.chromium.org/p/tryserver.blink/builders/mac_blink_rel/builds/10197)
>   win_blink_rel on tryserver.blink
>
(http://build.chromium.org/p/tryserver.blink/builders/win_blink_rel/builds/10522)

This is crashing on:
animations/interpolation/font-size-interpolation.html
animations/interpolation/outline-width-interpolation.html
web-animations-api/animation-constructor.html

Powered by Google App Engine
This is Rietveld 408576698