|
Iron out some kinks in SVG IDL files
This drops a few "[Default=Undefined] optional" from method arguments to
match the expected arity checking behavior.
Matches Gecko and the spec where applicable.
For SVGAnimationElement.{begin,end}ElementAt, block all non-finite values
as per the WebIDL 'float' type.
BUG= 311246
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=171485
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+210 lines, -10 lines) |
Patch |
|
A |
LayoutTests/svg/dom/method-argument-aritychecks.html
|
View
|
1
2
|
1 chunk |
+69 lines, -0 lines |
0 comments
|
Download
|
|
A |
LayoutTests/svg/dom/method-argument-aritychecks-expected.txt
|
View
|
1
2
|
1 chunk |
+48 lines, -0 lines |
0 comments
|
Download
|
|
A |
LayoutTests/svg/dom/method-argument-typechecks.html
|
View
|
1
2
|
1 chunk |
+49 lines, -0 lines |
0 comments
|
Download
|
|
A |
LayoutTests/svg/dom/method-argument-typechecks-expected.txt
|
View
|
1
2
|
1 chunk |
+36 lines, -0 lines |
0 comments
|
Download
|
|
M |
Source/core/svg/SVGAnimationElement.cpp
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
Source/core/svg/SVGAnimationElement.idl
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
Source/core/svg/SVGElementInstanceList.idl
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
Source/core/svg/SVGFEDropShadowElement.idl
|
View
|
1
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
|
M |
Source/core/svg/SVGFEGaussianBlurElement.idl
|
View
|
1
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
|
M |
Source/core/svg/SVGTests.idl
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 10 (0 generated)
|