serenity/Userland/Services/WebWorker
Aliaksandr Kalenik b8d18ebcf7 LibWeb+WebContent: Change event loop to synchronously paint next frame
...instead of scheduling repaint timer in PageClient.

This change fixes flickering on Discord that happened because:
- Event loop schedules repainting by activating repaint timer
- `Document::tear_down_layout_tree()` destroys paintable tree
- Repaint timer invokes callback and renders an empty frame because
  paintable tree was destroyed
2024-05-28 18:21:18 +02:00
..
CMakeLists.txt LibLocale: Statically link LibLocaleData into LibLocale 2024-04-21 13:34:04 -06:00
ConnectionFromClient.cpp LibIPC+Userland: Make IPC::File always own its file descriptor 2024-04-19 06:34:07 -04: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
main.cpp Everywhere: Merge the WebSocket service into RequestServer 2024-03-06 10:07:27 +01:00
PageHost.cpp WebContent+WebWorker: Don't set the color value to the index of an enum 2024-05-26 18:51:52 +02:00
PageHost.h LibWeb+WebContent: Change event loop to synchronously paint next frame 2024-05-28 18:21:18 +02:00