Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 Tests asynchronous call stacks for various DOM events. | 1 Tests asynchronous call stacks for various DOM events. |
| 2 | 2 |
| 3 Set timer for test function. | 3 Set timer for test function. |
| 4 Captured call stacks in no particular order: | 4 Captured call stacks in no particular order: |
| 5 Call stack: | 5 Call stack: |
| 6 0) onHashChange1 (async-callstack-events.html:52) | 6 0) onHashChange1 (async-callstack-events.html:52) |
| 7 [hashchange] | 7 [hashchange] |
| 8 0) doTestHashChange (async-callstack-events.html:46) | 8 0) doTestHashChange (async-callstack-events.html:44) |
| 9 1) testFunction (async-callstack-events.html:11) | 9 1) testFunction (async-callstack-events.html:11) |
| 10 [setTimeout] | 10 [setTimeout] |
| 11 0) scheduleTestFunction (debugger-test.js:3) | 11 0) scheduleTestFunction (debugger-test.js:3) |
| 12 <... skipped remaining frames ...> | 12 <... skipped remaining frames ...> |
| 13 | 13 |
| 14 Call stack: | 14 Call stack: |
| 15 0) onHashChange2 (async-callstack-events.html:58) | 15 0) onHashChange2 (async-callstack-events.html:58) |
| 16 [hashchange] | 16 [hashchange] |
| 17 0) doTestHashChange (async-callstack-events.html:46) | 17 0) doTestHashChange (async-callstack-events.html:45) |
| 18 1) testFunction (async-callstack-events.html:11) | 18 1) testFunction (async-callstack-events.html:11) |
| 19 [setTimeout] | 19 [setTimeout] |
| 20 0) scheduleTestFunction (debugger-test.js:3) | 20 0) scheduleTestFunction (debugger-test.js:3) |
| 21 <... skipped remaining frames ...> | 21 <... skipped remaining frames ...> |
| 22 | 22 |
| 23 Call stack: | 23 Call stack: |
| 24 0) onSelectionChange (async-callstack-events.html:39) | 24 0) onSelectionChange (async-callstack-events.html:39) |
| 25 [selectionchange] | 25 [selectionchange] |
| 26 0) setSelection (async-callstack-events.html:24) | 26 0) doTestSelectionChange (async-callstack-events.html:30) |
|
kozy
2017/05/09 18:09:39
We probably would not like to replace stack if it
| |
| 27 1) doTestSelectionChange (async-callstack-events.html:31) | 27 1) testFunction (async-callstack-events.html:11) |
| 28 2) testFunction (async-callstack-events.html:11) | |
| 29 [setTimeout] | 28 [setTimeout] |
| 30 0) scheduleTestFunction (debugger-test.js:3) | 29 0) scheduleTestFunction (debugger-test.js:3) |
| 31 <... skipped remaining frames ...> | 30 <... skipped remaining frames ...> |
| 32 | 31 |
| 33 Call stack: | 32 Call stack: |
| 34 0) onVideoPlay (async-callstack-events.html:71) | 33 0) onVideoPlay (async-callstack-events.html:71) |
| 35 [play] | 34 [play] |
| 36 0) doTestMediaEvents (async-callstack-events.html:65) | 35 0) doTestMediaEvents (async-callstack-events.html:64) |
| 37 1) testFunction (async-callstack-events.html:11) | 36 1) testFunction (async-callstack-events.html:11) |
| 38 [setTimeout] | 37 [setTimeout] |
| 39 0) scheduleTestFunction (debugger-test.js:3) | 38 0) scheduleTestFunction (debugger-test.js:3) |
| 40 <... skipped remaining frames ...> | 39 <... skipped remaining frames ...> |
| 41 | 40 |
| 42 | 41 |
| OLD | NEW |