ladybird/Userland
Victor Tran 31698281b6 LibWeb: Stop deadlocking on unit tests
Unit tests on macOS deadlock because the WebContent process is waiting
for the next opportunity to render before a screenshot is taken. For
some reason unknown to myself, this opportunity never arrives. In
order to not deadlock, screenshot requests are now also processed
separately from rendering.
2024-07-03 15:01:03 +02:00
..
Libraries LibWeb: Stop deadlocking on unit tests 2024-07-03 15:01:03 +02:00
Services LibWeb: Stop deadlocking on unit tests 2024-07-03 15:01:03 +02:00
Utilities LibWebView+LibCore: Manage process lifecycle using a SIGCHLD handler 2024-07-01 18:10:56 +02:00