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

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/inspector/indexeddb/resources-panel-expected.txt

Issue 2172753002: [DevTools] No longer store security origins in ResourceTreeModel (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed the comments Created 4 years, 5 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 CONSOLE MESSAGE: line 105: InspectorTest.IndexedDB_callback1 1 CONSOLE MESSAGE: line 111: InspectorTest.IndexedDB_callback1
2 CONSOLE MESSAGE: line 105: InspectorTest.IndexedDB_callback2 2 CONSOLE MESSAGE: line 111: InspectorTest.IndexedDB_callback2
3 CONSOLE MESSAGE: line 105: InspectorTest.IndexedDB_callback3 3 CONSOLE MESSAGE: line 111: InspectorTest.IndexedDB_callback3
4 CONSOLE MESSAGE: line 105: InspectorTest.IndexedDB_callback4 4 CONSOLE MESSAGE: line 111: InspectorTest.IndexedDB_callback4
5 CONSOLE MESSAGE: line 105: InspectorTest.IndexedDB_callback5 5 CONSOLE MESSAGE: line 111: InspectorTest.IndexedDB_callback5
6 CONSOLE MESSAGE: line 105: InspectorTest.IndexedDB_callback6 6 CONSOLE MESSAGE: line 111: InspectorTest.IndexedDB_callback6
7 Tests IndexedDB tree element on resources panel. 7 Tests IndexedDB tree element on resources panel.
8 8
9 Expanded IndexedDB tree element. 9 Expanded IndexedDB tree element.
10 Dumping IndexedDB tree: 10 Dumping IndexedDB tree:
11 (empty) 11 (empty)
12 Created database. 12 Created database.
13 Dumping IndexedDB tree: 13 Dumping IndexedDB tree:
14 database: testDatabase - http://127.0.0.1:8000 14 database: testDatabase - http://127.0.0.1:8000
15 Object store: testObjectStore 15 Object store: testObjectStore
16 Index: testIndexName 16 Index: testIndexName
17 Navigated to another security origin. 17 Navigated to another security origin.
18 Page reloaded. 18 Page reloaded.
19 Dumping IndexedDB tree: 19 Dumping IndexedDB tree:
20 (empty) 20 (empty)
21 Navigated back. 21 Navigated back.
22 Page reloaded. 22 Page reloaded.
23 Dumping IndexedDB tree: 23 Dumping IndexedDB tree:
24 database: testDatabase - http://127.0.0.1:8000 24 database: testDatabase - http://127.0.0.1:8000
25 Object store: testObjectStore 25 Object store: testObjectStore
26 Index: testIndexName 26 Index: testIndexName
27 Deleted database. 27 Deleted database.
28 Dumping IndexedDB tree: 28 Dumping IndexedDB tree:
29 (empty) 29 (empty)
30 30
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698