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

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

Issue 966843002: Mark DOMStringList.contains() as deprecated, add console warning. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased Created 5 years, 3 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
« no previous file with comments | « no previous file | LayoutTests/storage/indexeddb/database-basics-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 CONSOLE WARNING: 'DOMStringList.contains()' is deprecated, and will be removed.
1 2
2 Tests asynchronous call stacks for IndexedDB. 3 Tests asynchronous call stacks for IndexedDB.
3 4
4 Set timer for test function. 5 Set timer for test function.
5 Captured call stacks in no particular order: 6 Captured call stacks in no particular order:
6 Call stack: 7 Call stack:
7 0) onSuccessCursorRequest (async-callstack-indexed-db.html:75) 8 0) onSuccessCursorRequest (async-callstack-indexed-db.html:75)
8 [IndexedDB] 9 [IndexedDB]
9 0) getAllItems (async-callstack-indexed-db.html:68) 10 0) getAllItems (async-callstack-indexed-db.html:68)
10 1) onSuccessStorePut (async-callstack-indexed-db.html:60) 11 1) onSuccessStorePut (async-callstack-indexed-db.html:60)
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 0) testFunction (async-callstack-indexed-db.html:12) 64 0) testFunction (async-callstack-indexed-db.html:12)
64 65
65 Call stack: 66 Call stack:
66 0) onUpgradeNeeded (async-callstack-indexed-db.html:31) 67 0) onUpgradeNeeded (async-callstack-indexed-db.html:31)
67 [IndexedDB] 68 [IndexedDB]
68 0) openDB (async-callstack-indexed-db.html:23) 69 0) openDB (async-callstack-indexed-db.html:23)
69 [setTimeout] 70 [setTimeout]
70 0) testFunction (async-callstack-indexed-db.html:12) 71 0) testFunction (async-callstack-indexed-db.html:12)
71 72
72 73
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/storage/indexeddb/database-basics-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698