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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-web-sql-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 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]
13 0) scheduleTestFunction (debugger-test.js:3)
14 <... skipped remaining frames ...>
12 15
13 Call stack: 16 Call stack:
14 0) onDropTable (async-callstack-web-sql.html:47) 17 0) onDropTable (async-callstack-web-sql.html:47)
15 [SQLStatement] 18 [SQLStatement]
16 0) onCreateTableSQLTransactionCallback (async-callstack-web-sql.html:42) 19 0) onCreateTableSQLTransactionCallback (async-callstack-web-sql.html:42)
17 [SQLTransaction] 20 [SQLTransaction]
18 0) openDB (async-callstack-web-sql.html:27) 21 0) openDB (async-callstack-web-sql.html:27)
19 [setTimeout] 22 [setTimeout]
20 0) testFunction (async-callstack-web-sql.html:9) 23 0) testFunction (async-callstack-web-sql.html:9)
24 [setTimeout]
25 0) scheduleTestFunction (debugger-test.js:3)
26 <... skipped remaining frames ...>
21 27
22 Call stack: 28 Call stack:
23 0) onSuccess (async-callstack-web-sql.html:14) 29 0) onSuccess (async-callstack-web-sql.html:14)
24 [SQLStatement] 30 [SQLStatement]
25 0) onCreateTableSQLTransactionCallback (async-callstack-web-sql.html:40) 31 0) onCreateTableSQLTransactionCallback (async-callstack-web-sql.html:40)
26 [SQLTransaction] 32 [SQLTransaction]
27 0) openDB (async-callstack-web-sql.html:27) 33 0) openDB (async-callstack-web-sql.html:27)
28 [setTimeout] 34 [setTimeout]
29 0) testFunction (async-callstack-web-sql.html:9) 35 0) testFunction (async-callstack-web-sql.html:9)
36 [setTimeout]
37 0) scheduleTestFunction (debugger-test.js:3)
38 <... skipped remaining frames ...>
30 39
31 Call stack: 40 Call stack:
32 0) onSuccess (async-callstack-web-sql.html:14) 41 0) onSuccess (async-callstack-web-sql.html:14)
33 [SQLStatement] 42 [SQLStatement]
34 0) onCreateTableSQLTransactionCallback (async-callstack-web-sql.html:41) 43 0) onCreateTableSQLTransactionCallback (async-callstack-web-sql.html:41)
35 [SQLTransaction] 44 [SQLTransaction]
36 0) openDB (async-callstack-web-sql.html:27) 45 0) openDB (async-callstack-web-sql.html:27)
37 [setTimeout] 46 [setTimeout]
38 0) testFunction (async-callstack-web-sql.html:9) 47 0) testFunction (async-callstack-web-sql.html:9)
48 [setTimeout]
49 0) scheduleTestFunction (debugger-test.js:3)
50 <... skipped remaining frames ...>
39 51
40 Call stack: 52 Call stack:
41 0) onSuccess (async-callstack-web-sql.html:14) 53 0) onSuccess (async-callstack-web-sql.html:14)
42 [SQLTransaction] 54 [SQLTransaction]
43 0) openDB (async-callstack-web-sql.html:27) 55 0) openDB (async-callstack-web-sql.html:27)
44 [setTimeout] 56 [setTimeout]
45 0) testFunction (async-callstack-web-sql.html:9) 57 0) testFunction (async-callstack-web-sql.html:9)
58 [setTimeout]
59 0) scheduleTestFunction (debugger-test.js:3)
60 <... skipped remaining frames ...>
46 61
47 62
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698