|
Fix StrictTypeChecking on interface type attributes
'undefined'/'null' would be allowed even though they shouldn't (unless
the attribute is marked as nullable.)
Also attempts to simplify the signature required for implementing the
nullable version of a interface type attribute.
Adjust CanvasRenderingContext2D.currentTransform,
HTMLMediaElement.controller and AudioBufferSourceNode.buffer slightly.
BUG= 249598
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=171043
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+63 lines, -30 lines) |
Patch |
|
M |
LayoutTests/canvas/currentTransform-null-expected.txt
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
LayoutTests/webaudio/audiobuffersource-channels.html
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
LayoutTests/webaudio/audiobuffersource-channels-expected.txt
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
Source/bindings/scripts/v8_attributes.py
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
Source/bindings/templates/attributes.cpp
|
View
|
|
3 chunks |
+6 lines, -2 lines |
0 comments
|
Download
|
|
M |
Source/bindings/tests/idls/TestObject.idl
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
Source/bindings/tests/results/V8TestInterface.cpp
|
View
|
1
2
|
4 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
|
M |
Source/bindings/tests/results/V8TestObject.cpp
|
View
|
1
2
|
3 chunks |
+42 lines, -1 line |
0 comments
|
Download
|
|
M |
Source/core/html/HTMLMediaElement.idl
|
View
|
1
2
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
Source/core/html/canvas/CanvasRenderingContext2D.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
Source/core/html/canvas/CanvasRenderingContext2D.cpp
|
View
|
|
1 chunk |
+1 line, -8 lines |
0 comments
|
Download
|
|
M |
Source/core/html/canvas/CanvasRenderingContext2D.idl
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
Source/modules/webaudio/AudioBufferSourceNode.cpp
|
View
|
1
|
1 chunk |
+0 lines, -6 lines |
0 comments
|
Download
|
Total messages: 13 (0 generated)
|