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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-indexed-db-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 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)
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 1) onSuccessOpenDB (async-callstack-indexed-db.html:45) 44 1) onSuccessOpenDB (async-callstack-indexed-db.html:45)
45 [IndexedDB] 45 [IndexedDB]
46 0) openDB (async-callstack-indexed-db.html:23) 46 0) openDB (async-callstack-indexed-db.html:23)
47 47
48 Call stack: 48 Call stack:
49 0) onSuccessOpenDB (async-callstack-indexed-db.html:43) 49 0) onSuccessOpenDB (async-callstack-indexed-db.html:43)
50 [IndexedDB] 50 [IndexedDB]
51 0) openDB (async-callstack-indexed-db.html:23) 51 0) openDB (async-callstack-indexed-db.html:23)
52 [setTimeout] 52 [setTimeout]
53 0) testFunction (async-callstack-indexed-db.html:12) 53 0) testFunction (async-callstack-indexed-db.html:12)
54 [setTimeout]
55 0) scheduleTestFunction (debugger-test.js:3)
56 <... skipped remaining frames ...>
54 57
55 Call stack: 58 Call stack:
56 0) onSuccessStorePut (async-callstack-indexed-db.html:59) 59 0) onSuccessStorePut (async-callstack-indexed-db.html:59)
57 [IndexedDB] 60 [IndexedDB]
58 0) populateDB (async-callstack-indexed-db.html:52) 61 0) populateDB (async-callstack-indexed-db.html:52)
59 1) onSuccessOpenDB (async-callstack-indexed-db.html:45) 62 1) onSuccessOpenDB (async-callstack-indexed-db.html:45)
60 [IndexedDB] 63 [IndexedDB]
61 0) openDB (async-callstack-indexed-db.html:23) 64 0) openDB (async-callstack-indexed-db.html:23)
62 [setTimeout] 65 [setTimeout]
63 0) testFunction (async-callstack-indexed-db.html:12) 66 0) testFunction (async-callstack-indexed-db.html:12)
67 [setTimeout]
68 0) scheduleTestFunction (debugger-test.js:3)
69 <... skipped remaining frames ...>
64 70
65 Call stack: 71 Call stack:
66 0) onUpgradeNeeded (async-callstack-indexed-db.html:31) 72 0) onUpgradeNeeded (async-callstack-indexed-db.html:31)
67 [IndexedDB] 73 [IndexedDB]
68 0) openDB (async-callstack-indexed-db.html:23) 74 0) openDB (async-callstack-indexed-db.html:23)
69 [setTimeout] 75 [setTimeout]
70 0) testFunction (async-callstack-indexed-db.html:12) 76 0) testFunction (async-callstack-indexed-db.html:12)
77 [setTimeout]
78 0) scheduleTestFunction (debugger-test.js:3)
79 <... skipped remaining frames ...>
71 80
72 81
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698