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

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

Issue 297823003: DevTools: Remove async call stacks support for EventTarget.addEventListener. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 7 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 | Annotate | Revision Log
OLDNEW
1 Tests asynchronous call stacks in debugger. 1 Tests asynchronous call stacks in debugger.
2 2
3
4 Debugger was enabled. 3 Debugger was enabled.
5 Set timer for test function. 4 Set timer for test function.
6 Captured call stacks in no particular order: 5 Captured call stacks in no particular order:
7 Call stack: 6 Call stack:
8 0) animFrame1 (async-callstack.html:31) 7 0) animFrame1 (async-callstack.html:30)
9 [requestAnimationFrame] 8 [requestAnimationFrame]
9 0) timeout1 (async-callstack.html:19)
10 1) innerTestFunction (async-callstack.html:11)
11 [setTimeout]
12 0) testFunction (async-callstack.html:13)
13
14 Call stack:
15 0) animFrame2 (async-callstack.html:47)
16 [requestAnimationFrame]
17 0) animFrame1 (async-callstack.html:32)
18 [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]
10 0) timeout1 (async-callstack.html:20) 28 0) timeout1 (async-callstack.html:20)
11 1) innerTestFunction (async-callstack.html:11) 29 1) innerTestFunction (async-callstack.html:11)
12 [setTimeout] 30 [setTimeout]
13 0) testFunction (async-callstack.html:13) 31 0) testFunction (async-callstack.html:13)
14 32
15 Call stack: 33 Call stack:
16 0) animFrame2 (async-callstack.html:50) 34 0) timeout1 (async-callstack.html:18)
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) 35 1) innerTestFunction (async-callstack.html:11)
22 [setTimeout] 36 [setTimeout]
23 0) testFunction (async-callstack.html:13) 37 0) testFunction (async-callstack.html:13)
24 38
25 Call stack: 39 Call stack:
26 0) imageClickHandlerSync (async-callstack.html:76) 40 0) timeout2 (async-callstack.html:42)
27 1) timeout3 (async-callstack.html:66)
28 2) longTail0 (async-callstack.html:53)
29 [setTimeout] 41 [setTimeout]
30 0) longTail1 (:1) 42 0) animFrame1 (async-callstack.html:31)
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:93)
41
42 Call stack:
43 0) imageErrorHandler (async-callstack.html:71)
44 [Node.addEventListener("error")]
45 0) animFrame2 (async-callstack.html:48)
46 [requestAnimationFrame] 43 [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:
69 0) timeout1 (async-callstack.html:19) 44 0) timeout1 (async-callstack.html:19)
70 1) innerTestFunction (async-callstack.html:11) 45 1) innerTestFunction (async-callstack.html:11)
71 [setTimeout] 46 [setTimeout]
72 0) testFunction (async-callstack.html:13) 47 0) testFunction (async-callstack.html:13)
73 48
74 Call stack: 49 Call stack:
75 0) timeout2 (async-callstack.html:43) 50 0) timeout3 (async-callstack.html:61)
76 [setTimeout] 51 1) longTail0 (async-callstack.html:50)
77 0) animFrame1 (async-callstack.html:32)
78 [requestAnimationFrame]
79 0) timeout1 (async-callstack.html:20)
80 1) innerTestFunction (async-callstack.html:11)
81 [setTimeout]
82 0) testFunction (async-callstack.html:13)
83
84 Call stack:
85 0) timeout3 (async-callstack.html:64)
86 1) longTail0 (async-callstack.html:53)
87 [setTimeout] 52 [setTimeout]
88 0) longTail1 (:1) 53 0) longTail1 (:1)
89 [setTimeout] 54 [setTimeout]
90 0) longTail2 (:2) 55 0) longTail2 (:2)
91 [setTimeout] 56 [setTimeout]
92 0) longTail3 (:3) 57 0) longTail3 (:3)
93 [setTimeout] 58 [setTimeout]
94 0) longTail4 (:4) 59 0) longTail4 (:4)
95 60
96 Debugger was disabled. 61 Debugger was disabled.
97 62
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698