1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 11:58:13 +00:00
serenity/Userland
Andreas Kling 909e522cf7 LibWeb: Schedule HTML::EventLoop processing when there are queued tasks
Since we can't simply give HTML::EventLoop control of the whole program,
we have to integrate with Core::EventLoop.

We do this by having a single-shot 0ms Core::Timer that we start when
a task is added to the queue, and restart after processing the queue and
there are still tasks in the queue.
2021-09-09 02:30:53 +02:00
..
Applets AudioApplet: Fix initial mute state 2021-09-04 21:01:28 +02:00
Applications SystemMonitor: West Const to East Const refactor 2021-09-08 15:48:02 +04:30
Demos CatDog: Switch to new mouse-tracking method 2021-09-08 10:53:49 +02:00
DevTools UserspaceEmulator: Handle SO_ERROR in getsockopt 2021-09-07 21:26:21 +00:00
DynamicLoader CMake: Let Meta/serenity.sh run aarch64 make it past cmake 2021-08-28 14:43:07 +01:00
Games Pong: Switch to global tracking 2021-09-08 23:59:08 +02:00
Libraries LibWeb: Schedule HTML::EventLoop processing when there are queued tasks 2021-09-09 02:30:53 +02:00
Services LibWeb: Rename InitialContainingBlockBox => InitialContainingBlock 2021-09-08 11:27:46 +02:00
Shell Everywhere: Behaviour => Behavior 2021-09-07 13:53:14 +02:00
Utilities Everywhere: Behaviour => Behavior 2021-09-07 13:53:14 +02:00
CMakeLists.txt Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00