DescriptionAdd support for type checking of floating point arguments as [TypeChecking=Unrestricted]
This adds an new extended attribute value, [TypeChecking=Unrestricted],
which turns on type checking of floating point arguments for non-finite
values, and switches CanvasRenderingContext2D.createImageData over as a
test case.
This does not implement type-checking for floating point attributes yet.
Docs updated at:
http://www.chromium.org/blink/webidl/blink-idl-extended-attributes#TOC-TypeChecking-i-m-a-
R=haraken
R=fs
BUG=354298
BUG=367648
TEST=run_webkit_tests.sh fast/canvas/canvas-2d-imageData-create-nonfinite.html
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=172945
Patch Set 1 #
Total comments: 1
Patch Set 2 : unrestricted test cases #Patch Set 3 : std::isfinite #
Total comments: 3
Patch Set 4 : Simpler check, add docs #Patch Set 5 : Remove outdated test #Messages
Total messages: 15 (0 generated)
|