ladybird/Userland/Libraries/LibCore/Platform
Andrew Kaster 4cc3d598f9 LibWebView+LibCore: Manage process lifecycle using a SIGCHLD handler
This large commit also refactors LibWebView's process handling to use
a top-level Application class that uses a new WebView::Process class to
encapsulate the IPC-centric nature of each helper process.
2024-07-01 18:10:56 +02:00
..
MachMessageTypes.h Everywhere: Use IOSurface as backing store on macOS 2024-06-24 13:09:08 +02:00
ProcessInfo.h LibWebView+LibCore: Manage process lifecycle using a SIGCHLD handler 2024-07-01 18:10:56 +02:00
ProcessStatistics.h LibWebView+LibCore: Manage process lifecycle using a SIGCHLD handler 2024-07-01 18:10:56 +02:00
ProcessStatisticsLinux.cpp
ProcessStatisticsMach.cpp Everywhere: Use IOSurface as backing store on macOS 2024-06-24 13:09:08 +02:00
ProcessStatisticsMach.h Everywhere: Use IOSurface as backing store on macOS 2024-06-24 13:09:08 +02:00
ProcessStatisticsUnimplemented.cpp