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

Issue 259773008: Add support for type checking of floating point arguments as [TypeChecking=Unrestricted] (Closed)

Created:
6 years, 7 months ago by Nils Barth (inactive)
Modified:
6 years, 7 months ago
Reviewers:
haraken, fs
CC:
blink-reviews, aandrey+blink_chromium.org, arv+blink, jsbell+bindings_chromium.org, sof, kouhei+bindings_chromium.org, abarth-chromium, ojan, marja+watch_chromium.org, dglazkov+blink, Rik, adamk+blink_chromium.org, Nate Chapin, watchdog-blink-watchlist_google.com, Inactive, jochen (gone - plz use gerrit)
Visibility:
Public.

Description

Add 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 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+381 lines, -200 lines) Patch
M LayoutTests/canvas/philip/README View 1 2 3 4 1 chunk +6 lines, -1 line 0 comments Download
D LayoutTests/canvas/philip/tests/2d.imageData.create2.nonfinite.html View 1 2 3 4 1 chunk +0 lines, -40 lines 0 comments Download
D LayoutTests/canvas/philip/tests/2d.imageData.create2.nonfinite-expected.txt View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
M LayoutTests/fast/canvas/canvas-2d-imageData-create-nonfinite-expected.txt View 1 chunk +7 lines, -7 lines 0 comments Download
M Source/bindings/IDLExtendedAttributes.txt View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M Source/bindings/scripts/v8_methods.py View 1 2 3 2 chunks +5 lines, -0 lines 0 comments Download
M Source/bindings/templates/methods.cpp View 1 2 3 4 chunks +21 lines, -5 lines 0 comments Download
M Source/bindings/tests/idls/TestInterface.idl View 1 2 chunks +7 lines, -1 line 0 comments Download
M Source/bindings/tests/idls/TestObject.idl View 1 2 3 2 chunks +8 lines, -7 lines 0 comments Download
M Source/bindings/tests/results/V8TestInterface.cpp View 1 2 3 4 chunks +168 lines, -0 lines 0 comments Download
M Source/bindings/tests/results/V8TestObject.cpp View 1 2 3 4 chunks +155 lines, -127 lines 0 comments Download
M Source/core/html/canvas/CanvasRenderingContext2D.cpp View 1 2 3 1 chunk +2 lines, -9 lines 0 comments Download
M Source/core/html/canvas/CanvasRenderingContext2D.idl View 1 2 3 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 15 (0 generated)
Nils Barth (inactive)
First cut at adding type checking for floating point args. haraken, how does bindings code ...
6 years, 7 months ago (2014-04-28 09:16:14 UTC) #1
haraken
Discussed offline. This CL looks OK, but it will become simpler if V8 exposes the ...
6 years, 7 months ago (2014-04-28 10:35:33 UTC) #2
Nils Barth (inactive)
Simplified slightly. Fredrik, Jochen? https://codereview.chromium.org/259773008/diff/40001/Source/bindings/templates/methods.cpp File Source/bindings/templates/methods.cpp (right): https://codereview.chromium.org/259773008/diff/40001/Source/bindings/templates/methods.cpp#newcode107 Source/bindings/templates/methods.cpp:107: if (info.Length() > {{argument.index}} && ...
6 years, 7 months ago (2014-04-28 10:40:45 UTC) #3
fs
core/ changes LGTM, but I have question on the bindings change. https://codereview.chromium.org/259773008/diff/40001/Source/bindings/templates/methods.cpp File Source/bindings/templates/methods.cpp (right): ...
6 years, 7 months ago (2014-04-28 10:58:33 UTC) #4
Nils Barth (inactive)
Updated per Fredrik's comments; haraken, WDYT? https://codereview.chromium.org/259773008/diff/40001/Source/bindings/templates/methods.cpp File Source/bindings/templates/methods.cpp (right): https://codereview.chromium.org/259773008/diff/40001/Source/bindings/templates/methods.cpp#newcode107 Source/bindings/templates/methods.cpp:107: if (info.Length() > ...
6 years, 7 months ago (2014-04-30 01:58:02 UTC) #5
haraken
LGTM. std::isfinite looks nice enough to me, so you won't need try hard to expose ...
6 years, 7 months ago (2014-04-30 02:50:27 UTC) #6
Nils Barth (inactive)
On 2014/04/30 02:50:27, haraken wrote: > LGTM. > > std::isfinite looks nice enough to me, ...
6 years, 7 months ago (2014-04-30 02:52:52 UTC) #7
Nils Barth (inactive)
The CQ bit was checked by nbarth@chromium.org
6 years, 7 months ago (2014-04-30 02:53:16 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/nbarth@chromium.org/259773008/60001
6 years, 7 months ago (2014-04-30 02:54:09 UTC) #9
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-04-30 03:25:16 UTC) #10
commit-bot: I haz the power
Try jobs failed on following builders: linux_blink_rel on tryserver.blink
6 years, 7 months ago (2014-04-30 03:25:17 UTC) #11
Nils Barth (inactive)
On 2014/04/30 03:25:17, I haz the power (commit-bot) wrote: > Try jobs failed on following ...
6 years, 7 months ago (2014-04-30 04:31:38 UTC) #12
Nils Barth (inactive)
The CQ bit was checked by nbarth@chromium.org
6 years, 7 months ago (2014-04-30 04:31:57 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/nbarth@chromium.org/259773008/80001
6 years, 7 months ago (2014-04-30 04:32:56 UTC) #14
commit-bot: I haz the power
6 years, 7 months ago (2014-04-30 05:32:52 UTC) #15
Message was sent while issue was closed.
Change committed as 172945

Powered by Google App Engine
This is Rietveld 408576698