|
Adds sync brokering to Windows EDK
We use a sync channel on other platforms to facilitate synchronous
shared buffer creation from within a sandbox. We need to do this
on Windows too.
This implements that, and adds a test for sandboxed shared buffer
creation.
BUG= 594883
Committed: https://crrev.com/b214d02f960a60409d5163ef06e4d91ceb71e983
Cr-Commit-Position: refs/heads/master@{#418679}
Total comments: 7
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+315 lines, -176 lines) |
Patch |
 |
A |
content/browser/mojo_sandbox_browsertest.cc
|
View
|
1
2
|
1 chunk |
+92 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/service_worker/service_worker_version_unittest.cc
|
View
|
1
2
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/public/test/OWNERS
|
View
|
1
2
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/public/test/test_mojo_app.h
|
View
|
1
2
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/public/test/test_mojo_app.cc
|
View
|
1
2
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/public/test/test_mojo_service.mojom
|
View
|
1
2
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/shell/renderer/shell_content_renderer_client.cc
|
View
|
1
2
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/shell/utility/shell_content_utility_client.cc
|
View
|
1
2
|
2 chunks |
+15 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/test/BUILD.gn
|
View
|
1
2
3
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
mojo/edk/embedder/platform_shared_buffer.cc
|
View
|
|
1 chunk |
+14 lines, -7 lines |
0 comments
|
Download
|
 |
M |
mojo/edk/system/BUILD.gn
|
View
|
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
mojo/edk/system/broker_host.h
|
View
|
1
2
3
|
4 chunks |
+12 lines, -2 lines |
0 comments
|
Download
|
 |
A + |
mojo/edk/system/broker_host.cc
|
View
|
1
2
3
|
6 chunks |
+31 lines, -27 lines |
0 comments
|
Download
|
 |
D |
mojo/edk/system/broker_host_posix.cc
|
View
|
|
1 chunk |
+0 lines, -129 lines |
0 comments
|
Download
|
 |
A |
mojo/edk/system/broker_win.cc
|
View
|
1
2
3
|
1 chunk |
+112 lines, -0 lines |
0 comments
|
Download
|
 |
M |
mojo/edk/system/node_controller.h
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
mojo/edk/system/node_controller.cc
|
View
|
|
3 chunks |
+7 lines, -7 lines |
0 comments
|
Download
|
Total messages: 45 (32 generated)
|