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

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

Issue 2873713002: [DevTools] added creation stack for event listeners without scheduled stack
Patch Set: Created 3 years, 7 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 7186848a435d01f1323de9946101d5b7c75388bb..921697b59c7652970de5707ff82f125d607219ee 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
@@ -5,14 +5,14 @@ Set timer for test function.
Captured call stacks in no particular order:
Call stack:
0) onSuccessCursorRequest (async-callstack-indexed-db.html:75)
- [IndexedDB]
- 0) getAllItems (async-callstack-indexed-db.html:68)
+ [success]
+ 0) getAllItems (async-callstack-indexed-db.html:69)
1) onSuccessStorePut (async-callstack-indexed-db.html:60)
- [IndexedDB]
- 0) populateDB (async-callstack-indexed-db.html:52)
+ [success]
+ 0) populateDB (async-callstack-indexed-db.html:53)
1) onSuccessOpenDB (async-callstack-indexed-db.html:45)
- [IndexedDB]
- 0) openDB (async-callstack-indexed-db.html:23)
+ [success]
+ 0) openDB (async-callstack-indexed-db.html:25)
[setTimeout]
0) testFunction (async-callstack-indexed-db.html:12)
[setTimeout]
@@ -21,20 +21,20 @@ Call stack:
Call stack:
0) onSuccessDeleteDatabase (async-callstack-indexed-db.html:104)
- [IndexedDB]
- 0) deleteDB (async-callstack-indexed-db.html:97)
+ [success]
+ 0) deleteDB (async-callstack-indexed-db.html:98)
1) onSuccessDeleteItem (async-callstack-indexed-db.html:91)
- [IndexedDB]
- 0) deleteItem (async-callstack-indexed-db.html:83)
+ [success]
+ 0) deleteItem (async-callstack-indexed-db.html:84)
1) onSuccessCursorRequest (async-callstack-indexed-db.html:76)
- [IndexedDB]
- 0) getAllItems (async-callstack-indexed-db.html:68)
+ [success]
+ 0) getAllItems (async-callstack-indexed-db.html:69)
1) onSuccessStorePut (async-callstack-indexed-db.html:60)
- [IndexedDB]
- 0) populateDB (async-callstack-indexed-db.html:52)
+ [success]
+ 0) populateDB (async-callstack-indexed-db.html:53)
1) onSuccessOpenDB (async-callstack-indexed-db.html:45)
- [IndexedDB]
- 0) openDB (async-callstack-indexed-db.html:23)
+ [success]
+ 0) openDB (async-callstack-indexed-db.html:25)
[setTimeout]
0) testFunction (async-callstack-indexed-db.html:12)
[setTimeout]
@@ -43,17 +43,17 @@ Call stack:
Call stack:
0) onSuccessDeleteItem (async-callstack-indexed-db.html:90)
- [IndexedDB]
- 0) deleteItem (async-callstack-indexed-db.html:83)
+ [success]
+ 0) deleteItem (async-callstack-indexed-db.html:84)
1) onSuccessCursorRequest (async-callstack-indexed-db.html:76)
- [IndexedDB]
- 0) getAllItems (async-callstack-indexed-db.html:68)
+ [success]
+ 0) getAllItems (async-callstack-indexed-db.html:69)
1) onSuccessStorePut (async-callstack-indexed-db.html:60)
- [IndexedDB]
- 0) populateDB (async-callstack-indexed-db.html:52)
+ [success]
+ 0) populateDB (async-callstack-indexed-db.html:53)
1) onSuccessOpenDB (async-callstack-indexed-db.html:45)
- [IndexedDB]
- 0) openDB (async-callstack-indexed-db.html:23)
+ [success]
+ 0) openDB (async-callstack-indexed-db.html:25)
[setTimeout]
0) testFunction (async-callstack-indexed-db.html:12)
[setTimeout]
@@ -62,8 +62,8 @@ Call stack:
Call stack:
0) onSuccessOpenDB (async-callstack-indexed-db.html:43)
- [IndexedDB]
- 0) openDB (async-callstack-indexed-db.html:23)
+ [success]
+ 0) openDB (async-callstack-indexed-db.html:25)
[setTimeout]
0) testFunction (async-callstack-indexed-db.html:12)
[setTimeout]
@@ -72,11 +72,11 @@ Call stack:
Call stack:
0) onSuccessStorePut (async-callstack-indexed-db.html:59)
- [IndexedDB]
- 0) populateDB (async-callstack-indexed-db.html:52)
+ [success]
+ 0) populateDB (async-callstack-indexed-db.html:53)
1) onSuccessOpenDB (async-callstack-indexed-db.html:45)
- [IndexedDB]
- 0) openDB (async-callstack-indexed-db.html:23)
+ [success]
+ 0) openDB (async-callstack-indexed-db.html:25)
[setTimeout]
0) testFunction (async-callstack-indexed-db.html:12)
[setTimeout]
@@ -85,8 +85,8 @@ Call stack:
Call stack:
0) onUpgradeNeeded (async-callstack-indexed-db.html:31)
- [IndexedDB]
- 0) openDB (async-callstack-indexed-db.html:23)
+ [upgradeneeded]
+ 0) openDB (async-callstack-indexed-db.html:24)
[setTimeout]
0) testFunction (async-callstack-indexed-db.html:12)
[setTimeout]

Powered by Google App Engine
This is Rietveld 408576698