|
Port messages sent by WebIDBDatabaseImpl to Mojo.
This is part two of the series of patches that converts the IPC messages
sent by WebIDBFactoryImpl, WebIDBDatabaseImpl and WebIDBCursorImpl to
Mojo messages.
This is a more mechanical change because the conversion of messages sent
by WebIDBFactoryImpl added most of the necessary infrastructure.
BUG= 627484
Committed: https://crrev.com/963ec6df64089bef6867ccdc608101d5fc06d5c0
Cr-Commit-Position: refs/heads/master@{#430110}
Total comments: 8
Total comments: 27
Total comments: 10
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+2293 lines, -2155 lines) |
Patch |
 |
M |
content/browser/BUILD.gn
|
View
|
1
2
3
4
5
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/browser/indexed_db/database_impl.h
|
View
|
1
2
3
|
1 chunk |
+130 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/browser/indexed_db/database_impl.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+781 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/indexed_db/indexed_db_callbacks.h
|
View
|
1
2
3
4
5
|
2 chunks |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/browser/indexed_db/indexed_db_callbacks.cc
|
View
|
1
2
3
4
5
|
20 chunks |
+245 lines, -144 lines |
0 comments
|
Download
|
 |
M |
content/browser/indexed_db/indexed_db_database.h
|
View
|
1
2
3
4
5
|
2 chunks |
+2 lines, -5 lines |
0 comments
|
Download
|
 |
M |
content/browser/indexed_db/indexed_db_database.cc
|
View
|
|
5 chunks |
+9 lines, -8 lines |
0 comments
|
Download
|
 |
M |
content/browser/indexed_db/indexed_db_database_unittest.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/indexed_db/indexed_db_dispatcher_host.h
|
View
|
1
2
3
4
5
|
9 chunks |
+9 lines, -112 lines |
0 comments
|
Download
|
 |
M |
content/browser/indexed_db/indexed_db_dispatcher_host.cc
|
View
|
1
2
3
|
11 chunks |
+32 lines, -611 lines |
0 comments
|
Download
|
 |
M |
content/browser/indexed_db/indexed_db_index_writer.h
|
View
|
|
2 chunks |
+12 lines, -13 lines |
0 comments
|
Download
|
 |
M |
content/browser/indexed_db/indexed_db_index_writer.cc
|
View
|
|
3 chunks |
+13 lines, -15 lines |
0 comments
|
Download
|
 |
M |
content/child/indexed_db/indexed_db_callbacks_impl.h
|
View
|
1
|
2 chunks |
+31 lines, -4 lines |
0 comments
|
Download
|
 |
M |
content/child/indexed_db/indexed_db_callbacks_impl.cc
|
View
|
1
2
3
4
|
6 chunks |
+150 lines, -15 lines |
0 comments
|
Download
|
 |
M |
content/child/indexed_db/indexed_db_dispatcher.h
|
View
|
1
2
3
4
5
|
6 chunks |
+10 lines, -105 lines |
0 comments
|
Download
|
 |
M |
content/child/indexed_db/indexed_db_dispatcher.cc
|
View
|
|
8 chunks |
+7 lines, -317 lines |
0 comments
|
Download
|
 |
D |
content/child/indexed_db/indexed_db_dispatcher_unittest.cc
|
View
|
|
1 chunk |
+0 lines, -321 lines |
0 comments
|
Download
|
 |
M |
content/child/indexed_db/webidbdatabase_impl.h
|
View
|
1
2
3
4
5
|
3 chunks |
+21 lines, -4 lines |
0 comments
|
Download
|
 |
M |
content/child/indexed_db/webidbdatabase_impl.cc
|
View
|
1
2
3
4
|
15 chunks |
+531 lines, -130 lines |
0 comments
|
Download
|
 |
A |
content/child/indexed_db/webidbdatabase_impl_unittest.cc
|
View
|
1
|
1 chunk |
+96 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/child/indexed_db/webidbfactory_impl.cc
|
View
|
|
3 chunks |
+6 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/common/indexed_db/indexed_db.mojom
|
View
|
1
2
3
4
|
4 chunks |
+156 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/common/indexed_db/indexed_db.typemap
|
View
|
|
2 chunks |
+9 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/common/indexed_db/indexed_db_key.h
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/common/indexed_db/indexed_db_messages.h
|
View
|
|
8 chunks |
+0 lines, -336 lines |
0 comments
|
Download
|
 |
M |
content/common/indexed_db/indexed_db_struct_traits.h
|
View
|
1
2
3
4
|
1 chunk |
+14 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/common/indexed_db/indexed_db_struct_traits.cc
|
View
|
1
2
3
4
|
3 chunks |
+12 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/test/BUILD.gn
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
mojo/public/cpp/bindings/lib/handle_interface_serialization.h
|
View
|
|
2 chunks |
+8 lines, -4 lines |
0 comments
|
Download
|
Total messages: 54 (31 generated)
|