mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-27 06:43:32 +00:00
985adb750c
The NodeController and NodeChannel types act as the backbone connecting the existing IPC logic and driving the ports routing code. Individual NodeChannel objects wrap and respond to messages from IPC::Channel, and the NodeController orchestrates all messaging for a process. The design of these types are inspired by the types with the same names from Mojo but have been simplified and streamlined to only support features used by Gecko. Support for attaching ports or handles to messages hasn't been added yet, but can be added in follow-up patches. Differential Revision: https://phabricator.services.mozilla.com/D112775 |
||
---|---|---|
.. | ||
app | ||
chromium | ||
contentproc | ||
glue | ||
gtest | ||
ipdl | ||
mscom | ||
testshell | ||
moz.build | ||
pull-chromium.py |