| OLD | NEW |
| 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 |
| 9 0) postMessageToFrame (async-callstack-post-message.html:35) | 9 Call stack: |
| 10 1) onMessageReceivedInParent (async-callstack-post-message.html:23) | 10 0) onMessageReceivedInFrame (post-message-listener.html:7) |
| 11 [postMessage] | 11 |
| 12 0) postMessageToParent (post-message-listener.html:13) | 12 Call stack: |
| 13 1) onMessageReceivedInFrame (post-message-listener.html:8) | 13 0) onMessageReceivedInParent (async-callstack-post-message.html:21) |
| 14 [postMessage] | 14 [message] |
| 15 0) postMessageToFrame (async-callstack-post-message.html:35) | 15 0) timeout (async-callstack-post-message.html:14) |
| 16 1) timeout (async-callstack-post-message.html:16) | |
| 17 [setTimeout] | 16 [setTimeout] |
| 18 0) testFunction (async-callstack-post-message.html:9) | 17 0) testFunction (async-callstack-post-message.html:9) |
| 19 [setTimeout] | 18 [setTimeout] |
| 20 0) scheduleTestFunction (debugger-test.js:3) | |
| 21 <... skipped remaining frames ...> | |
| 22 | |
| 23 Call stack: | |
| 24 0) onMessageReceivedInFrame (post-message-listener.html:7) | |
| 25 [postMessage] | |
| 26 0) postMessageToFrame (async-callstack-post-message.html:35) | |
| 27 1) timeout (async-callstack-post-message.html:16) | |
| 28 [setTimeout] | |
| 29 0) testFunction (async-callstack-post-message.html:9) | |
| 30 [setTimeout] | |
| 31 0) scheduleTestFunction (debugger-test.js:3) | |
| 32 <... skipped remaining frames ...> | |
| 33 | |
| 34 Call stack: | |
| 35 0) onMessageReceivedInParent (async-callstack-post-message.html:21) | |
| 36 [postMessage] | |
| 37 0) postMessageToParent (post-message-listener.html:13) | |
| 38 1) onMessageReceivedInFrame (post-message-listener.html:8) | |
| 39 [postMessage] | |
| 40 0) postMessageToFrame (async-callstack-post-message.html:35) | |
| 41 1) onMessageReceivedInParent (async-callstack-post-message.html:23) | |
| 42 [postMessage] | |
| 43 0) postMessageToParent (post-message-listener.html:13) | |
| 44 1) onMessageReceivedInFrame (post-message-listener.html:8) | |
| 45 [postMessage] | |
| 46 0) postMessageToFrame (async-callstack-post-message.html:35) | |
| 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) | 19 0) scheduleTestFunction (debugger-test.js:3) |
| 52 <... skipped remaining frames ...> | 20 <... skipped remaining frames ...> |
| 53 | 21 |
| 54 Call stack: | 22 Call stack: |
| 55 0) onMessageReceivedInParent (async-callstack-post-message.html:21) | 23 0) onMessageReceivedInParent (async-callstack-post-message.html:21) |
| 56 [postMessage] | 24 [message] |
| 57 0) postMessageToParent (post-message-listener.html:13) | 25 0) timeout (async-callstack-post-message.html:14) |
| 58 1) onMessageReceivedInFrame (post-message-listener.html:8) | |
| 59 [postMessage] | |
| 60 0) postMessageToFrame (async-callstack-post-message.html:35) | |
| 61 1) timeout (async-callstack-post-message.html:16) | |
| 62 [setTimeout] | 26 [setTimeout] |
| 63 0) testFunction (async-callstack-post-message.html:9) | 27 0) testFunction (async-callstack-post-message.html:9) |
| 64 [setTimeout] | 28 [setTimeout] |
| 65 0) scheduleTestFunction (debugger-test.js:3) | 29 0) scheduleTestFunction (debugger-test.js:3) |
| 66 <... skipped remaining frames ...> | 30 <... skipped remaining frames ...> |
| 67 | 31 |
| 68 Call stack: | 32 Call stack: |
| 69 0) onMessageReceivedInParent (async-callstack-post-message.html:21) | 33 0) onMessageReceivedInParent (async-callstack-post-message.html:21) |
| 70 [postMessage] | 34 [message] |
| 71 0) postMessageToSelf (async-callstack-post-message.html:28) | 35 0) timeout (async-callstack-post-message.html:14) |
| 72 1) timeout (async-callstack-post-message.html:15) | |
| 73 [setTimeout] | 36 [setTimeout] |
| 74 0) testFunction (async-callstack-post-message.html:9) | 37 0) testFunction (async-callstack-post-message.html:9) |
| 75 [setTimeout] | 38 [setTimeout] |
| 76 0) scheduleTestFunction (debugger-test.js:3) | 39 0) scheduleTestFunction (debugger-test.js:3) |
| 77 <... skipped remaining frames ...> | 40 <... skipped remaining frames ...> |
| 78 | 41 |
| 79 | 42 |
| OLD | NEW |