mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-08 06:09:58 +00:00
We set bInheritHandles to TRUE for all child processes we spawn. Some of the types of objects that support handle inheritence is all of the STD handles (STD_INPUT_HANDLE, STD_OUTPUT_HANDLE, STD_ERROR_HANDLE) and the console screen buffer. This means if Ladybird and all the child service processes it launches/communicates with our console apps, only a single console needs to be allocated and all child process output their logs to that single console. |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| ConnectionFromClient.cpp | ||
| ConnectionFromClient.h | ||
| Forward.h | ||
| main.cpp | ||
| PageHost.cpp | ||
| PageHost.h | ||
| WorkerHost.cpp | ||
| WorkerHost.h | ||