1e463205ea
This skips sending the data urls along with Runtime.CallFrame, and Runtime.ExceptionDetails. Also-by: bmeurer@chromium.org Bug: chromium:1132260 Change-Id: I45136bc0d3217caf8fbd93946b021f56f64f04b9 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2621077 Commit-Queue: Kim-Anh Tran <kimanh@chromium.org> Reviewed-by: Benedikt Meurer <bmeurer@chromium.org> Cr-Commit-Position: refs/heads/master@{#72063}
6 lines
252 B
Plaintext
6 lines
252 B
Plaintext
Checks that we only send along non-data urls.
|
|
Test log with data uri.
|
|
console api called: Hello World!
|
|
callFrame: function test (url: )
|
|
callFrame: function (url: test.js)
|
|
exception details: Uncaught ReferenceError: Exception is not defined (url: ) |