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

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

Issue 2650943009: [DevTools] increase AsyncCallStackDepth to 8 (Closed)
Patch Set: added missing test Created 3 years, 10 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 Tests asynchronous call stacks for window.postMessage. 1 Tests asynchronous call stacks for window.postMessage.
2 2
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) onMessageReceivedInFrame (post-message-listener.html:7) 7 0) onMessageReceivedInFrame (post-message-listener.html:7)
8 [postMessage] 8 [postMessage]
9 0) postMessageToFrame (async-callstack-post-message.html:35) 9 0) postMessageToFrame (async-callstack-post-message.html:35)
10 1) onMessageReceivedInParent (async-callstack-post-message.html:23) 10 1) onMessageReceivedInParent (async-callstack-post-message.html:23)
11 [postMessage] 11 [postMessage]
12 0) postMessageToParent (post-message-listener.html:13) 12 0) postMessageToParent (post-message-listener.html:13)
13 1) onMessageReceivedInFrame (post-message-listener.html:8) 13 1) onMessageReceivedInFrame (post-message-listener.html:8)
14 [postMessage] 14 [postMessage]
15 0) postMessageToFrame (async-callstack-post-message.html:35) 15 0) postMessageToFrame (async-callstack-post-message.html:35)
16 1) timeout (async-callstack-post-message.html:16) 16 1) timeout (async-callstack-post-message.html:16)
17 [setTimeout] 17 [setTimeout]
18 0) testFunction (async-callstack-post-message.html:9) 18 0) testFunction (async-callstack-post-message.html:9)
19 [setTimeout]
20 0) scheduleTestFunction (debugger-test.js:3)
21 <... skipped remaining frames ...>
19 22
20 Call stack: 23 Call stack:
21 0) onMessageReceivedInFrame (post-message-listener.html:7) 24 0) onMessageReceivedInFrame (post-message-listener.html:7)
22 [postMessage] 25 [postMessage]
23 0) postMessageToFrame (async-callstack-post-message.html:35) 26 0) postMessageToFrame (async-callstack-post-message.html:35)
24 1) timeout (async-callstack-post-message.html:16) 27 1) timeout (async-callstack-post-message.html:16)
25 [setTimeout] 28 [setTimeout]
26 0) testFunction (async-callstack-post-message.html:9) 29 0) testFunction (async-callstack-post-message.html:9)
27 [setTimeout] 30 [setTimeout]
28 0) scheduleTestFunction (debugger-test.js:3) 31 0) scheduleTestFunction (debugger-test.js:3)
29 <... skipped remaining frames ...> 32 <... skipped remaining frames ...>
30 33
31 Call stack: 34 Call stack:
32 0) onMessageReceivedInParent (async-callstack-post-message.html:21) 35 0) onMessageReceivedInParent (async-callstack-post-message.html:21)
33 [postMessage] 36 [postMessage]
34 0) postMessageToParent (post-message-listener.html:13) 37 0) postMessageToParent (post-message-listener.html:13)
35 1) onMessageReceivedInFrame (post-message-listener.html:8) 38 1) onMessageReceivedInFrame (post-message-listener.html:8)
36 [postMessage] 39 [postMessage]
37 0) postMessageToFrame (async-callstack-post-message.html:35) 40 0) postMessageToFrame (async-callstack-post-message.html:35)
38 1) onMessageReceivedInParent (async-callstack-post-message.html:23) 41 1) onMessageReceivedInParent (async-callstack-post-message.html:23)
39 [postMessage] 42 [postMessage]
40 0) postMessageToParent (post-message-listener.html:13) 43 0) postMessageToParent (post-message-listener.html:13)
41 1) onMessageReceivedInFrame (post-message-listener.html:8) 44 1) onMessageReceivedInFrame (post-message-listener.html:8)
42 [postMessage] 45 [postMessage]
43 0) postMessageToFrame (async-callstack-post-message.html:35) 46 0) postMessageToFrame (async-callstack-post-message.html:35)
44 1) timeout (async-callstack-post-message.html:16) 47 1) timeout (async-callstack-post-message.html:16)
48 [setTimeout]
49 0) testFunction (async-callstack-post-message.html:9)
50 [setTimeout]
51 0) scheduleTestFunction (debugger-test.js:3)
52 <... skipped remaining frames ...>
45 53
46 Call stack: 54 Call stack:
47 0) onMessageReceivedInParent (async-callstack-post-message.html:21) 55 0) onMessageReceivedInParent (async-callstack-post-message.html:21)
48 [postMessage] 56 [postMessage]
49 0) postMessageToParent (post-message-listener.html:13) 57 0) postMessageToParent (post-message-listener.html:13)
50 1) onMessageReceivedInFrame (post-message-listener.html:8) 58 1) onMessageReceivedInFrame (post-message-listener.html:8)
51 [postMessage] 59 [postMessage]
52 0) postMessageToFrame (async-callstack-post-message.html:35) 60 0) postMessageToFrame (async-callstack-post-message.html:35)
53 1) timeout (async-callstack-post-message.html:16) 61 1) timeout (async-callstack-post-message.html:16)
54 [setTimeout] 62 [setTimeout]
55 0) testFunction (async-callstack-post-message.html:9) 63 0) testFunction (async-callstack-post-message.html:9)
56 [setTimeout] 64 [setTimeout]
57 0) scheduleTestFunction (debugger-test.js:3) 65 0) scheduleTestFunction (debugger-test.js:3)
58 <... skipped remaining frames ...> 66 <... skipped remaining frames ...>
59 67
60 Call stack: 68 Call stack:
61 0) onMessageReceivedInParent (async-callstack-post-message.html:21) 69 0) onMessageReceivedInParent (async-callstack-post-message.html:21)
62 [postMessage] 70 [postMessage]
63 0) postMessageToSelf (async-callstack-post-message.html:28) 71 0) postMessageToSelf (async-callstack-post-message.html:28)
64 1) timeout (async-callstack-post-message.html:15) 72 1) timeout (async-callstack-post-message.html:15)
65 [setTimeout] 73 [setTimeout]
66 0) testFunction (async-callstack-post-message.html:9) 74 0) testFunction (async-callstack-post-message.html:9)
67 [setTimeout] 75 [setTimeout]
68 0) scheduleTestFunction (debugger-test.js:3) 76 0) scheduleTestFunction (debugger-test.js:3)
69 <... skipped remaining frames ...> 77 <... skipped remaining frames ...>
70 78
71 79
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698