|
Remove several uses of toWebCoreStringWithNullCheck(v8::Handle<v8::Value>)
Remove several uses of toWebCoreStringWithNullCheck(v8::Handle<v8::Value>) and replace by
the V8TRYCATCH_FOR_V8STRINGRESOURCE_*() macros. This makes sure that we properly abort
execution when an exception is thrown by v8::Value::ToString().
R=haraken
TEST=fast/dom/CSSStyleDeclaration/css-style-declaration-named-setter.html
TEST=fast/frames/frame-set-location-badstring.html
TEST=fast/xmlhttprequest/xmlhttprequest-open-exceptions.html
TEST=http/tests/local/formdata/send-form-data-with-bad-string.html
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=162150
Total comments: 3
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+131 lines, -19 lines) |
Patch |
|
M |
LayoutTests/fast/dom/CSSStyleDeclaration/css-style-declaration-named-setter.html
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
|
M |
LayoutTests/fast/dom/CSSStyleDeclaration/css-style-declaration-named-setter-expected.txt
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
|
A |
LayoutTests/fast/frames/frame-set-location-badstring.html
|
View
|
|
1 chunk |
+9 lines, -0 lines |
0 comments
|
Download
|
|
A |
LayoutTests/fast/frames/frame-set-location-badstring-expected.txt
|
View
|
|
1 chunk |
+23 lines, -0 lines |
0 comments
|
Download
|
|
A |
LayoutTests/fast/frames/resources/frame-set-location-badstring.html
|
View
|
|
1 chunk |
+11 lines, -0 lines |
0 comments
|
Download
|
|
M |
LayoutTests/fast/xmlhttprequest/xmlhttprequest-open-exceptions.html
|
View
|
|
1 chunk |
+8 lines, -0 lines |
0 comments
|
Download
|
|
M |
LayoutTests/fast/xmlhttprequest/xmlhttprequest-open-exceptions-expected.txt
|
View
|
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
|
A |
LayoutTests/http/tests/local/formdata/send-form-data-with-bad-string.html
|
View
|
|
1 chunk |
+28 lines, -0 lines |
0 comments
|
Download
|
|
A |
LayoutTests/http/tests/local/formdata/send-form-data-with-bad-string-expected.txt
|
View
|
|
1 chunk |
+15 lines, -0 lines |
0 comments
|
Download
|
|
M |
Source/bindings/v8/custom/V8CSSStyleDeclarationCustom.cpp
|
View
|
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
|
M |
Source/bindings/v8/custom/V8FormDataCustom.cpp
|
View
|
|
2 chunks |
+9 lines, -6 lines |
3 comments
|
Download
|
|
M |
Source/bindings/v8/custom/V8HTMLFrameElementCustom.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
Source/bindings/v8/custom/V8InspectorFrontendHostCustom.cpp
|
View
|
|
4 chunks |
+10 lines, -6 lines |
0 comments
|
Download
|
|
M |
Source/bindings/v8/custom/V8XMLHttpRequestCustom.cpp
|
View
|
|
2 chunks |
+5 lines, -4 lines |
0 comments
|
Download
|
Total messages: 7 (0 generated)
|