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

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

Issue 2873713002: [DevTools] added creation stack for event listeners without scheduled stack
Patch Set: Created 3 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 1
2 Tests asynchronous call stacks for DataTransferItem.getAsString. 2 Tests asynchronous call stacks for DataTransferItem.getAsString.
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) onGetAsString (async-callstack-get-as-string.html:38) 7 0) onGetAsString (async-callstack-get-as-string.html:38)
8 [DataTransferItem.getAsString] 8 [DataTransferItem.getAsString]
9 0) onPaste (async-callstack-get-as-string.html:33) 9 0) onPaste (async-callstack-get-as-string.html:33)
10 1) timeout (async-callstack-get-as-string.html:24) 10 1) timeout (async-callstack-get-as-string.html:24)
11 [paste]
12 0) timeout (async-callstack-get-as-string.html:14)
11 [setTimeout] 13 [setTimeout]
12 0) testFunction (async-callstack-get-as-string.html:9) 14 0) testFunction (async-callstack-get-as-string.html:9)
13 [setTimeout] 15 [setTimeout]
14 0) scheduleTestFunction (debugger-test.js:3) 16 0) scheduleTestFunction (debugger-test.js:3)
15 <... skipped remaining frames ...> 17 <... skipped remaining frames ...>
16 18
17 Call stack: 19 Call stack:
18 0) onPaste (async-callstack-get-as-string.html:29) 20 0) onPaste (async-callstack-get-as-string.html:29)
19 1) timeout (async-callstack-get-as-string.html:24) 21 1) timeout (async-callstack-get-as-string.html:24)
22 [paste]
23 0) timeout (async-callstack-get-as-string.html:14)
20 [setTimeout] 24 [setTimeout]
21 0) testFunction (async-callstack-get-as-string.html:9) 25 0) testFunction (async-callstack-get-as-string.html:9)
22 [setTimeout] 26 [setTimeout]
23 0) scheduleTestFunction (debugger-test.js:3) 27 0) scheduleTestFunction (debugger-test.js:3)
24 <... skipped remaining frames ...> 28 <... skipped remaining frames ...>
25 29
26 30
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698