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

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

Issue 1706413002: Indexed DB: Rename "int version" to "version" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 4 years, 9 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 105: InspectorTest.IndexedDB_callback1
2 CONSOLE MESSAGE: line 105: InspectorTest.IndexedDB_callback2 2 CONSOLE MESSAGE: line 105: InspectorTest.IndexedDB_callback2
3 CONSOLE MESSAGE: line 105: InspectorTest.IndexedDB_callback3 3 CONSOLE MESSAGE: line 105: InspectorTest.IndexedDB_callback3
4 CONSOLE MESSAGE: line 105: InspectorTest.IndexedDB_callback4 4 CONSOLE MESSAGE: line 105: InspectorTest.IndexedDB_callback4
5 CONSOLE MESSAGE: line 105: InspectorTest.IndexedDB_callback5 5 CONSOLE MESSAGE: line 105: InspectorTest.IndexedDB_callback5
6 CONSOLE MESSAGE: line 105: InspectorTest.IndexedDB_callback6 6 CONSOLE MESSAGE: line 105: InspectorTest.IndexedDB_callback6
7 CONSOLE MESSAGE: line 105: InspectorTest.IndexedDB_callback7 7 CONSOLE MESSAGE: line 105: InspectorTest.IndexedDB_callback7
8 CONSOLE MESSAGE: line 105: InspectorTest.IndexedDB_callback8 8 CONSOLE MESSAGE: line 105: InspectorTest.IndexedDB_callback8
9 CONSOLE MESSAGE: line 105: InspectorTest.IndexedDB_callback9 9 CONSOLE MESSAGE: line 105: InspectorTest.IndexedDB_callback9
10 CONSOLE MESSAGE: line 105: InspectorTest.IndexedDB_callback10 10 CONSOLE MESSAGE: line 105: InspectorTest.IndexedDB_callback10
11 Tests that database names are correctly loaded and saved in IndexedDBModel. 11 Tests that database names are correctly loaded and saved in IndexedDBModel.
12 12
13 Dumping database: 13 Dumping database:
14 Dumping database: 14 Dumping database:
15 testDatabase1 15 testDatabase1
16 intVersion: 1 16 version: 1
17 objectStores: 17 objectStores:
18 18
19 Dumping database: 19 Dumping database:
20 testDatabase1 20 testDatabase1
21 intVersion: 2 21 version: 2
22 objectStores: 22 objectStores:
23 testObjectStore1 23 testObjectStore1
24 keyPath: "test.key.path" 24 keyPath: "test.key.path"
25 autoIncrement: true 25 autoIncrement: true
26 indexes: 26 indexes:
27 27
28 Dumping database: 28 Dumping database:
29 testDatabase1 29 testDatabase1
30 intVersion: 3 30 version: 3
31 objectStores: 31 objectStores:
32 testObjectStore1 32 testObjectStore1
33 keyPath: "test.key.path" 33 keyPath: "test.key.path"
34 autoIncrement: true 34 autoIncrement: true
35 indexes: 35 indexes:
36 testObjectStore2 36 testObjectStore2
37 keyPath: null 37 keyPath: null
38 autoIncrement: false 38 autoIncrement: false
39 indexes: 39 indexes:
40 40
41 Dumping database: 41 Dumping database:
42 testDatabase1 42 testDatabase1
43 intVersion: 4 43 version: 4
44 objectStores: 44 objectStores:
45 testObjectStore1 45 testObjectStore1
46 keyPath: "test.key.path" 46 keyPath: "test.key.path"
47 autoIncrement: true 47 autoIncrement: true
48 indexes: 48 indexes:
49 testObjectStore2 49 testObjectStore2
50 keyPath: null 50 keyPath: null
51 autoIncrement: false 51 autoIncrement: false
52 indexes: 52 indexes:
53 testIndexName1 53 testIndexName1
54 keyPath: "" 54 keyPath: ""
55 unique: false 55 unique: false
56 multiEntry: true 56 multiEntry: true
57 57
58 Dumping database: 58 Dumping database:
59 testDatabase1 59 testDatabase1
60 intVersion: 5 60 version: 5
61 objectStores: 61 objectStores:
62 testObjectStore1 62 testObjectStore1
63 keyPath: "test.key.path" 63 keyPath: "test.key.path"
64 autoIncrement: true 64 autoIncrement: true
65 indexes: 65 indexes:
66 testObjectStore2 66 testObjectStore2
67 keyPath: null 67 keyPath: null
68 autoIncrement: false 68 autoIncrement: false
69 indexes: 69 indexes:
70 testIndexName1 70 testIndexName1
71 keyPath: "" 71 keyPath: ""
72 unique: false 72 unique: false
73 multiEntry: true 73 multiEntry: true
74 testIndexName2 74 testIndexName2
75 keyPath: ["key.path1","key.path2"] 75 keyPath: ["key.path1","key.path2"]
76 unique: true 76 unique: true
77 multiEntry: false 77 multiEntry: false
78 78
79 Dumping database: 79 Dumping database:
80 testDatabase1 80 testDatabase1
81 intVersion: 6 81 version: 6
82 objectStores: 82 objectStores:
83 testObjectStore1 83 testObjectStore1
84 keyPath: "test.key.path" 84 keyPath: "test.key.path"
85 autoIncrement: true 85 autoIncrement: true
86 indexes: 86 indexes:
87 testObjectStore2 87 testObjectStore2
88 keyPath: null 88 keyPath: null
89 autoIncrement: false 89 autoIncrement: false
90 indexes: 90 indexes:
91 testIndexName1 91 testIndexName1
92 keyPath: "" 92 keyPath: ""
93 unique: false 93 unique: false
94 multiEntry: true 94 multiEntry: true
95 95
96 Dumping database: 96 Dumping database:
97 testDatabase1 97 testDatabase1
98 intVersion: 7 98 version: 7
99 objectStores: 99 objectStores:
100 testObjectStore1 100 testObjectStore1
101 keyPath: "test.key.path" 101 keyPath: "test.key.path"
102 autoIncrement: true 102 autoIncrement: true
103 indexes: 103 indexes:
104 testObjectStore2 104 testObjectStore2
105 keyPath: null 105 keyPath: null
106 autoIncrement: false 106 autoIncrement: false
107 indexes: 107 indexes:
108 108
109 Dumping database: 109 Dumping database:
110 testDatabase1 110 testDatabase1
111 intVersion: 8 111 version: 8
112 objectStores: 112 objectStores:
113 testObjectStore1 113 testObjectStore1
114 keyPath: "test.key.path" 114 keyPath: "test.key.path"
115 autoIncrement: true 115 autoIncrement: true
116 indexes: 116 indexes:
117 117
118 Dumping database: 118 Dumping database:
119 testDatabase1 119 testDatabase1
120 intVersion: 9 120 version: 9
121 objectStores: 121 objectStores:
122 122
123 123
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698