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

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

Issue 114033002: DevTools: Capture async stacks for event listeners. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: construct event description 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 Debugger was enabled. 4 Debugger was enabled.
4 Set timer for test function. 5 Set timer for test function.
5 Captured call stacks in no particular order: 6 Captured call stacks in no particular order:
6 Call stack: 7 Call stack:
7 0) animFrame1 (async-callstack.html:30) 8 0) animFrame1 (async-callstack.html:31)
8 [requestAnimationFrame] 9 [requestAnimationFrame]
10 0) timeout1 (async-callstack.html:20)
11 1) innerTestFunction (async-callstack.html:11)
12 [setTimeout]
13 0) testFunction (async-callstack.html:13)
14
15 Call stack:
16 0) animFrame2 (async-callstack.html:49)
17 [requestAnimationFrame]
18 0) animFrame1 (async-callstack.html:33)
19 [requestAnimationFrame]
20 0) timeout1 (async-callstack.html:20)
21 1) innerTestFunction (async-callstack.html:11)
22 [setTimeout]
23 0) testFunction (async-callstack.html:13)
24
25 Call stack:
26 0) imageErrorHandler (async-callstack.html:69)
27 1) onerror (async-callstack.html:117)
28
29 Call stack:
30 0) imageErrorHandler (async-callstack.html:69)
31 [Node.addEventListener("error")]
32 0) animFrame2 (async-callstack.html:48)
33 [requestAnimationFrame]
34 0) animFrame1 (async-callstack.html:33)
35 [requestAnimationFrame]
36 0) timeout1 (async-callstack.html:20)
37 1) innerTestFunction (async-callstack.html:11)
38 [setTimeout]
39 0) testFunction (async-callstack.html:13)
40
41 Call stack:
42 0) imageErrorHandler (async-callstack.html:69)
43 [Node.addEventListener("error")]
44 0) testFunction (async-callstack.html:14)
45
46 Call stack:
47 0) interval1 (async-callstack.html:38)
48 1) innerInterval1 (async-callstack.html:25)
49 [setInterval]
50 0) timeout1 (async-callstack.html:21)
51 1) innerTestFunction (async-callstack.html:11)
52 [setTimeout]
53 0) testFunction (async-callstack.html:13)
54
55 Call stack:
9 0) timeout1 (async-callstack.html:19) 56 0) timeout1 (async-callstack.html:19)
10 1) innerTestFunction (async-callstack.html:11) 57 1) innerTestFunction (async-callstack.html:11)
11 [setTimeout] 58 [setTimeout]
12 0) testFunction (async-callstack.html:13) 59 0) testFunction (async-callstack.html:13)
13 60
14 Call stack: 61 Call stack:
15 0) animFrame2 (async-callstack.html:47) 62 0) timeout2 (async-callstack.html:43)
16 [requestAnimationFrame] 63 [setTimeout]
17 0) animFrame1 (async-callstack.html:32) 64 0) animFrame1 (async-callstack.html:32)
18 [requestAnimationFrame] 65 [requestAnimationFrame]
19 0) timeout1 (async-callstack.html:19)
20 1) innerTestFunction (async-callstack.html:11)
21 [setTimeout]
22 0) testFunction (async-callstack.html:13)
23
24 Call stack:
25 0) interval1 (async-callstack.html:37)
26 1) innerInterval1 (async-callstack.html:24)
27 [setInterval]
28 0) timeout1 (async-callstack.html:20) 66 0) timeout1 (async-callstack.html:20)
29 1) innerTestFunction (async-callstack.html:11) 67 1) innerTestFunction (async-callstack.html:11)
30 [setTimeout] 68 [setTimeout]
31 0) testFunction (async-callstack.html:13) 69 0) testFunction (async-callstack.html:13)
32 70
33 Call stack: 71 Call stack:
34 0) timeout1 (async-callstack.html:18) 72 0) timeout3 (async-callstack.html:63)
35 1) innerTestFunction (async-callstack.html:11) 73 1) longTail0 (async-callstack.html:52)
36 [setTimeout]
37 0) testFunction (async-callstack.html:13)
38
39 Call stack:
40 0) timeout2 (async-callstack.html:42)
41 [setTimeout]
42 0) animFrame1 (async-callstack.html:31)
43 [requestAnimationFrame]
44 0) timeout1 (async-callstack.html:19)
45 1) innerTestFunction (async-callstack.html:11)
46 [setTimeout]
47 0) testFunction (async-callstack.html:13)
48
49 Call stack:
50 0) timeout3 (async-callstack.html:61)
51 1) longTail0 (async-callstack.html:50)
52 [setTimeout] 74 [setTimeout]
53 0) longTail1 (:1) 75 0) longTail1 (:1)
54 [setTimeout] 76 [setTimeout]
55 0) longTail2 (:2) 77 0) longTail2 (:2)
56 [setTimeout] 78 [setTimeout]
57 0) longTail3 (:3) 79 0) longTail3 (:3)
58 [setTimeout] 80 [setTimeout]
59 0) longTail4 (:4) 81 0) longTail4 (:4)
60 82
61 Debugger was disabled. 83 Debugger was disabled.
62 84
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698