DescriptionBlink-in-JS: Allow a stackoverflow error thrown by private scripts
Currently standard JS errors thrown by private scripts are treated
as real errors of the private scripts and crash the renderer.
However, we need to special-case a stackoverflow error because
user's script can create code that causes a stackoverflow error
in private scripts.
BUG=412143
TEST=fast/dom/private_script_unittest.html
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=181603
Patch Set 1 #
Total comments: 3
Patch Set 2 : #
Total comments: 2
Patch Set 3 : #Patch Set 4 : #Patch Set 5 : #
Messages
Total messages: 14 (2 generated)
|