Skip to content

Don't poll for parent process existance in the sandboxed case - #155737

Merged
Alexandru Dima (alexdima) merged 1 commit into
mainfrom
alexd/issue-154235
Jul 20, 2022
Merged

Don't poll for parent process existance in the sandboxed case#155737
Alexandru Dima (alexdima) merged 1 commit into
mainfrom
alexd/issue-154235

Conversation

@alexdima

Copy link
Copy Markdown
Member

process.pid is always 1 on a sandboxed renderer, so avoid polling for the renderer process still running from the extension host, since the extension host is a UtilityProcess anyways, with a lifecycle managed by Electron.

Fixes #154235

…o avoid polling for the renderer process still running from the extension host, since the extension host is a `UtilityProcess` anyways, with a lifecycle managed by Electron.
@alexdima
Alexandru Dima (alexdima) deleted the alexd/issue-154235 branch July 20, 2022 14:19
@github-actions github-actions Bot locked and limited conversation to collaborators Sep 3, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Extension host terminates when sandbox enabled

3 participants