|
More informative error messages for non-Transferables.
Elaborate the TypeError exception reported if the various
postMessage()s (on window, at the dedicated Worker global scope, or
over MessagePorts) are ill-typed transferable arguments, supplying an
error message indicating that the transferable argument isn't a
sequence type.
R=
BUG= 308730
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=160323
Total comments: 5
Total comments: 15
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+86 lines, -33 lines) |
Patch |
|
M |
LayoutTests/fast/dom/Window/window-postmessage-args.html
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
LayoutTests/fast/dom/Window/window-postmessage-args-expected.txt
|
View
|
1
2
|
1 chunk |
+4 lines, -3 lines |
0 comments
|
Download
|
|
M |
LayoutTests/fast/events/message-port-multi-expected.txt
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
LayoutTests/fast/events/resources/message-port-multi.js
|
View
|
1
2
|
2 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
|
M |
LayoutTests/fast/workers/worker-context-multi-port-expected.txt
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
LayoutTests/fast/workers/worker-multi-port-expected.txt
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
A + |
LayoutTests/fast/workers/worker-onerror-09.html
|
View
|
1
2
|
1 chunk |
+5 lines, -6 lines |
0 comments
|
Download
|
|
A |
LayoutTests/fast/workers/worker-onerror-09-expected.txt
|
View
|
1
2
|
1 chunk |
+16 lines, -0 lines |
0 comments
|
Download
|
|
M |
Source/bindings/v8/ExceptionMessages.h
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
Source/bindings/v8/ExceptionMessages.cpp
|
View
|
1
2
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
|
M |
Source/bindings/v8/V8Binding.h
|
View
|
1
2
|
6 chunks |
+14 lines, -6 lines |
0 comments
|
Download
|
|
M |
Source/bindings/v8/V8Utilities.h
|
View
|
1
|
1 chunk |
+4 lines, -2 lines |
0 comments
|
Download
|
|
M |
Source/bindings/v8/V8Utilities.cpp
|
View
|
1
2
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
Source/bindings/v8/custom/V8DedicatedWorkerGlobalScopeCustom.cpp
|
View
|
1
2
|
2 chunks |
+6 lines, -1 line |
0 comments
|
Download
|
|
M |
Source/bindings/v8/custom/V8MessagePortCustom.cpp
|
View
|
1
2
|
2 chunks |
+6 lines, -1 line |
0 comments
|
Download
|
|
M |
Source/bindings/v8/custom/V8WindowCustom.cpp
|
View
|
1
2
|
2 chunks |
+6 lines, -1 line |
0 comments
|
Download
|
|
M |
Source/bindings/v8/custom/V8WorkerCustom.cpp
|
View
|
1
2
|
2 chunks |
+6 lines, -1 line |
0 comments
|
Download
|
Total messages: 10 (0 generated)
|