ladybird/Services
R-Goc 853526200a RequestServer: Don't register signals handlers on Windows
This change makes it so that signal handlers aren't registered on
windows. The reason for that is that the aim of these handlers was to
catch signals that came from another process, but the windows signal
implementation doesn't actually support signaling another process. So we
will need to use a different mechanism for this.
2026-02-02 10:35:11 +01:00
..
ImageDecoder Everywhere: Remove LibCore/System.h includes from header files 2025-12-04 15:40:46 +00:00
RequestServer RequestServer: Don't register signals handlers on Windows 2026-02-02 10:35:11 +01:00
WebContent WebContent+LibWebView: Send GC graphs etc over IPC as shared memory 2026-02-01 22:46:09 +01:00
WebDriver WebDriver: Fix use-after-return in client death callback 2026-02-01 11:41:57 +01:00
WebWorker LibWeb: Allow workers to be spawned by other workers 2026-01-31 22:45:08 +01:00
CMakeLists.txt Services/WebDriver: Enable on Windows 2025-09-15 09:19:52 +02:00