|
Add TypeChecking=Unrestricted to Web Animation APIs
This CL enables type-checking of IDL floating point values on interfaces:
AnimationPlayer,
AnimationTimeline and
Timing
and the dictionaries:
AnimationPlayerEventInit,
ComputedTimingProperties and
WebKitAnimationEventInit
Per AnimationTiming{,ReadOnly} in the current draft specification, make
Timing.duration and Timing.iterations 'unrestricted double', while keeping
other attributes as "restricted".
BUG= 335350, 354298
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=190474
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+76 lines, -68 lines) |
Patch |
|
M |
LayoutTests/fast/events/constructors/animation-event-constructor.html
|
View
|
1
2
|
2 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
|
M |
LayoutTests/fast/events/constructors/animation-event-constructor-expected.txt
|
View
|
1
2
|
1 chunk |
+6 lines, -6 lines |
0 comments
|
Download
|
|
M |
LayoutTests/fast/events/constructors/webkit-animation-event-constructor.html
|
View
|
1
2
|
2 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
|
M |
LayoutTests/fast/events/constructors/webkit-animation-event-constructor-expected.txt
|
View
|
1
2
|
1 chunk |
+6 lines, -6 lines |
0 comments
|
Download
|
|
M |
LayoutTests/web-animations-api/player.html
|
View
|
|
1 chunk |
+8 lines, -0 lines |
0 comments
|
Download
|
|
M |
LayoutTests/web-animations-api/timed-item.html
|
View
|
|
1 chunk |
+8 lines, -0 lines |
0 comments
|
Download
|
|
M |
LayoutTests/web-animations-api/timed-item-expected.txt
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
Source/core/animation/AnimationNodeTiming.h
|
View
|
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
Source/core/animation/AnimationNodeTiming.cpp
|
View
|
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
|
M |
Source/core/animation/AnimationPlayer.cpp
|
View
|
1
2
3
|
3 chunks |
+0 lines, -6 lines |
0 comments
|
Download
|
|
M |
Source/core/animation/AnimationPlayer.idl
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
Source/core/animation/AnimationPlayerTest.cpp
|
View
|
1
2
3
4
|
1 chunk |
+0 lines, -12 lines |
0 comments
|
Download
|
|
M |
Source/core/animation/AnimationTest.cpp
|
View
|
|
3 chunks |
+12 lines, -12 lines |
0 comments
|
Download
|
|
M |
Source/core/animation/AnimationTimeline.idl
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
Source/core/animation/ComputedTimingProperties.idl
|
View
|
1
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
|
M |
Source/core/animation/Timing.idl
|
View
|
|
1 chunk |
+4 lines, -3 lines |
0 comments
|
Download
|
|
M |
Source/core/events/AnimationPlayerEventInit.idl
|
View
|
1
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
|
M |
Source/core/events/WebKitAnimationEventInit.idl
|
View
|
1
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
Total messages: 12 (4 generated)
|