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

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

Issue 1857713004: DevTools: simplify the async instrumentation harness. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 IndexedDB. 2 Tests asynchronous call stacks for IndexedDB.
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) onSuccessCursorRequest (async-callstack-indexed-db.html:75) 7 0) onSuccessCursorRequest (async-callstack-indexed-db.html:75)
8 [IndexedDB] 8 [IndexedDB]
9 0) getAllItems (async-callstack-indexed-db.html:68) 9 0) getAllItems (async-callstack-indexed-db.html:68)
10 1) onSuccessStorePut (async-callstack-indexed-db.html:60) 10 1) onSuccessStorePut (async-callstack-indexed-db.html:60)
11 [IndexedDB] 11 [IndexedDB]
12 0) populateDB (async-callstack-indexed-db.html:52) 12 0) populateDB (async-callstack-indexed-db.html:52)
13 1) onSuccessOpenDB (async-callstack-indexed-db.html:45) 13 1) onSuccessOpenDB (async-callstack-indexed-db.html:45)
14 [IndexedDB]
15 0) openDB (async-callstack-indexed-db.html:23)
16 [setTimeout]
17 0) testFunction (async-callstack-indexed-db.html:12)
18
19 Call stack:
20 0) onSuccessDeleteDatabase (async-callstack-indexed-db.html:104)
21 [IndexedDB]
22 0) deleteDB (async-callstack-indexed-db.html:97)
23 1) onSuccessDeleteItem (async-callstack-indexed-db.html:91)
24 [IndexedDB]
25 0) deleteItem (async-callstack-indexed-db.html:83)
26 1) onSuccessCursorRequest (async-callstack-indexed-db.html:76)
27 [IndexedDB]
28 0) getAllItems (async-callstack-indexed-db.html:68)
29 1) onSuccessStorePut (async-callstack-indexed-db.html:60)
30 [IndexedDB]
31 0) populateDB (async-callstack-indexed-db.html:52)
32 1) onSuccessOpenDB (async-callstack-indexed-db.html:45)
33 14
34 Call stack: 15 Call stack:
16 0) onSuccessDeleteDatabase (async-callstack-indexed-db.html:104)
17
18 Call stack:
35 0) onSuccessDeleteItem (async-callstack-indexed-db.html:90) 19 0) onSuccessDeleteItem (async-callstack-indexed-db.html:90)
36 [IndexedDB] 20 [IndexedDB]
37 0) deleteItem (async-callstack-indexed-db.html:83) 21 0) deleteItem (async-callstack-indexed-db.html:83)
38 1) onSuccessCursorRequest (async-callstack-indexed-db.html:76) 22 1) onSuccessCursorRequest (async-callstack-indexed-db.html:76)
39 [IndexedDB] 23 [IndexedDB]
40 0) getAllItems (async-callstack-indexed-db.html:68) 24 0) getAllItems (async-callstack-indexed-db.html:68)
41 1) onSuccessStorePut (async-callstack-indexed-db.html:60) 25 1) onSuccessStorePut (async-callstack-indexed-db.html:60)
42 [IndexedDB] 26 [IndexedDB]
43 0) populateDB (async-callstack-indexed-db.html:52) 27 0) populateDB (async-callstack-indexed-db.html:52)
44 1) onSuccessOpenDB (async-callstack-indexed-db.html:45) 28 1) onSuccessOpenDB (async-callstack-indexed-db.html:45)
45 [IndexedDB]
46 0) openDB (async-callstack-indexed-db.html:23)
47 29
48 Call stack: 30 Call stack:
49 0) onSuccessOpenDB (async-callstack-indexed-db.html:43) 31 0) onSuccessOpenDB (async-callstack-indexed-db.html:43)
50 [IndexedDB]
51 0) openDB (async-callstack-indexed-db.html:23)
52 [setTimeout]
53 0) testFunction (async-callstack-indexed-db.html:12)
54 [setTimeout]
55 0) scheduleTestFunction (debugger-test.js:3)
56 <... skipped remaining frames ...>
57 32
58 Call stack: 33 Call stack:
59 0) onSuccessStorePut (async-callstack-indexed-db.html:59) 34 0) onSuccessStorePut (async-callstack-indexed-db.html:59)
60 [IndexedDB] 35 [IndexedDB]
61 0) populateDB (async-callstack-indexed-db.html:52) 36 0) populateDB (async-callstack-indexed-db.html:52)
62 1) onSuccessOpenDB (async-callstack-indexed-db.html:45) 37 1) onSuccessOpenDB (async-callstack-indexed-db.html:45)
63 [IndexedDB]
64 0) openDB (async-callstack-indexed-db.html:23)
65 [setTimeout]
66 0) testFunction (async-callstack-indexed-db.html:12)
67 [setTimeout]
68 0) scheduleTestFunction (debugger-test.js:3)
69 <... skipped remaining frames ...>
70 38
71 Call stack: 39 Call stack:
72 0) onUpgradeNeeded (async-callstack-indexed-db.html:31) 40 0) onUpgradeNeeded (async-callstack-indexed-db.html:31)
73 [IndexedDB] 41 [IndexedDB]
74 0) openDB (async-callstack-indexed-db.html:23) 42 0) openDB (async-callstack-indexed-db.html:23)
75 [setTimeout] 43 [setTimeout]
76 0) testFunction (async-callstack-indexed-db.html:12) 44 0) testFunction (async-callstack-indexed-db.html:12)
77 [setTimeout] 45 [setTimeout]
78 0) scheduleTestFunction (debugger-test.js:3) 46 0) scheduleTestFunction (debugger-test.js:3)
79 <... skipped remaining frames ...> 47 <... skipped remaining frames ...>
80 48
81 49
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698