ladybird/Userland
Andreas Kling 7632cce5e5 LibWeb: Make requestAnimationFrame() work in multi-process mode
Since we don't have a direct connection to WindowServer, this is slighly
more naive implementation than what we were doing for single-process
mode.

Basically, there's a global RequestAnimationFrameDriver object that
has a 16ms single-shot timer. Whenever someone registers for a RAF
callback, we start the timer (if needed).

This is not ideal, but it's better than nothing. :^)
2021-09-13 02:03:06 +02:00
..
Applets Audio: Change how volume works 2021-09-12 23:38:57 +02:00
Applications Audio: Change how volume works 2021-09-12 23:38:57 +02:00
Demos Fire: Use ElapsedTimer::start_new() 2021-09-12 17:24:44 +00:00
DevTools HackStudio: Remove an old file from the vectors in 'Save as...' action 2021-09-12 22:10:48 +02:00
DynamicLoader
Games Breakout: Improve collision response between ball and paddle 2021-09-10 22:08:22 +02:00
Libraries LibWeb: Make requestAnimationFrame() work in multi-process mode 2021-09-13 02:03:06 +02:00
Services AudioServer: Fix deadlock when playing two audio streams 2021-09-12 23:38:57 +02:00
Shell Shell: Use ElapsedTimer::start_new() 2021-09-12 17:24:44 +00:00
Utilities Utilities: Use ElapsedTimer::start_new in allocate 2021-09-12 17:24:44 +00:00
CMakeLists.txt