|
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
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
|
Total messages: 9 (2 generated)
|