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

Issue 947923002: Add AnimationTimingProperties dictionary (Closed)

Created:
5 years, 10 months ago by Jens Widell
Modified:
5 years, 7 months ago
Reviewers:
haraken, dstockwell
CC:
darktears, arv+blink, blink-reviews, blink-reviews-animation_chromium.org, blink-reviews-bindings_chromium.org, Inactive, Eric Willigers, Mike Lawther (Google), rjwright, shans, Steve Block, Timothy Loh, vivekg_samsung, vivekg
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Add AnimationTimingProperties dictionary Use in various places: - As the base of the ComputedTimingProperties dictionary. - As one possible argument value to the Animation() constructor's third parameter. - As one possible argument value to Element.animate()'s second parameter. Also remove the custom bindings implementation of Element.animate(). BUG=321462 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=190837

Patch Set 1 #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+90 lines, -350 lines) Patch
M Source/bindings/core/v8/ToV8.h View 2 chunks +9 lines, -0 lines 2 comments Download
D Source/bindings/core/v8/custom/V8ElementCustom.cpp View 1 chunk +0 lines, -206 lines 0 comments Download
M Source/bindings/core/v8/custom/custom.gypi View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/animation/Animation.h View 2 chunks +2 lines, -4 lines 0 comments Download
M Source/core/animation/Animation.cpp View 2 chunks +6 lines, -20 lines 0 comments Download
M Source/core/animation/Animation.idl View 1 chunk +3 lines, -4 lines 2 comments Download
M Source/core/animation/AnimationTest.cpp View 7 chunks +13 lines, -7 lines 0 comments Download
A + Source/core/animation/AnimationTimingProperties.idl View 1 chunk +3 lines, -13 lines 0 comments Download
M Source/core/animation/ComputedTimingProperties.idl View 1 chunk +1 line, -14 lines 0 comments Download
M Source/core/animation/EffectInput.h View 2 chunks +2 lines, -0 lines 0 comments Download
M Source/core/animation/EffectInput.cpp View 2 chunks +10 lines, -0 lines 0 comments Download
M Source/core/animation/ElementAnimation.h View 2 chunks +10 lines, -27 lines 0 comments Download
M Source/core/animation/ElementAnimation.idl View 1 chunk +4 lines, -3 lines 0 comments Download
M Source/core/animation/TimingInput.h View 1 chunk +2 lines, -1 line 0 comments Download
M Source/core/animation/TimingInput.cpp View 2 chunks +14 lines, -41 lines 0 comments Download
M Source/core/animation/TimingInputTest.cpp View 5 chunks +8 lines, -9 lines 0 comments Download
M Source/core/core.gypi View 2 chunks +3 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (2 generated)
Jens Widell
PTAL https://codereview.chromium.org/947923002/diff/1/Source/bindings/core/v8/ToV8.h File Source/bindings/core/v8/ToV8.h (right): https://codereview.chromium.org/947923002/diff/1/Source/bindings/core/v8/ToV8.h#newcode190 Source/bindings/core/v8/ToV8.h:190: ASSERT_NOT_REACHED(); Adding this was necessary due to the ...
5 years, 10 months ago (2015-02-23 12:07:00 UTC) #2
haraken
This is a nice clean-up! LGTM. https://codereview.chromium.org/947923002/diff/1/Source/bindings/core/v8/ToV8.h File Source/bindings/core/v8/ToV8.h (right): https://codereview.chromium.org/947923002/diff/1/Source/bindings/core/v8/ToV8.h#newcode190 Source/bindings/core/v8/ToV8.h:190: ASSERT_NOT_REACHED(); On 2015/02/23 ...
5 years, 10 months ago (2015-02-23 13:41:17 UTC) #3
dstockwell
lgtm https://codereview.chromium.org/947923002/diff/1/Source/core/animation/Animation.idl File Source/core/animation/Animation.idl (right): https://codereview.chromium.org/947923002/diff/1/Source/core/animation/Animation.idl#newcode34 Source/core/animation/Animation.idl:34: // FIXME: the third argument should be "optional ...
5 years, 10 months ago (2015-02-24 03:22:03 UTC) #4
haraken
https://codereview.chromium.org/947923002/diff/1/Source/core/animation/Animation.idl File Source/core/animation/Animation.idl (right): https://codereview.chromium.org/947923002/diff/1/Source/core/animation/Animation.idl#newcode34 Source/core/animation/Animation.idl:34: // FIXME: the third argument should be "optional (unrestricted ...
5 years, 10 months ago (2015-02-24 06:11:09 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/947923002/1
5 years, 10 months ago (2015-02-25 15:09:37 UTC) #7
commit-bot: I haz the power
Committed patchset #1 (id:1) as https://src.chromium.org/viewvc/blink?view=rev&revision=190837
5 years, 10 months ago (2015-02-25 15:26:03 UTC) #8
dstockwell
5 years, 7 months ago (2015-05-15 00:26:36 UTC) #9
Message was sent while issue was closed.
We accidentally removed use counting of Element.animate in this patch :(

I'm going to add it back in the idl.

Powered by Google App Engine
This is Rietveld 408576698