|
|
[mojo] Implement pipe fusion API
Sometimes it's desirable to fuse two pipes together. This is
particularly useful when a service provides some kind of interface
pipe later than its consumers would like to have such a pipe
available. Rather than require the service to be rewritten to
accommodate such cases, a consumer could create its own
disconnected pipe and fuse it lazily with a service endpoint.
BUG= 591742
Committed: https://crrev.com/b1e74df4227184deaaee4d192a5fb3c48116f081
Cr-Commit-Position: refs/heads/master@{#380964}
Total comments: 6
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+450 lines, -26 lines) |
Patch |
 |
M |
mojo/edk/embedder/entrypoints.cc
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
mojo/edk/system/core.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
mojo/edk/system/core.cc
|
View
|
1
2
3
4
5
|
3 chunks |
+38 lines, -0 lines |
0 comments
|
Download
|
 |
M |
mojo/edk/system/message_pipe_dispatcher.h
|
View
|
1
2
3
4
5
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
mojo/edk/system/message_pipe_dispatcher.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+25 lines, -0 lines |
0 comments
|
Download
|
 |
M |
mojo/edk/system/message_pipe_unittest.cc
|
View
|
1
|
2 chunks |
+156 lines, -0 lines |
0 comments
|
Download
|
 |
M |
mojo/edk/system/node_controller.h
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
mojo/edk/system/node_controller.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
mojo/edk/system/ports/node.h
|
View
|
|
2 chunks |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
mojo/edk/system/ports/node.cc
|
View
|
|
3 chunks |
+113 lines, -25 lines |
0 comments
|
Download
|
 |
M |
mojo/public/c/system/message_pipe.h
|
View
|
1
|
1 chunk |
+25 lines, -0 lines |
0 comments
|
Download
|
 |
M |
mojo/public/cpp/bindings/interface_request.h
|
View
|
1
2
3
4
5
|
1 chunk |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
M |
mojo/public/cpp/bindings/tests/interface_ptr_unittest.cc
|
View
|
1
|
1 chunk |
+36 lines, -0 lines |
0 comments
|
Download
|
 |
M |
mojo/public/cpp/system/message_pipe.h
|
View
|
1
2
3
4
5
|
1 chunk |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
M |
mojo/public/interfaces/bindings/tests/sample_interfaces.mojom
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
mojo/public/platform/native/system_thunks.h
|
View
|
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
mojo/public/platform/native/system_thunks.cc
|
View
|
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
Total messages: 22 (6 generated)
|