|
Mojo: Implement local passing of MessagePipes.
I.e., allow handles to MessagePipes to be transferred across
MessagePipes whose ends are both local (i.e., in-process).
There's one basic test of this functionality in this change, but much
more is needed.
Also, in theory, a handle to a remote (proxied) MessagePipe can be
transferred across a local MessagePipe, but this is not tested.
R=davemoore@chromium.org, davemoore
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=234863
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+254 lines, -56 lines) |
Patch |
 |
M |
mojo/system/core_impl.cc
|
View
|
|
3 chunks |
+10 lines, -7 lines |
0 comments
|
Download
|
 |
M |
mojo/system/core_impl_unittest.cc
|
View
|
|
2 chunks |
+115 lines, -0 lines |
0 comments
|
Download
|
 |
M |
mojo/system/core_test_base.cc
|
View
|
|
2 chunks |
+6 lines, -1 line |
0 comments
|
Download
|
 |
M |
mojo/system/dispatcher.h
|
View
|
1
|
3 chunks |
+23 lines, -7 lines |
0 comments
|
Download
|
 |
M |
mojo/system/dispatcher.cc
|
View
|
1
|
3 chunks |
+18 lines, -7 lines |
0 comments
|
Download
|
 |
M |
mojo/system/dispatcher_unittest.cc
|
View
|
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
mojo/system/local_message_pipe_endpoint.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
mojo/system/local_message_pipe_endpoint.cc
|
View
|
|
5 chunks |
+27 lines, -19 lines |
0 comments
|
Download
|
 |
M |
mojo/system/message_pipe.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
mojo/system/message_pipe.cc
|
View
|
|
4 chunks |
+16 lines, -7 lines |
0 comments
|
Download
|
 |
M |
mojo/system/message_pipe_dispatcher.h
|
View
|
|
1 chunk |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
mojo/system/message_pipe_dispatcher.cc
|
View
|
|
5 chunks |
+18 lines, -3 lines |
0 comments
|
Download
|
 |
M |
mojo/system/message_pipe_endpoint.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
mojo/system/message_pipe_endpoint.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
mojo/system/simple_dispatcher_unittest.cc
|
View
|
|
1 chunk |
+8 lines, -0 lines |
0 comments
|
Download
|
Total messages: 4 (0 generated)
|