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

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

Issue 1990683002: [DevTools] Capture call stacks for deprecation console messages. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased Created 4 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
OLDNEW
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 https://xhr.spec.whatwg.org/. 1 CONSOLE WARNING: line 65: Synchronous XMLHttpRequest on the main thread is depre cated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/.
2 Tests asynchronous call stacks for XHRs. 2 Tests asynchronous call stacks for XHRs.
3 3
4 Set timer for test function. 4 Set timer for test function.
5 Captured call stacks in no particular order: 5 Captured call stacks in no particular order:
6 Call stack: 6 Call stack:
7 0) downloadEnd1 (async-callstack-xhrs.html:36) 7 0) downloadEnd1 (async-callstack-xhrs.html:36)
8 1) sendXHR (async-callstack-xhrs.html:66) 8 1) sendXHR (async-callstack-xhrs.html:66)
9 2) sendSyncXHR (async-callstack-xhrs.html:21) 9 2) sendSyncXHR (async-callstack-xhrs.html:21)
10 3) timeout (async-callstack-xhrs.html:16) 10 3) timeout (async-callstack-xhrs.html:16)
11 [setTimeout] 11 [setTimeout]
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
102 0) sendXHR (async-callstack-xhrs.html:66) 102 0) sendXHR (async-callstack-xhrs.html:66)
103 1) sendAsyncXHR (async-callstack-xhrs.html:20) 103 1) sendAsyncXHR (async-callstack-xhrs.html:20)
104 2) timeout (async-callstack-xhrs.html:17) 104 2) timeout (async-callstack-xhrs.html:17)
105 [setTimeout] 105 [setTimeout]
106 0) testFunction (async-callstack-xhrs.html:11) 106 0) testFunction (async-callstack-xhrs.html:11)
107 [setTimeout] 107 [setTimeout]
108 0) scheduleTestFunction (debugger-test.js:3) 108 0) scheduleTestFunction (debugger-test.js:3)
109 <... skipped remaining frames ...> 109 <... skipped remaining frames ...>
110 110
111 111
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698