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

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

Issue 439713009: DevTools: Implement async stacks for IndexedDB. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 4 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 | Annotate | Revision Log
OLDNEW
(Empty)
1
2 Tests asynchronous call stacks for IndexedDB.
3
4 Set timer for test function.
5 Captured call stacks in no particular order:
6 Call stack:
7 0) onSuccessCursorRequest (async-callstack-indexed-db.html:75)
8 [IndexedDB]
9 0) getAllItems (async-callstack-indexed-db.html:68)
10 1) onSuccessStorePut (async-callstack-indexed-db.html:60)
11 [IndexedDB]
12 0) populateDB (async-callstack-indexed-db.html:52)
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
34 Call stack:
35 0) onSuccessDeleteItem (async-callstack-indexed-db.html:90)
36 [IndexedDB]
37 0) deleteItem (async-callstack-indexed-db.html:83)
38 1) onSuccessCursorRequest (async-callstack-indexed-db.html:76)
39 [IndexedDB]
40 0) getAllItems (async-callstack-indexed-db.html:68)
41 1) onSuccessStorePut (async-callstack-indexed-db.html:60)
42 [IndexedDB]
43 0) populateDB (async-callstack-indexed-db.html:52)
44 1) onSuccessOpenDB (async-callstack-indexed-db.html:45)
45 [IndexedDB]
46 0) openDB (async-callstack-indexed-db.html:23)
47
48 Call stack:
49 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
55 Call stack:
56 0) onSuccessStorePut (async-callstack-indexed-db.html:59)
57 [IndexedDB]
58 0) populateDB (async-callstack-indexed-db.html:52)
59 1) onSuccessOpenDB (async-callstack-indexed-db.html:45)
60 [IndexedDB]
61 0) openDB (async-callstack-indexed-db.html:23)
62 [setTimeout]
63 0) testFunction (async-callstack-indexed-db.html:12)
64
65 Call stack:
66 0) onUpgradeNeeded (async-callstack-indexed-db.html:31)
67 [IndexedDB]
68 0) openDB (async-callstack-indexed-db.html:23)
69 [setTimeout]
70 0) testFunction (async-callstack-indexed-db.html:12)
71
72
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698