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

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

Issue 1380573002: DevTools: fix evaluation on the last async call stack in chain (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebaselined async-callstack-filesystem.html Created 5 years, 2 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 19
20 Call stack: 20 Call stack:
21 0) onMessageReceivedInFrame (post-message-listener.html:7) 21 0) onMessageReceivedInFrame (post-message-listener.html:7)
22 [postMessage] 22 [postMessage]
23 0) postMessageToFrame (async-callstack-post-message.html:35) 23 0) postMessageToFrame (async-callstack-post-message.html:35)
24 1) timeout (async-callstack-post-message.html:16) 24 1) timeout (async-callstack-post-message.html:16)
25 [setTimeout] 25 [setTimeout]
26 0) testFunction (async-callstack-post-message.html:9) 26 0) testFunction (async-callstack-post-message.html:9)
27 [setTimeout]
28 0) scheduleTestFunction (debugger-test.js:3)
29 <... skipped remaining frames ...>
27 30
28 Call stack: 31 Call stack:
29 0) onMessageReceivedInParent (async-callstack-post-message.html:21) 32 0) onMessageReceivedInParent (async-callstack-post-message.html:21)
30 [postMessage] 33 [postMessage]
31 0) postMessageToParent (post-message-listener.html:13) 34 0) postMessageToParent (post-message-listener.html:13)
32 1) onMessageReceivedInFrame (post-message-listener.html:8) 35 1) onMessageReceivedInFrame (post-message-listener.html:8)
33 [postMessage] 36 [postMessage]
34 0) postMessageToFrame (async-callstack-post-message.html:35) 37 0) postMessageToFrame (async-callstack-post-message.html:35)
35 1) onMessageReceivedInParent (async-callstack-post-message.html:23) 38 1) onMessageReceivedInParent (async-callstack-post-message.html:23)
36 [postMessage] 39 [postMessage]
37 0) postMessageToParent (post-message-listener.html:13) 40 0) postMessageToParent (post-message-listener.html:13)
38 1) onMessageReceivedInFrame (post-message-listener.html:8) 41 1) onMessageReceivedInFrame (post-message-listener.html:8)
39 [postMessage] 42 [postMessage]
40 0) postMessageToFrame (async-callstack-post-message.html:35) 43 0) postMessageToFrame (async-callstack-post-message.html:35)
41 1) timeout (async-callstack-post-message.html:16) 44 1) timeout (async-callstack-post-message.html:16)
42 45
43 Call stack: 46 Call stack:
44 0) onMessageReceivedInParent (async-callstack-post-message.html:21) 47 0) onMessageReceivedInParent (async-callstack-post-message.html:21)
45 [postMessage] 48 [postMessage]
46 0) postMessageToParent (post-message-listener.html:13) 49 0) postMessageToParent (post-message-listener.html:13)
47 1) onMessageReceivedInFrame (post-message-listener.html:8) 50 1) onMessageReceivedInFrame (post-message-listener.html:8)
48 [postMessage] 51 [postMessage]
49 0) postMessageToFrame (async-callstack-post-message.html:35) 52 0) postMessageToFrame (async-callstack-post-message.html:35)
50 1) timeout (async-callstack-post-message.html:16) 53 1) timeout (async-callstack-post-message.html:16)
51 [setTimeout] 54 [setTimeout]
52 0) testFunction (async-callstack-post-message.html:9) 55 0) testFunction (async-callstack-post-message.html:9)
56 [setTimeout]
57 0) scheduleTestFunction (debugger-test.js:3)
58 <... skipped remaining frames ...>
53 59
54 Call stack: 60 Call stack:
55 0) onMessageReceivedInParent (async-callstack-post-message.html:21) 61 0) onMessageReceivedInParent (async-callstack-post-message.html:21)
56 [postMessage] 62 [postMessage]
57 0) postMessageToSelf (async-callstack-post-message.html:28) 63 0) postMessageToSelf (async-callstack-post-message.html:28)
58 1) timeout (async-callstack-post-message.html:15) 64 1) timeout (async-callstack-post-message.html:15)
59 [setTimeout] 65 [setTimeout]
60 0) testFunction (async-callstack-post-message.html:9) 66 0) testFunction (async-callstack-post-message.html:9)
67 [setTimeout]
68 0) scheduleTestFunction (debugger-test.js:3)
69 <... skipped remaining frames ...>
61 70
62 71
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698