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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-indexed-db-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-indexed-db-expected.txt b/third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-indexed-db-expected.txt
index d433bb0fce48eb4ff4eac4467447f21b206af309..34b30a05168b32d80180192ca2c4a8203a482630 100644
--- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-indexed-db-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-indexed-db-expected.txt
@@ -11,25 +11,9 @@ Call stack:
[IndexedDB]
0) populateDB (async-callstack-indexed-db.html:52)
1) onSuccessOpenDB (async-callstack-indexed-db.html:45)
- [IndexedDB]
- 0) openDB (async-callstack-indexed-db.html:23)
- [setTimeout]
- 0) testFunction (async-callstack-indexed-db.html:12)
Call stack:
0) onSuccessDeleteDatabase (async-callstack-indexed-db.html:104)
- [IndexedDB]
- 0) deleteDB (async-callstack-indexed-db.html:97)
- 1) onSuccessDeleteItem (async-callstack-indexed-db.html:91)
- [IndexedDB]
- 0) deleteItem (async-callstack-indexed-db.html:83)
- 1) onSuccessCursorRequest (async-callstack-indexed-db.html:76)
- [IndexedDB]
- 0) getAllItems (async-callstack-indexed-db.html:68)
- 1) onSuccessStorePut (async-callstack-indexed-db.html:60)
- [IndexedDB]
- 0) populateDB (async-callstack-indexed-db.html:52)
- 1) onSuccessOpenDB (async-callstack-indexed-db.html:45)
Call stack:
0) onSuccessDeleteItem (async-callstack-indexed-db.html:90)
@@ -42,31 +26,15 @@ Call stack:
[IndexedDB]
0) populateDB (async-callstack-indexed-db.html:52)
1) onSuccessOpenDB (async-callstack-indexed-db.html:45)
- [IndexedDB]
- 0) openDB (async-callstack-indexed-db.html:23)
Call stack:
0) onSuccessOpenDB (async-callstack-indexed-db.html:43)
- [IndexedDB]
- 0) openDB (async-callstack-indexed-db.html:23)
- [setTimeout]
- 0) testFunction (async-callstack-indexed-db.html:12)
- [setTimeout]
- 0) scheduleTestFunction (debugger-test.js:3)
- <... skipped remaining frames ...>
Call stack:
0) onSuccessStorePut (async-callstack-indexed-db.html:59)
[IndexedDB]
0) populateDB (async-callstack-indexed-db.html:52)
1) onSuccessOpenDB (async-callstack-indexed-db.html:45)
- [IndexedDB]
- 0) openDB (async-callstack-indexed-db.html:23)
- [setTimeout]
- 0) testFunction (async-callstack-indexed-db.html:12)
- [setTimeout]
- 0) scheduleTestFunction (debugger-test.js:3)
- <... skipped remaining frames ...>
Call stack:
0) onUpgradeNeeded (async-callstack-indexed-db.html:31)

Powered by Google App Engine
This is Rietveld 408576698