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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/inspector/debugger/async-callstack-xhrs-expected.txt
diff --git a/LayoutTests/inspector/debugger/async-callstack-xhrs-expected.txt b/LayoutTests/inspector/debugger/async-callstack-xhrs-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..42ff7263ecdc9c3f5b824ace2705c2dda5b09c5e
--- /dev/null
+++ b/LayoutTests/inspector/debugger/async-callstack-xhrs-expected.txt
@@ -0,0 +1,68 @@
+Tests asynchronous call stacks for XHRs.
+
+Debugger was enabled.
+Set timer for test function.
+Captured call stacks in no particular order:
+Call stack:
+ 0) downloadEnd (async-callstack-xhrs.html:36)
+ 1) sendXHR (async-callstack-xhrs.html:60)
+ 2) sendSyncXHR (async-callstack-xhrs.html:21)
+ 3) timeout (async-callstack-xhrs.html:16)
+ [setTimeout]
+ 0) testFunction (async-callstack-xhrs.html:11)
+
+Call stack:
+ 0) downloadEnd (async-callstack-xhrs.html:36)
+ [XMLHttpRequest.send]
+ 0) sendXHR (async-callstack-xhrs.html:60)
+ 1) sendAsyncXHR (async-callstack-xhrs.html:20)
+ 2) timeout (async-callstack-xhrs.html:17)
+ [setTimeout]
+ 0) testFunction (async-callstack-xhrs.html:11)
+
+Call stack:
+ 0) downloadProgress (async-callstack-xhrs.html:45)
+ [XMLHttpRequest.send]
+ 0) sendXHR (async-callstack-xhrs.html:60)
+ 1) sendAsyncXHR (async-callstack-xhrs.html:20)
+ 2) timeout (async-callstack-xhrs.html:17)
+ [setTimeout]
+ 0) testFunction (async-callstack-xhrs.html:11)
+
+Call stack:
+ 0) uploadEnd (async-callstack-xhrs.html:41)
+ [XMLHttpRequest.send]
+ 0) sendXHR (async-callstack-xhrs.html:60)
+ 1) sendAsyncXHR (async-callstack-xhrs.html:20)
+ 2) timeout (async-callstack-xhrs.html:17)
+ [setTimeout]
+ 0) testFunction (async-callstack-xhrs.html:11)
+
+Call stack:
+ 0) uploadProgress (async-callstack-xhrs.html:50)
+ [XMLHttpRequest.send]
+ 0) sendXHR (async-callstack-xhrs.html:60)
+ 1) sendAsyncXHR (async-callstack-xhrs.html:20)
+ 2) timeout (async-callstack-xhrs.html:17)
+ [setTimeout]
+ 0) testFunction (async-callstack-xhrs.html:11)
+
+Call stack:
+ 0) xhr.onreadystatechange (async-callstack-xhrs.html:30)
+ 1) sendXHR (async-callstack-xhrs.html:60)
+ 2) sendSyncXHR (async-callstack-xhrs.html:21)
+ 3) timeout (async-callstack-xhrs.html:16)
+ [setTimeout]
+ 0) testFunction (async-callstack-xhrs.html:11)
+
+Call stack:
+ 0) xhr.onreadystatechange (async-callstack-xhrs.html:30)
+ [XMLHttpRequest.send]
+ 0) sendXHR (async-callstack-xhrs.html:60)
+ 1) sendAsyncXHR (async-callstack-xhrs.html:20)
+ 2) timeout (async-callstack-xhrs.html:17)
+ [setTimeout]
+ 0) testFunction (async-callstack-xhrs.html:11)
+
+Debugger was disabled.
+
« 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