mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-17 14:25:49 +00:00
![Nika Layzell](/assets/img/avatar_default.png)
Now that we've simplified the startup process somewhat, it is easier to clean up IPC channel creation for NodeChannel connections. This stops having GeckoChildProcessHost inherit from IPC::Channel::Listener, as it would never receive most of the relevant callbacks, and instead implements the one callback it would receive directly as a method on that type. Differential Revision: https://phabricator.services.mozilla.com/D181282