ladybird/Userland/Libraries/LibWeb/HTML/EventLoop
Sam Atkins 6d93e03211 LibWeb+Browser+Ladybird: Use JS::SafeFunction for EventLoop callbacks
This automatically protects captured objects from being GC'd before the
callback runs.
2023-04-21 20:44:47 +01:00
..
EventLoop.cpp LibWeb+Browser+Ladybird: Use JS::SafeFunction for EventLoop callbacks 2023-04-21 20:44:47 +01:00
EventLoop.h LibWeb+Browser+Ladybird: Use JS::SafeFunction for EventLoop callbacks 2023-04-21 20:44:47 +01:00
Task.cpp LibWeb: Support unique task sources 2023-04-07 16:02:22 +02:00
Task.h LibWeb: Support unique task sources 2023-04-07 16:02:22 +02:00
TaskQueue.cpp LibWeb: Support taking matching tasks out of a task queue 2023-04-07 16:02:22 +02:00
TaskQueue.h LibWeb: Support taking matching tasks out of a task queue 2023-04-07 16:02:22 +02:00