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

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

Issue 1857713004: DevTools: simplify the async instrumentation harness. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: same with scriptpromiseresolver Created 4 years, 8 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 Web SQL. 2 Tests asynchronous call stacks for Web SQL.
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) onCreateTableSQLTransactionCallback (async-callstack-web-sql.html:39) 7 0) onCreateTableSQLTransactionCallback (async-callstack-web-sql.html:39)
8 [SQLTransaction] 8 [SQLTransaction]
9 0) openDB (async-callstack-web-sql.html:27) 9 0) openDB (async-callstack-web-sql.html:27)
10 [setTimeout] 10 [setTimeout]
11 0) testFunction (async-callstack-web-sql.html:9) 11 0) testFunction (async-callstack-web-sql.html:9)
12 [setTimeout] 12 [setTimeout]
13 0) scheduleTestFunction (debugger-test.js:3) 13 0) scheduleTestFunction (debugger-test.js:3)
14 <... skipped remaining frames ...> 14 <... skipped remaining frames ...>
15 15
16 Call stack: 16 Call stack:
17 0) onDropTable (async-callstack-web-sql.html:47) 17 0) onDropTable (async-callstack-web-sql.html:47)
18 [SQLStatement] 18 [SQLStatement]
19 0) onCreateTableSQLTransactionCallback (async-callstack-web-sql.html:42) 19 0) onCreateTableSQLTransactionCallback (async-callstack-web-sql.html:42)
20 [SQLTransaction] 20 [SQLTransaction]
21 0) openDB (async-callstack-web-sql.html:27) 21 0) openDB (async-callstack-web-sql.html:27)
22 [setTimeout] 22 [setTimeout]
23 0) testFunction (async-callstack-web-sql.html:9) 23 0) testFunction (async-callstack-web-sql.html:9)
24 [setTimeout] 24 [setTimeout]
25 0) scheduleTestFunction (debugger-test.js:3) 25 0) scheduleTestFunction (debugger-test.js:3)
26 <... skipped remaining frames ...> 26 <... skipped remaining frames ...>
27 27
28 Call stack: 28 Call stack:
29 0) onSuccess (async-callstack-web-sql.html:14) 29 0) onSuccess (async-callstack-web-sql.html:14)
dgozman 2016/04/06 02:31:08 What happened to this one?
30
31 Call stack:
32 0) onSuccess (async-callstack-web-sql.html:14)
30 [SQLStatement] 33 [SQLStatement]
31 0) onCreateTableSQLTransactionCallback (async-callstack-web-sql.html:40) 34 0) onCreateTableSQLTransactionCallback (async-callstack-web-sql.html:40)
32 [SQLTransaction] 35 [SQLTransaction]
33 0) openDB (async-callstack-web-sql.html:27) 36 0) openDB (async-callstack-web-sql.html:27)
34 [setTimeout] 37 [setTimeout]
35 0) testFunction (async-callstack-web-sql.html:9)
36 [setTimeout]
37 0) scheduleTestFunction (debugger-test.js:3)
38 <... skipped remaining frames ...>
39
40 Call stack:
41 0) onSuccess (async-callstack-web-sql.html:14)
42 [SQLStatement]
43 0) onCreateTableSQLTransactionCallback (async-callstack-web-sql.html:41)
44 [SQLTransaction]
45 0) openDB (async-callstack-web-sql.html:27)
46 [setTimeout]
47 0) testFunction (async-callstack-web-sql.html:9) 38 0) testFunction (async-callstack-web-sql.html:9)
48 [setTimeout] 39 [setTimeout]
49 0) scheduleTestFunction (debugger-test.js:3) 40 0) scheduleTestFunction (debugger-test.js:3)
50 <... skipped remaining frames ...> 41 <... skipped remaining frames ...>
51 42
52 Call stack: 43 Call stack:
53 0) onSuccess (async-callstack-web-sql.html:14) 44 0) onSuccess (async-callstack-web-sql.html:14)
45 [SQLStatement]
46 0) onCreateTableSQLTransactionCallback (async-callstack-web-sql.html:41)
54 [SQLTransaction] 47 [SQLTransaction]
55 0) openDB (async-callstack-web-sql.html:27) 48 0) openDB (async-callstack-web-sql.html:27)
56 [setTimeout] 49 [setTimeout]
57 0) testFunction (async-callstack-web-sql.html:9) 50 0) testFunction (async-callstack-web-sql.html:9)
58 [setTimeout] 51 [setTimeout]
59 0) scheduleTestFunction (debugger-test.js:3) 52 0) scheduleTestFunction (debugger-test.js:3)
60 <... skipped remaining frames ...> 53 <... skipped remaining frames ...>
61 54
62 55
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698