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

Side by Side Diff: LayoutTests/inspector/debugger/async-callstack-expected.txt

Issue 118293002: DevTools: Support XHR async call stacks in the debugger. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: addressed Created 7 years 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 | Annotate | Revision Log
OLDNEW
1 Tests asynchronous call stacks in debugger. 1 Tests asynchronous call stacks in debugger.
2 2
3 3
4 Debugger was enabled. 4 Debugger was enabled.
5 Set timer for test function. 5 Set timer for test function.
6 Captured call stacks in no particular order: 6 Captured call stacks in no particular order:
7 Call stack: 7 Call stack:
8 0) animFrame1 (async-callstack.html:31) 8 0) animFrame1 (async-callstack.html:31)
9 [requestAnimationFrame] 9 [requestAnimationFrame]
10 0) timeout1 (async-callstack.html:20) 10 0) timeout1 (async-callstack.html:20)
(...skipping 19 matching lines...) Expand all
30 0) longTail1 (:1) 30 0) longTail1 (:1)
31 [setTimeout] 31 [setTimeout]
32 0) longTail2 (:2) 32 0) longTail2 (:2)
33 [setTimeout] 33 [setTimeout]
34 0) longTail3 (:3) 34 0) longTail3 (:3)
35 [setTimeout] 35 [setTimeout]
36 0) longTail4 (:4) 36 0) longTail4 (:4)
37 37
38 Call stack: 38 Call stack:
39 0) imageErrorHandler (async-callstack.html:71) 39 0) imageErrorHandler (async-callstack.html:71)
40 1) onerror (async-callstack.html:124) 40 1) onerror (async-callstack.html:93)
41 41
42 Call stack: 42 Call stack:
43 0) imageErrorHandler (async-callstack.html:71) 43 0) imageErrorHandler (async-callstack.html:71)
44 [Node.addEventListener("error")] 44 [Node.addEventListener("error")]
45 0) animFrame2 (async-callstack.html:48) 45 0) animFrame2 (async-callstack.html:48)
46 [requestAnimationFrame] 46 [requestAnimationFrame]
47 0) animFrame1 (async-callstack.html:33) 47 0) animFrame1 (async-callstack.html:33)
48 [requestAnimationFrame] 48 [requestAnimationFrame]
49 0) timeout1 (async-callstack.html:20) 49 0) timeout1 (async-callstack.html:20)
50 1) innerTestFunction (async-callstack.html:11) 50 1) innerTestFunction (async-callstack.html:11)
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 0) longTail1 (:1) 88 0) longTail1 (:1)
89 [setTimeout] 89 [setTimeout]
90 0) longTail2 (:2) 90 0) longTail2 (:2)
91 [setTimeout] 91 [setTimeout]
92 0) longTail3 (:3) 92 0) longTail3 (:3)
93 [setTimeout] 93 [setTimeout]
94 0) longTail4 (:4) 94 0) longTail4 (:4)
95 95
96 Debugger was disabled. 96 Debugger was disabled.
97 97
OLDNEW
« no previous file with comments | « LayoutTests/inspector/debugger/async-callstack.html ('k') | LayoutTests/inspector/debugger/async-callstack-middle-run.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698