mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 12:51:06 +00:00
c3974e5fe9
This patch implements the majority of the public interface for the new IPC handle passing design. The rough design is an expansion of `geckoargs` to allow passing `UniqueFileHandle` arguments to child processes. This replaces the existing extra options array to make the list of files explicit. This currently just replaces things which were already passed this way on the command line from outside of GeckoChildProcessHost. Note that this does not migrate callers which were not already passing file handles using geckoargs, and does not implement the actual OS-level support for passing arguments this way. Differential Revision: https://phabricator.services.mozilla.com/D221371 |
||
---|---|---|
.. | ||
external_api | ||
ipc | ||
service | ||
components.conf | ||
FxROutputHandler.cpp | ||
FxROutputHandler.h | ||
FxRWindowManager.cpp | ||
FxRWindowManager.h | ||
gfxVR.cpp | ||
gfxVR.h | ||
gfxVRMutex.h | ||
moz.build | ||
nsFxrCommandLineHandler.cpp | ||
nsFxrCommandLineHandler.h | ||
VRDisplayClient.cpp | ||
VRDisplayClient.h | ||
VRDisplayPresentation.cpp | ||
VRDisplayPresentation.h | ||
VRManager.cpp | ||
VRManager.h | ||
VRPuppetCommandBuffer.cpp | ||
VRPuppetCommandBuffer.h | ||
VRServiceHost.cpp | ||
VRServiceHost.h | ||
VRShMem.cpp | ||
VRShMem.h | ||
VRThread.cpp | ||
VRThread.h |