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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-in-console-expected.txt

Issue 2656633004: DevTools: migrate v8 console client to the new API. (Closed)
Patch Set: rebaselined Created 3 years, 11 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 unified diff | Download patch
OLDNEW
1 CONSOLE MESSAGE: line 11: console.clear
2 CONSOLE MESSAGE: line 17: console.trace 1 CONSOLE MESSAGE: line 17: console.trace
3 CONSOLE ERROR: line 24: Uncaught Error: foo 2 CONSOLE ERROR: line 24: Uncaught Error: foo
4 CONSOLE MESSAGE: line 29: console.trace 3 CONSOLE MESSAGE: line 29: console.trace
5 CONSOLE ERROR: line 37: Failed to execute 'postMessage' on 'DOMWindow': The targ et origin provided ('http://www.example.com') does not match the recipient windo w's origin (''). 4 CONSOLE ERROR: line 37: Failed to execute 'postMessage' on 'DOMWindow': The targ et origin provided ('http://www.example.com') does not match the recipient windo w's origin ('').
6 Tests asynchronous call stacks printed in console. 5 Tests asynchronous call stacks printed in console.
7 6
8 7
9 Set timer for test function. 8 Set timer for test function.
10 async-callstack-in-console.html:11 Console was cleared 9 async-callstack-in-console.html:11 Console was cleared
11 async-callstack-in-console.html:17 console.trace 10 async-callstack-in-console.html:17 console.trace
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 timeout2 @ async-callstack-in-console.html:23 52 timeout2 @ async-callstack-in-console.html:23
54 53
55 setTimeout (async) 54 setTimeout (async)
56 55
57 timeout1 @ async-callstack-in-console.html:18 56 timeout1 @ async-callstack-in-console.html:18
58 57
59 setTimeout (async) 58 setTimeout (async)
60 59
61 testFunction @ async-callstack-in-console.html:12 60 testFunction @ async-callstack-in-console.html:12
62 61
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698