|
Switch custom XMLHttpRequest bindings over to new-style ExceptionState.
Configure incoming ExceptionState with the calling context instead of
detailing at the point where the exception is raised.
To support throwing context-sensitive TypeErrors, extend
ExceptionState::throwTypeError() to also embellish its incoming
messages.
R=mkwst
BUG= 270033
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=162909
Total comments: 3
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+260 lines, -265 lines) |
Patch |
|
|
LayoutTests/fast/js/dfg-custom-getter-throw-expected.txt
|
View
|
|
1 chunk |
+100 lines, -100 lines |
0 comments
|
Download
|
|
|
LayoutTests/fast/js/dfg-custom-getter-throw-inlined-expected.txt
|
View
|
|
1 chunk |
+100 lines, -100 lines |
0 comments
|
Download
|
|
|
LayoutTests/fast/js/script-tests/dfg-custom-getter-throw.js
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
|
LayoutTests/fast/js/script-tests/dfg-custom-getter-throw-inlined.js
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
|
LayoutTests/fast/xmlhttprequest/xmlhttprequest-open-exceptions.html
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
|
LayoutTests/fast/xmlhttprequest/xmlhttprequest-open-exceptions-expected.txt
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
|
LayoutTests/fast/xmlhttprequest/xmlhttprequest-responseXML-xml-text-responsetype-expected.txt
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
|
LayoutTests/fast/xmlhttprequest/xmlhttprequest-responsetype-arraybuffer-expected.txt
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
|
|
LayoutTests/fast/xmlhttprequest/xmlhttprequest-responsetype-before-open-sync-request-expected.txt
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
|
LayoutTests/fast/xmlhttprequest/xmlhttprequest-responsetype-document-expected.txt
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
|
LayoutTests/fast/xmlhttprequest/xmlhttprequest-responsetype-set-at-headers-received-expected.txt
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
|
LayoutTests/fast/xmlhttprequest/xmlhttprequest-responsetype-sync-request-expected.txt
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
|
LayoutTests/fast/xmlhttprequest/xmlhttprequest-responsetype-text-expected.txt
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
|
LayoutTests/fast/xmlhttprequest/xmlhttprequest-sync-disabled-expected.txt
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
|
LayoutTests/http/tests/xmlhttprequest/exceptions-expected.txt
|
View
|
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
|
|
LayoutTests/http/tests/xmlhttprequest/reentrant-cancel-expected.txt
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
|
Source/bindings/v8/ExceptionState.cpp
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
|
Source/bindings/v8/custom/V8XMLHttpRequestCustom.cpp
|
View
|
|
4 chunks |
+23 lines, -28 lines |
0 comments
|
Download
|
|
|
Source/core/xml/XMLHttpRequest.cpp
|
View
|
|
12 chunks |
+14 lines, -14 lines |
0 comments
|
Download
|
Total messages: 7 (0 generated)
|