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

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: 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
(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:36)
8 1) sendXHR (async-callstack-xhrs.html:60)
9 2) sendSyncXHR (async-callstack-xhrs.html:21)
10 3) timeout (async-callstack-xhrs.html:16)
11 [setTimeout]
12 0) testFunction (async-callstack-xhrs.html:11)
13
14 Call stack:
15 0) downloadEnd (async-callstack-xhrs.html:36)
16 [XMLHttpRequest.send]
17 0) sendXHR (async-callstack-xhrs.html:60)
18 1) sendAsyncXHR (async-callstack-xhrs.html:20)
19 2) timeout (async-callstack-xhrs.html:17)
20 [setTimeout]
21 0) testFunction (async-callstack-xhrs.html:11)
22
23 Call stack:
24 0) downloadProgress (async-callstack-xhrs.html:45)
25 [XMLHttpRequest.send]
26 0) sendXHR (async-callstack-xhrs.html:60)
27 1) sendAsyncXHR (async-callstack-xhrs.html:20)
28 2) timeout (async-callstack-xhrs.html:17)
29 [setTimeout]
30 0) testFunction (async-callstack-xhrs.html:11)
31
32 Call stack:
33 0) uploadEnd (async-callstack-xhrs.html:41)
34 [XMLHttpRequest.send]
35 0) sendXHR (async-callstack-xhrs.html:60)
36 1) sendAsyncXHR (async-callstack-xhrs.html:20)
37 2) timeout (async-callstack-xhrs.html:17)
38 [setTimeout]
39 0) testFunction (async-callstack-xhrs.html:11)
40
41 Call stack:
42 0) uploadProgress (async-callstack-xhrs.html:50)
43 [XMLHttpRequest.send]
44 0) sendXHR (async-callstack-xhrs.html:60)
45 1) sendAsyncXHR (async-callstack-xhrs.html:20)
46 2) timeout (async-callstack-xhrs.html:17)
47 [setTimeout]
48 0) testFunction (async-callstack-xhrs.html:11)
49
50 Call stack:
51 0) xhr.onreadystatechange (async-callstack-xhrs.html:30)
52 1) sendXHR (async-callstack-xhrs.html:60)
53 2) sendSyncXHR (async-callstack-xhrs.html:21)
54 3) timeout (async-callstack-xhrs.html:16)
55 [setTimeout]
56 0) testFunction (async-callstack-xhrs.html:11)
57
58 Call stack:
59 0) xhr.onreadystatechange (async-callstack-xhrs.html:30)
60 [XMLHttpRequest.send]
61 0) sendXHR (async-callstack-xhrs.html:60)
62 1) sendAsyncXHR (async-callstack-xhrs.html:20)
63 2) timeout (async-callstack-xhrs.html:17)
64 [setTimeout]
65 0) testFunction (async-callstack-xhrs.html:11)
66
67 Debugger was disabled.
68
OLDNEW
« no previous file with comments | « LayoutTests/inspector/debugger/async-callstack-xhrs.html ('k') | Source/core/inspector/AsyncCallStackTracker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698