mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-07 21:59:54 +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. |
||
|---|---|---|
| .. | ||
| ImageDecoder | ||
| RequestServer | ||
| WebContent | ||
| WebDriver | ||
| WebWorker | ||
| CMakeLists.txt | ||