Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(96)

Unified Diff: third_party/WebKit/LayoutTests/inspector/console/console-log-linkify-stack-in-errors-expected.txt

Issue 2284123002: [DevTools] Format console.log(new Error()) same as console.log(new Error().stack) (Closed)
Patch Set: removed elipsis Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/inspector/console/console-log-linkify-stack-in-errors-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-log-linkify-stack-in-errors-expected.txt b/third_party/WebKit/LayoutTests/inspector/console/console-log-linkify-stack-in-errors-expected.txt
index e80b3bb25bab2dba765f0ef13b9255a937b8e1cb..541c93b443f6724037ad6ffd2835f8545596d1af 100644
--- a/third_party/WebKit/LayoutTests/inspector/console/console-log-linkify-stack-in-errors-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/console/console-log-linkify-stack-in-errors-expected.txt
@@ -8,52 +8,53 @@ break
CONSOLE MESSAGE: line 30: TypeError: Cannot read property 'removeChild' of null
at domError (console-log-linkify-stack-in-errors.html:28:22)
at console-log-linkify-stack-in-errors.html:34:1
-CONSOLE MESSAGE: line 36: Error message without stacks http://www.chromium.org/
-CONSOLE MESSAGE: line 38: Error valid stack #2
+CONSOLE MESSAGE: line 41: Error: some error
+CONSOLE MESSAGE: line 47: Error message without stacks http://www.chromium.org/
+CONSOLE MESSAGE: line 49: Error valid stack #2
at http://www.chromium.org/boo.js:40:70
at foo(http://www.chromium.org/foo.js:10:50)
-CONSOLE MESSAGE: line 39: Error valid stack #3
+CONSOLE MESSAGE: line 50: Error valid stack #3
at http://www.chromium.org/foo.js:40
-CONSOLE MESSAGE: line 40: Error: MyError
+CONSOLE MESSAGE: line 51: Error: MyError
at throwError (http://www.chromium.org/foo.js:40)
at eval (eval at <anonymous> (http://www.chromium.org/foo.js:42:1), <anonymous>:1:1)
at http://www.chromium.org/foo.js:239
CONSOLE MESSAGE: line 20: ReferenceError: valid stack
at stack2 (console-log-linkify-stack-in-errors.html:20:21)
at stack1 (console-log-linkify-stack-in-errors.html:22:5)
- at console-log-linkify-stack-in-errors.html:42:1
+ at console-log-linkify-stack-in-errors.html:53:1
CONSOLE MESSAGE: line 20: EvalError: valid stack
at stack2 (console-log-linkify-stack-in-errors.html:20:21)
at stack1 (console-log-linkify-stack-in-errors.html:22:5)
- at console-log-linkify-stack-in-errors.html:43:1
+ at console-log-linkify-stack-in-errors.html:54:1
CONSOLE MESSAGE: line 20: SyntaxError: valid stack
at stack2 (console-log-linkify-stack-in-errors.html:20:21)
at stack1 (console-log-linkify-stack-in-errors.html:22:5)
- at console-log-linkify-stack-in-errors.html:44:1
+ at console-log-linkify-stack-in-errors.html:55:1
CONSOLE MESSAGE: line 20: RangeError: valid stack
at stack2 (console-log-linkify-stack-in-errors.html:20:21)
at stack1 (console-log-linkify-stack-in-errors.html:22:5)
- at console-log-linkify-stack-in-errors.html:45:1
+ at console-log-linkify-stack-in-errors.html:56:1
CONSOLE MESSAGE: line 20: TypeError: valid stack
at stack2 (console-log-linkify-stack-in-errors.html:20:21)
at stack1 (console-log-linkify-stack-in-errors.html:22:5)
- at console-log-linkify-stack-in-errors.html:46:1
+ at console-log-linkify-stack-in-errors.html:57:1
CONSOLE MESSAGE: line 20: URIError: valid stack
at stack2 (console-log-linkify-stack-in-errors.html:20:21)
at stack1 (console-log-linkify-stack-in-errors.html:22:5)
- at console-log-linkify-stack-in-errors.html:47:1
-CONSOLE MESSAGE: line 49: Error broken stack
+ at console-log-linkify-stack-in-errors.html:58:1
+CONSOLE MESSAGE: line 60: Error broken stack
at function_name(foob.js foob.js:30:1)
at foob.js:40:70
-CONSOLE MESSAGE: line 50: Error broken stack #2
+CONSOLE MESSAGE: line 61: Error broken stack #2
at function_name(foob.js:20:30
-CONSOLE MESSAGE: line 51: Error broken stack #3
+CONSOLE MESSAGE: line 62: Error broken stack #3
at function_name(foob:20.js:30 bla
-CONSOLE MESSAGE: line 52: Error broken stack #4
+CONSOLE MESSAGE: line 63: Error broken stack #4
at function_name)foob.js:20:30(
-CONSOLE MESSAGE: line 53: Error broken stack #5
+CONSOLE MESSAGE: line 64: Error broken stack #5
at function_name foob.js:20:30)
-CONSOLE MESSAGE: line 54: Error broken stack #6
+CONSOLE MESSAGE: line 65: Error broken stack #6
at foob.js foob.js:40:70
CONSOLE MESSAGE: line 9: Error
at Failure.letsFailWithStack (stack-with-sourceMap.js:19:20)
@@ -70,52 +71,55 @@ break
console-log-linkify-stack-in-errors.html:23 TypeError: Cannot read property 'removeChild' of null
at domError (console-log-linkify-stack-in-errors.html:21)
at console-log-linkify-stack-in-errors.html:27 console-message-text source-code > console-message-url webkit-html-resource-link > webkit-html-resource-link > webkit-html-resource-link
-console-log-linkify-stack-in-errors.html:29 Error message without stacks http://www.chromium.org/ console-message-text source-code > console-message-url webkit-html-resource-link > webkit-html-external-link
-console-log-linkify-stack-in-errors.html:31 Error valid stack #2
+console-log-linkify-stack-in-errors.html:34 Error: some error
+ at logError (console-log-linkify-stack-in-errors.html:32)
+ at console-log-linkify-stack-in-errors.html:38 console-message-text source-code > console-message-url webkit-html-resource-link > object-value-error source-code > object-value-error source-code > webkit-html-resource-link > webkit-html-resource-link
+console-log-linkify-stack-in-errors.html:40 Error message without stacks http://www.chromium.org/ console-message-text source-code > console-message-url webkit-html-resource-link > webkit-html-external-link
+console-log-linkify-stack-in-errors.html:42 Error valid stack #2
at www.chromium.org/boo.js:40
at foo(www.chromium.org/foo.js:10) console-message-text source-code > console-message-url webkit-html-resource-link > webkit-html-resource-link > webkit-html-resource-link
-console-log-linkify-stack-in-errors.html:32 Error valid stack #3
+console-log-linkify-stack-in-errors.html:43 Error valid stack #3
at www.chromium.org/foo.js:40 console-message-text source-code > console-message-url webkit-html-resource-link > webkit-html-resource-link
-console-log-linkify-stack-in-errors.html:33 Error: MyError
+console-log-linkify-stack-in-errors.html:44 Error: MyError
at throwError (www.chromium.org/foo.js:40)
at eval (eval at <anonymous> (www.chromium.org/foo.js:42), <anonymous>:1:1)
at www.chromium.org/foo.js:239 console-message-text source-code > console-message-url webkit-html-resource-link > webkit-html-resource-link > webkit-html-resource-link > webkit-html-resource-link
console-log-linkify-stack-in-errors.html:13 ReferenceError: valid stack
at stack2 (console-log-linkify-stack-in-errors.html:13)
at stack1 (console-log-linkify-stack-in-errors.html:15)
- at console-log-linkify-stack-in-errors.html:35 console-message-text source-code > console-message-url webkit-html-resource-link > webkit-html-resource-link > webkit-html-resource-link > webkit-html-resource-link
+ at console-log-linkify-stack-in-errors.html:46 console-message-text source-code > console-message-url webkit-html-resource-link > webkit-html-resource-link > webkit-html-resource-link > webkit-html-resource-link
console-log-linkify-stack-in-errors.html:13 EvalError: valid stack
at stack2 (console-log-linkify-stack-in-errors.html:13)
at stack1 (console-log-linkify-stack-in-errors.html:15)
- at console-log-linkify-stack-in-errors.html:36 console-message-text source-code > console-message-url webkit-html-resource-link > webkit-html-resource-link > webkit-html-resource-link > webkit-html-resource-link
+ at console-log-linkify-stack-in-errors.html:47 console-message-text source-code > console-message-url webkit-html-resource-link > webkit-html-resource-link > webkit-html-resource-link > webkit-html-resource-link
console-log-linkify-stack-in-errors.html:13 SyntaxError: valid stack
at stack2 (console-log-linkify-stack-in-errors.html:13)
at stack1 (console-log-linkify-stack-in-errors.html:15)
- at console-log-linkify-stack-in-errors.html:37 console-message-text source-code > console-message-url webkit-html-resource-link > webkit-html-resource-link > webkit-html-resource-link > webkit-html-resource-link
+ at console-log-linkify-stack-in-errors.html:48 console-message-text source-code > console-message-url webkit-html-resource-link > webkit-html-resource-link > webkit-html-resource-link > webkit-html-resource-link
console-log-linkify-stack-in-errors.html:13 RangeError: valid stack
at stack2 (console-log-linkify-stack-in-errors.html:13)
at stack1 (console-log-linkify-stack-in-errors.html:15)
- at console-log-linkify-stack-in-errors.html:38 console-message-text source-code > console-message-url webkit-html-resource-link > webkit-html-resource-link > webkit-html-resource-link > webkit-html-resource-link
+ at console-log-linkify-stack-in-errors.html:49 console-message-text source-code > console-message-url webkit-html-resource-link > webkit-html-resource-link > webkit-html-resource-link > webkit-html-resource-link
console-log-linkify-stack-in-errors.html:13 TypeError: valid stack
at stack2 (console-log-linkify-stack-in-errors.html:13)
at stack1 (console-log-linkify-stack-in-errors.html:15)
- at console-log-linkify-stack-in-errors.html:39 console-message-text source-code > console-message-url webkit-html-resource-link > webkit-html-resource-link > webkit-html-resource-link > webkit-html-resource-link
+ at console-log-linkify-stack-in-errors.html:50 console-message-text source-code > console-message-url webkit-html-resource-link > webkit-html-resource-link > webkit-html-resource-link > webkit-html-resource-link
console-log-linkify-stack-in-errors.html:13 URIError: valid stack
at stack2 (console-log-linkify-stack-in-errors.html:13)
at stack1 (console-log-linkify-stack-in-errors.html:15)
- at console-log-linkify-stack-in-errors.html:40 console-message-text source-code > console-message-url webkit-html-resource-link > webkit-html-resource-link > webkit-html-resource-link > webkit-html-resource-link
-console-log-linkify-stack-in-errors.html:42 Error broken stack
+ at console-log-linkify-stack-in-errors.html:51 console-message-text source-code > console-message-url webkit-html-resource-link > webkit-html-resource-link > webkit-html-resource-link > webkit-html-resource-link
+console-log-linkify-stack-in-errors.html:53 Error broken stack
at function_name(foob.js foob.js:30:1)
at foob.js:40:70 console-message-text source-code > console-message-url webkit-html-resource-link
-console-log-linkify-stack-in-errors.html:43 Error broken stack #2
+console-log-linkify-stack-in-errors.html:54 Error broken stack #2
at function_name(foob.js:20:30 console-message-text source-code > console-message-url webkit-html-resource-link
-console-log-linkify-stack-in-errors.html:44 Error broken stack #3
+console-log-linkify-stack-in-errors.html:55 Error broken stack #3
at function_name(foob:20.js:30 bla console-message-text source-code > console-message-url webkit-html-resource-link
-console-log-linkify-stack-in-errors.html:45 Error broken stack #4
+console-log-linkify-stack-in-errors.html:56 Error broken stack #4
at function_name)foob.js:20:30( console-message-text source-code > console-message-url webkit-html-resource-link
-console-log-linkify-stack-in-errors.html:46 Error broken stack #5
+console-log-linkify-stack-in-errors.html:57 Error broken stack #5
at function_name foob.js:20:30) console-message-text source-code > console-message-url webkit-html-resource-link
-console-log-linkify-stack-in-errors.html:47 Error broken stack #6
+console-log-linkify-stack-in-errors.html:58 Error broken stack #6
at foob.js foob.js:40:70 console-message-text source-code > console-message-url webkit-html-resource-link
stack-with-sourceMap.coffee:3 Error
at Failure.letsFailWithStack (stack-with-sourceMap.coffee:3)

Powered by Google App Engine
This is Rietveld 408576698