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

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

Issue 118293002: DevTools: Support XHR async call stacks in the debugger. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: split tests 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
(Empty)
1 Tests asynchronous call stacks for XHRs.
2
3 Debugger was enabled.
4 Set timer for test function.
5 Captured call stacks in no particular order:
6 Call stack:
7 0) downloadEnd (async-callstack-xhrs.html:35)
8 1) sendXHR (async-callstack-xhrs.html:59)
9 2) sendSyncXHR (async-callstack-xhrs.html:19)
10 3) timeout (async-callstack-xhrs.html:14)
11 [setTimeout]
12 0) testFunction (async-callstack-xhrs.html:9)
13
14 Call stack:
15 0) downloadEnd (async-callstack-xhrs.html:35)
16 [XMLHttpRequest.send]
17 0) sendXHR (async-callstack-xhrs.html:59)
18 1) sendAsyncXHR (async-callstack-xhrs.html:18)
19 2) timeout (async-callstack-xhrs.html:15)
20 [setTimeout]
21 0) testFunction (async-callstack-xhrs.html:9)
22
23 Call stack:
24 0) downloadProgress (async-callstack-xhrs.html:44)
25 [XMLHttpRequest.send]
26 0) sendXHR (async-callstack-xhrs.html:59)
27 1) sendAsyncXHR (async-callstack-xhrs.html:18)
28 2) timeout (async-callstack-xhrs.html:15)
29 [setTimeout]
30 0) testFunction (async-callstack-xhrs.html:9)
31
32 Call stack:
33 0) uploadEnd (async-callstack-xhrs.html:40)
34 [XMLHttpRequest.send]
35 0) sendXHR (async-callstack-xhrs.html:59)
36 1) sendAsyncXHR (async-callstack-xhrs.html:18)
37 2) timeout (async-callstack-xhrs.html:15)
38 [setTimeout]
39 0) testFunction (async-callstack-xhrs.html:9)
40
41 Call stack:
42 0) uploadProgress (async-callstack-xhrs.html:49)
43 [XMLHttpRequest.send]
44 0) sendXHR (async-callstack-xhrs.html:59)
45 1) sendAsyncXHR (async-callstack-xhrs.html:18)
46 2) timeout (async-callstack-xhrs.html:15)
47 [setTimeout]
48 0) testFunction (async-callstack-xhrs.html:9)
49
50 Call stack:
51 0) xhr.onreadystatechange (async-callstack-xhrs.html:29)
52 1) sendXHR (async-callstack-xhrs.html:59)
53 2) sendSyncXHR (async-callstack-xhrs.html:19)
54 3) timeout (async-callstack-xhrs.html:14)
55 [setTimeout]
56 0) testFunction (async-callstack-xhrs.html:9)
57
58 Call stack:
59 0) xhr.onreadystatechange (async-callstack-xhrs.html:29)
60 [XMLHttpRequest.send]
61 0) sendXHR (async-callstack-xhrs.html:59)
62 1) sendAsyncXHR (async-callstack-xhrs.html:18)
63 2) timeout (async-callstack-xhrs.html:15)
64 [setTimeout]
65 0) testFunction (async-callstack-xhrs.html:9)
66
67 Debugger was disabled.
68
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698