|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+570 lines, -223 lines) |
Patch |
 |
M |
content/browser/indexed_db/indexed_db_callbacks.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/indexed_db/indexed_db_callbacks.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
|
5 chunks |
+13 lines, -12 lines |
0 comments
|
Download
|
 |
M |
content/browser/indexed_db/indexed_db_connection.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
1 chunk |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/indexed_db/indexed_db_connection.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/indexed_db/indexed_db_database.h
|
View
|
1
2
3
4
5
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/indexed_db/indexed_db_database.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
6 chunks |
+46 lines, -10 lines |
0 comments
|
Download
|
 |
M |
content/browser/indexed_db/indexed_db_observer.h
|
View
|
1
2
3
4
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/indexed_db/indexed_db_transaction.h
|
View
|
1
2
3
4
5
6
7
|
3 chunks |
+8 lines, -4 lines |
0 comments
|
Download
|
 |
M |
content/browser/indexed_db/indexed_db_transaction.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
4 chunks |
+14 lines, -9 lines |
0 comments
|
Download
|
 |
M |
content/browser/indexed_db/indexed_db_transaction_coordinator.h
|
View
|
1
2
3
4
5
6
|
2 chunks |
+5 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/indexed_db/indexed_db_transaction_coordinator.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+11 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/indexed_db/list_set.h
|
View
|
1
2
3
4
|
1 chunk |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/indexed_db/list_set_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+17 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/child/indexed_db/indexed_db_callbacks_impl.h
|
View
|
1
2
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/child/indexed_db/indexed_db_callbacks_impl.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
3 chunks |
+14 lines, -11 lines |
0 comments
|
Download
|
 |
M |
content/child/indexed_db/indexed_db_database_callbacks_impl.cc
|
View
|
1
2
3
|
2 chunks |
+22 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/common/indexed_db/indexed_db.mojom
|
View
|
1
|
1 chunk |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/LayoutTests/storage/indexeddb/observer.html
|
View
|
1
2
3
4
5
6
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
 |
A |
third_party/WebKit/LayoutTests/storage/indexeddb/observer-transaction-test.html
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+49 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/LayoutTests/storage/indexeddb/resources/generic-idb-operations.js
|
View
|
1
2
3
4
5
6
|
2 chunks |
+16 lines, -13 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/LayoutTests/storage/indexeddb/resources/observer.js
|
View
|
1
2
3
4
5
6
|
1 chunk |
+41 lines, -105 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/LayoutTests/storage/indexeddb/resources/observer-actions.js
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+24 lines, -2 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/LayoutTests/storage/indexeddb/resources/observer-tests.js
|
View
|
1
2
3
4
5
6
7
|
10 chunks |
+107 lines, -25 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/indexeddb/IDBDatabase.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
3 chunks |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/indexeddb/IDBDatabase.cpp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
3 chunks |
+23 lines, -3 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/indexeddb/IDBDatabaseCallbacks.h
|
View
|
1
2
3
4
5
6
|
2 chunks |
+6 lines, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/indexeddb/IDBDatabaseCallbacks.cpp
|
View
|
1
2
3
4
5
6
|
1 chunk |
+6 lines, -3 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/indexeddb/IDBObserver.cpp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
2 chunks |
+7 lines, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/indexeddb/IDBObserverChanges.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
2 chunks |
+12 lines, -5 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/indexeddb/IDBObserverChanges.cpp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
1 chunk |
+19 lines, -7 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/indexeddb/IDBTransaction.h
|
View
|
1
2
3
|
2 chunks |
+11 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/indexeddb/IDBTransaction.cpp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
2 chunks |
+29 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/indexeddb/WebIDBDatabaseCallbacksImpl.h
|
View
|
1
2
3
4
5
6
|
2 chunks |
+6 lines, -3 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/indexeddb/WebIDBDatabaseCallbacksImpl.cpp
|
View
|
1
2
3
4
5
6
|
2 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/public/platform/modules/indexeddb/WebIDBDatabaseCallbacks.h
|
View
|
1
|
2 chunks |
+6 lines, -1 line |
0 comments
|
Download
|