forked from nwjs/chromium.src
-
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.
Revert on M57 "Bind Android ChildProcessServices to a specific client…
… PID." Suspect cause of crbug.com/690118 > Bind Android ChildProcessServices to a specific client PID. > > A ChildProcessService may only be setup once, but nothing enforced this limit, > and a second client of the service would receive no indication of failure. This > situation could occur with Android WebView in multi-process mode, if two > android:processes in the same package tried to use WebView. > > To solve this issue, introduce an initial handshake message in > IChildProcessService that must be issued before setupConnection. This method > binds the service to the calling PID. If that binding fails, the > ChildProcessLauncher can then re-try creating a service process using the > next available slot. > > BUG=558377,683133 > > Review-Url: https://codereview.chromium.org/2626413004 > Cr-Commit-Position: refs/heads/master@{#445779} > (cherry picked from commit abd3ee7) > > Review-Url: https://codereview.chromium.org/2650013003 . > Cr-Commit-Position: refs/branch-heads/2987@{nwjs#68} > Cr-Branched-From: ad51088-refs/heads/master@{#444943} BUG=690118 Review-Url: https://codereview.chromium.org/2695083002 . Cr-Commit-Position: refs/branch-heads/2987@{#502} Cr-Branched-From: ad51088-refs/heads/master@{#444943}
- Loading branch information
Bo Liu
committed
Feb 14, 2017
1 parent
fa139ac
commit fd99e10
Showing
11 changed files
with
28 additions
and
437 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
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
2 changes: 0 additions & 2 deletions
2
content/public/android/java/src/org/chromium/content/common/OWNERS
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.