forked from mozilla/gecko-dev
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1404144 - 1. Refactor child process code to support preloading; r…
…=rbarker Refactor the code in GeckoProcessManager and GeckoServiceChildProcess so that, we can have a ChildConnection object that's bound but not started. This way we can bind the connection to preload Gecko child process, but hold off starting until told by Gecko main process. Some code is simplified. For example, `IChildProcess.stop` is removed in favor of killing the child process directly. MozReview-Commit-ID: 4XgmTuT0IAs --HG-- extra : rebase_source : 94fe748556c66f639d1f8e5bb26c28ea3ed950b3
- Loading branch information
Jim Chen
committed
Oct 5, 2017
1 parent
c252244
commit ffe3e86
Showing
3 changed files
with
155 additions
and
128 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
Oops, something went wrong.