|
Allow client process information to be passed via Connector::Connect().
This allows applications to start processes themselves and have the shell use them instead of starting its own.
Allows us to eliminate Shell::CreateInstance().
BUG=
CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:linux_site_isolation
Committed: https://crrev.com/40b6dc773e28490f14eaea639261c82154d948a0
Cr-Commit-Position: refs/heads/master@{#380030}
Total comments: 3
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+342 lines, -448 lines) |
Patch |
 |
M |
content/browser/frame_host/frame_mojo_shell.h
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/frame_host/frame_mojo_shell.cc
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
A |
content/browser/mojo/mojo_child_connection.h
|
View
|
1
2
3
4
|
1 chunk |
+36 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
content/browser/mojo/mojo_child_connection.cc
|
View
|
1
2
3
4
|
4 chunks |
+36 lines, -37 lines |
0 comments
|
Download
|
 |
M |
content/browser/mojo/mojo_shell_client_host.h
|
View
|
1
2
|
1 chunk |
+0 lines, -39 lines |
0 comments
|
Download
|
 |
M |
content/browser/mojo/mojo_shell_client_host.cc
|
View
|
1
2
|
1 chunk |
+0 lines, -138 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/render_process_host_impl.cc
|
View
|
1
2
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/render_widget_host_view_mus.cc
|
View
|
1
2
|
2 chunks |
+2 lines, -4 lines |
0 comments
|
Download
|
 |
M |
content/content_browser.gypi
|
View
|
1
2
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/renderer/render_frame_impl.cc
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/test/data/web_ui_mojo_shell_test.js
|
View
|
1
2
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
mojo/mojo_base.gyp
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
mojo/services/package_manager/package_manager.h
|
View
|
1
|
5 chunks |
+13 lines, -12 lines |
0 comments
|
Download
|
 |
M |
mojo/services/package_manager/package_manager.cc
|
View
|
1
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
mojo/services/package_manager/public/interfaces/BUILD.gn
|
View
|
1
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
D |
mojo/services/package_manager/public/interfaces/shell_resolver.mojom
|
View
|
1
|
1 chunk |
+0 lines, -39 lines |
0 comments
|
Download
|
 |
M |
mojo/shell/connect_params.h
|
View
|
|
2 chunks |
+9 lines, -0 lines |
0 comments
|
Download
|
 |
M |
mojo/shell/public/cpp/connector.h
|
View
|
|
2 chunks |
+16 lines, -0 lines |
0 comments
|
Download
|
 |
M |
mojo/shell/public/cpp/lib/connector_impl.cc
|
View
|
|
1 chunk |
+19 lines, -1 line |
0 comments
|
Download
|
 |
M |
mojo/shell/public/interfaces/BUILD.gn
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
mojo/shell/public/interfaces/connector.mojom
|
View
|
1
|
3 chunks |
+34 lines, -3 lines |
0 comments
|
Download
|
 |
M |
mojo/shell/public/interfaces/shell.mojom
|
View
|
1
|
1 chunk |
+0 lines, -32 lines |
0 comments
|
Download
|
 |
A + |
mojo/shell/public/interfaces/shell_resolver.mojom
|
View
|
1
|
2 chunks |
+15 lines, -3 lines |
0 comments
|
Download
|
 |
M |
mojo/shell/shell.h
|
View
|
1
2
3
|
4 chunks |
+6 lines, -2 lines |
0 comments
|
Download
|
 |
M |
mojo/shell/shell.cc
|
View
|
1
2
3
|
7 chunks |
+125 lines, -98 lines |
0 comments
|
Download
|
 |
M |
mojo/shell/tests/lifecycle/lifecycle_unittest.cc
|
View
|
|
3 chunks |
+8 lines, -15 lines |
0 comments
|
Download
|
 |
M |
mojo/shell/tests/shell/driver.cc
|
View
|
|
3 chunks |
+10 lines, -15 lines |
0 comments
|
Download
|
Dependent Patchsets:
Total messages: 13 (6 generated)
|