ladybird/Userland/Services/WebWorker
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
..
CMakeLists.txt LibUnicode+Everywhere: Merge LibLocale back into LibUnicode 2024-06-23 19:52:45 +02:00
ConnectionFromClient.cpp LibIPC: Move stuff from Connection.h to .cpp and reduce #include count 2024-06-28 17:11:24 +02:00
ConnectionFromClient.h AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
DedicatedWorkerHost.cpp LibJS+LibWeb: Make Console, ConsoleClient & subclasses GC-allocated 2024-04-21 09:12:25 +02:00
DedicatedWorkerHost.h LibJS+LibWeb: Make Console, ConsoleClient & subclasses GC-allocated 2024-04-21 09:12:25 +02:00
Forward.h LibWeb+WebWorker: Move worker execution into a new WebWorker process 2023-11-15 12:56:33 +01:00
main.cpp Everywhere: Merge the WebSocket service into RequestServer 2024-03-06 10:07:27 +01:00
PageHost.cpp Everywhere: Pass backing store into Navigable::paint() 2024-06-28 14:25:34 +02:00
PageHost.h LibWeb: Stop deadlocking on unit tests 2024-07-03 15:01:03 +02:00