forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move Renderer processes off Service Manager
Migrates Renderer processes to use the simpler ChildProcess IPC interface in place of deprecated Service Manager IPC. Support for preloaded files in service manifest definitions is effectively removed in favor of explicit parameters on BrowserChildProcessHost and ChildProcessLauncher. The only use case (V8 snapshot files) has been migrated from manifest data to a simple map definition, and it's used during renderer and utility process launching. After this CL, only utility processes remain to be moved off of Service Manager IPC. NOPRESUBMIT=true Bug: 977637 Change-Id: I1d8205cb73ead904aa21b85d6cbee11cb3fc84f5 Tbr: boliu@chromium.org Tbr: yucliu@chromium.org Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1918375 Reviewed-by: Martin Barbella <mbarbella@chromium.org> Reviewed-by: Robert Sesek <rsesek@chromium.org> Reviewed-by: Avi Drissman <avi@chromium.org> Commit-Queue: Ken Rockot <rockot@google.com> Cr-Commit-Position: refs/heads/master@{#717920}
- Loading branch information
Showing
58 changed files
with
231 additions
and
913 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,4 @@ | ||
per-file aw_content_renderer_overlay_manifest.cc=set noparent | ||
per-file aw_content_renderer_overlay_manifest.cc=file://ipc/SECURITY_OWNERS | ||
per-file aw_content_browser_overlay_manifest.h=set noparent | ||
per-file aw_content_browser_overlay_manifest.h=file://ipc/SECURITY_OWNERS | ||
per-file aw_content_renderer_overlay_manifest.h=set noparent | ||
per-file aw_content_renderer_overlay_manifest.h=file://ipc/SECURITY_OWNERS | ||
per-file aw_content_browser_overlay_manifest.cc=set noparent | ||
per-file aw_content_browser_overlay_manifest.cc=file://ipc/SECURITY_OWNERS |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
31 changes: 0 additions & 31 deletions
31
android_webview/browser/aw_content_renderer_overlay_manifest.cc
This file was deleted.
Oops, something went wrong.
19 changes: 0 additions & 19 deletions
19
android_webview/browser/aw_content_renderer_overlay_manifest.h
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.