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

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

Issue 1153923005: DevTools: shard inspector/debugger tests for faster execution. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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
(Empty)
1 CONSOLE WARNING: Synchronous XMLHttpRequest on the main thread is deprecated bec ause of its detrimental effects to the end user's experience. For more help, che ck http://xhr.spec.whatwg.org/.
2 Tests asynchronous call stacks for XHRs.
3
4 Set timer for test function.
5 Captured call stacks in no particular order:
6 Call stack:
7 0) downloadEnd1 (async-callstack-xhrs.html:36)
8 1) sendXHR (async-callstack-xhrs.html:66)
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) downloadEnd1 (async-callstack-xhrs.html:36)
16 [XMLHttpRequest.send]
17 0) sendXHR (async-callstack-xhrs.html:66)
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) downloadEnd2 (async-callstack-xhrs.html:41)
25 1) sendXHR (async-callstack-xhrs.html:66)
26 2) sendSyncXHR (async-callstack-xhrs.html:21)
27 3) timeout (async-callstack-xhrs.html:16)
28 [setTimeout]
29 0) testFunction (async-callstack-xhrs.html:11)
30
31 Call stack:
32 0) downloadEnd2 (async-callstack-xhrs.html:41)
33 [XMLHttpRequest.send]
34 0) sendXHR (async-callstack-xhrs.html:66)
35 1) sendAsyncXHR (async-callstack-xhrs.html:20)
36 2) timeout (async-callstack-xhrs.html:17)
37 [setTimeout]
38 0) testFunction (async-callstack-xhrs.html:11)
39
40 Call stack:
41 0) downloadProgress (async-callstack-xhrs.html:50)
42 [XMLHttpRequest.send]
43 0) sendXHR (async-callstack-xhrs.html:66)
44 1) sendAsyncXHR (async-callstack-xhrs.html:20)
45 2) timeout (async-callstack-xhrs.html:17)
46 [setTimeout]
47 0) testFunction (async-callstack-xhrs.html:11)
48
49 Call stack:
50 0) uploadEnd (async-callstack-xhrs.html:46)
51 [XMLHttpRequest.send]
52 0) sendXHR (async-callstack-xhrs.html:66)
53 1) sendAsyncXHR (async-callstack-xhrs.html:20)
54 2) timeout (async-callstack-xhrs.html:17)
55 [setTimeout]
56 0) testFunction (async-callstack-xhrs.html:11)
57
58 Call stack:
59 0) uploadProgress (async-callstack-xhrs.html:55)
60 [XMLHttpRequest.send]
61 0) sendXHR (async-callstack-xhrs.html:66)
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 Call stack:
68 0) xhr.onreadystatechange (async-callstack-xhrs.html:30)
69 1) sendXHR (async-callstack-xhrs.html:66)
70 2) sendSyncXHR (async-callstack-xhrs.html:21)
71 3) timeout (async-callstack-xhrs.html:16)
72 [setTimeout]
73 0) testFunction (async-callstack-xhrs.html:11)
74
75 Call stack:
76 0) xhr.onreadystatechange (async-callstack-xhrs.html:30)
77 [XMLHttpRequest.send]
78 0) sendXHR (async-callstack-xhrs.html:66)
79 1) sendAsyncXHR (async-callstack-xhrs.html:20)
80 2) timeout (async-callstack-xhrs.html:17)
81 [setTimeout]
82 0) testFunction (async-callstack-xhrs.html:11)
83
84
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698