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

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: 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
« no previous file with comments | « LayoutTests/inspector/debugger/async-callstack.html ('k') | Source/core/events/EventTarget.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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:50)
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) imageClickHandlerSync (async-callstack.html:76)
27 1) timeout3 (async-callstack.html:66)
28 2) longTail0 (async-callstack.html:53)
29 [setTimeout]
30 0) longTail1 (:1)
31 [setTimeout]
32 0) longTail2 (:2)
33 [setTimeout]
34 0) longTail3 (:3)
35 [setTimeout]
36 0) longTail4 (:4)
37
38 Call stack:
39 0) imageErrorHandler (async-callstack.html:71)
40 1) onerror (async-callstack.html:124)
41
42 Call stack:
43 0) imageErrorHandler (async-callstack.html:71)
44 [Node.addEventListener("error")]
45 0) animFrame2 (async-callstack.html:48)
46 [requestAnimationFrame]
47 0) animFrame1 (async-callstack.html:33)
48 [requestAnimationFrame]
49 0) timeout1 (async-callstack.html:20)
50 1) innerTestFunction (async-callstack.html:11)
51 [setTimeout]
52 0) testFunction (async-callstack.html:13)
53
54 Call stack:
55 0) imageErrorHandler (async-callstack.html:71)
56 [Node.addEventListener("error")]
57 0) testFunction (async-callstack.html:14)
58
59 Call stack:
60 0) interval1 (async-callstack.html:38)
61 1) innerInterval1 (async-callstack.html:25)
62 [setInterval]
63 0) timeout1 (async-callstack.html:21)
64 1) innerTestFunction (async-callstack.html:11)
65 [setTimeout]
66 0) testFunction (async-callstack.html:13)
67
68 Call stack:
9 0) timeout1 (async-callstack.html:19) 69 0) timeout1 (async-callstack.html:19)
10 1) innerTestFunction (async-callstack.html:11) 70 1) innerTestFunction (async-callstack.html:11)
11 [setTimeout] 71 [setTimeout]
12 0) testFunction (async-callstack.html:13) 72 0) testFunction (async-callstack.html:13)
13 73
14 Call stack: 74 Call stack:
15 0) animFrame2 (async-callstack.html:47) 75 0) timeout2 (async-callstack.html:43)
16 [requestAnimationFrame] 76 [setTimeout]
17 0) animFrame1 (async-callstack.html:32) 77 0) animFrame1 (async-callstack.html:32)
18 [requestAnimationFrame] 78 [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) 79 0) timeout1 (async-callstack.html:20)
29 1) innerTestFunction (async-callstack.html:11) 80 1) innerTestFunction (async-callstack.html:11)
30 [setTimeout] 81 [setTimeout]
31 0) testFunction (async-callstack.html:13) 82 0) testFunction (async-callstack.html:13)
32 83
33 Call stack: 84 Call stack:
34 0) timeout1 (async-callstack.html:18) 85 0) timeout3 (async-callstack.html:64)
35 1) innerTestFunction (async-callstack.html:11) 86 1) longTail0 (async-callstack.html:53)
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] 87 [setTimeout]
53 0) longTail1 (:1) 88 0) longTail1 (:1)
54 [setTimeout] 89 [setTimeout]
55 0) longTail2 (:2) 90 0) longTail2 (:2)
56 [setTimeout] 91 [setTimeout]
57 0) longTail3 (:3) 92 0) longTail3 (:3)
58 [setTimeout] 93 [setTimeout]
59 0) longTail4 (:4) 94 0) longTail4 (:4)
60 95
61 Debugger was disabled. 96 Debugger was disabled.
62 97
OLDNEW
« no previous file with comments | « LayoutTests/inspector/debugger/async-callstack.html ('k') | Source/core/events/EventTarget.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698