|
Port messages sent by WebIDBCursorImpl to Mojo.
This is the third and final patch in a series that converts the IPC
messages sent by WebIDBFactoryImpl, WebIDBDatabaseImpl and
WebIDBCursorImpl to Mojo messages.
This is a mostly mechanical change which also allows a lot of code
supporting the legacy IPC messages to be removed.
BUG= 627484
Committed: https://crrev.com/39fb46622f2322243ff84f8c282f575d46c54c13
Cr-Commit-Position: refs/heads/master@{#433964}
Total comments: 3
Total comments: 15
Total comments: 8
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+822 lines, -1347 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/cursor_impl.h
|
View
|
|
1 chunk |
+57 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/browser/indexed_db/cursor_impl.cc
|
View
|
1
2
3
|
1 chunk |
+128 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/indexed_db/indexed_db_callbacks.h
|
View
|
|
2 chunks |
+0 lines, -17 lines |
0 comments
|
Download
|
 |
M |
content/browser/indexed_db/indexed_db_callbacks.cc
|
View
|
1
2
3
4
5
|
21 chunks |
+108 lines, -287 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
|
|
7 chunks |
+0 lines, -89 lines |
0 comments
|
Download
|
 |
M |
content/browser/indexed_db/indexed_db_dispatcher_host.cc
|
View
|
|
6 chunks |
+1 line, -186 lines |
0 comments
|
Download
|
 |
M |
content/browser/indexed_db/indexed_db_factory_unittest.cc
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/indexed_db/indexed_db_unittest.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/indexed_db/mock_indexed_db_callbacks.cc
|
View
|
|
1 chunk |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/child/indexed_db/indexed_db_callbacks_impl.h
|
View
|
1
2
3
|
5 chunks |
+21 lines, -8 lines |
0 comments
|
Download
|
 |
M |
content/child/indexed_db/indexed_db_callbacks_impl.cc
|
View
|
1
2
3
|
10 chunks |
+76 lines, -34 lines |
0 comments
|
Download
|
 |
M |
content/child/indexed_db/indexed_db_database_callbacks_impl.h
|
View
|
|
2 chunks |
+1 line, -5 lines |
0 comments
|
Download
|
 |
M |
content/child/indexed_db/indexed_db_database_callbacks_impl.cc
|
View
|
1
2
3
|
3 chunks |
+8 lines, -15 lines |
0 comments
|
Download
|
 |
M |
content/child/indexed_db/indexed_db_dispatcher.h
|
View
|
1
2
3
|
5 chunks |
+7 lines, -80 lines |
0 comments
|
Download
|
 |
M |
content/child/indexed_db/indexed_db_dispatcher.cc
|
View
|
|
8 chunks |
+18 lines, -227 lines |
0 comments
|
Download
|
 |
M |
content/child/indexed_db/indexed_db_message_filter.cc
|
View
|
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
content/child/indexed_db/webidbcursor_impl.h
|
View
|
|
3 chunks |
+15 lines, -5 lines |
0 comments
|
Download
|
 |
M |
content/child/indexed_db/webidbcursor_impl.cc
|
View
|
|
7 chunks |
+125 lines, -35 lines |
0 comments
|
Download
|
 |
M |
content/child/indexed_db/webidbcursor_impl_unittest.cc
|
View
|
1
2
|
6 chunks |
+156 lines, -164 lines |
0 comments
|
Download
|
 |
M |
content/child/indexed_db/webidbdatabase_impl.h
|
View
|
|
2 chunks |
+1 line, -4 lines |
0 comments
|
Download
|
 |
M |
content/child/indexed_db/webidbdatabase_impl.cc
|
View
|
|
13 chunks |
+30 lines, -57 lines |
0 comments
|
Download
|
 |
M |
content/child/indexed_db/webidbdatabase_impl_unittest.cc
|
View
|
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
content/child/indexed_db/webidbfactory_impl.h
|
View
|
|
2 chunks |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/child/indexed_db/webidbfactory_impl.cc
|
View
|
|
5 chunks |
+4 lines, -8 lines |
0 comments
|
Download
|
 |
M |
content/common/indexed_db/indexed_db.mojom
|
View
|
|
2 chunks |
+20 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/common/indexed_db/indexed_db_messages.h
|
View
|
|
2 chunks |
+0 lines, -108 lines |
0 comments
|
Download
|
 |
M |
content/renderer/render_thread_impl.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
content/renderer/renderer_blink_platform_impl.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
mojo/public/cpp/bindings/associated_interface_ptr.h
|
View
|
1
2
3
4
5
|
1 chunk |
+29 lines, -0 lines |
0 comments
|
Download
|
Total messages: 51 (28 generated)
|