Files
tubestation/ipc/chromium
Jed Davis 50a722b2a8 Bug 1752638 - Part 3: delay fork server shutdown until browser shutdown. r=ipc-reviewers,nika
Because the fork server is used to remotely `waitpid` child processes,
and this can be done until very late in shutdown, this patch extends the
fork server's lifetime.  This is a little complicated: it requires some
changes to `GeckoChildProcessHost::Destroy` to allow it to work after the
I/O thread is no longer accepting runnables.

Differential Revision: https://phabricator.services.mozilla.com/D240715
2025-05-15 04:36:18 +00:00
..