|
Support mojo connections between unrelated peer processes.
Currently, the mojo system assumes that a single, trusted and long-lived
process will act as the broker process for all other processes. For
connections between browser and service processes, each process can
launch and shut down at arbitrary times relative to the other and as
such neither assumption is satisfied. Thus, to support connections
between browser and service processes, a peer relationship between
processes communicating over mojo is required.
BUG= 604282
TBR=rockot@chromium.org to workaround https://crbug.com/636215
Committed: https://crrev.com/b0a39f8c62466dc6c94de125a1671855d30e0968
Cr-Commit-Position: refs/heads/master@{#410981}
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+255 lines, -71 lines) |
Patch |
 |
M |
ipc/ipc_channel_mojo_unittest.cc
|
View
|
|
1 chunk |
+17 lines, -19 lines |
0 comments
|
Download
|
 |
M |
ipc/ipc_mojo_bootstrap_unittest.cc
|
View
|
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
mojo/edk/embedder/embedder.h
|
View
|
1
2
|
1 chunk |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
mojo/edk/embedder/embedder.cc
|
View
|
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
mojo/edk/system/core.h
|
View
|
1
2
|
1 chunk |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
mojo/edk/system/core.cc
|
View
|
|
1 chunk |
+11 lines, -0 lines |
0 comments
|
Download
|
 |
M |
mojo/edk/system/multiprocess_message_pipe_unittest.cc
|
View
|
|
16 chunks |
+34 lines, -18 lines |
0 comments
|
Download
|
 |
M |
mojo/edk/system/node_channel.h
|
View
|
|
2 chunks |
+7 lines, -1 line |
0 comments
|
Download
|
 |
M |
mojo/edk/system/node_channel.cc
|
View
|
|
4 chunks |
+29 lines, -0 lines |
0 comments
|
Download
|
 |
M |
mojo/edk/system/node_controller.h
|
View
|
1
|
4 chunks |
+17 lines, -0 lines |
0 comments
|
Download
|
 |
M |
mojo/edk/system/node_controller.cc
|
View
|
1
|
4 chunks |
+56 lines, -0 lines |
0 comments
|
Download
|
 |
M |
mojo/edk/test/mojo_test_base.h
|
View
|
|
4 chunks |
+8 lines, -1 line |
0 comments
|
Download
|
 |
M |
mojo/edk/test/mojo_test_base.cc
|
View
|
|
2 chunks |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
M |
mojo/edk/test/multiprocess_test_helper.h
|
View
|
|
3 chunks |
+14 lines, -3 lines |
0 comments
|
Download
|
 |
M |
mojo/edk/test/multiprocess_test_helper.cc
|
View
|
|
6 chunks |
+37 lines, -24 lines |
0 comments
|
Download
|
Total messages: 45 (37 generated)
|