ladybird/Userland/Libraries/LibWeb/HTML/EventLoop
Andreas Kling 43c720db81 LibWeb: Remove a bunch of redundant Document::navigable() lookups
Document::navigable() can be unpleasantly slow, since we don't have a
direct link between documents and navigables at the moment. So let's not
call it twice when once is enough.
2024-03-16 14:27:59 +01:00
..
EventLoop.cpp LibWeb: Remove a bunch of redundant Document::navigable() lookups 2024-03-16 14:27:59 +01:00
EventLoop.h LibWeb: Remove outdated old_queue_global_event_with_document 2023-08-28 12:57:05 +02:00
Task.cpp LibWeb: Assign a unique ID to each HTML task 2023-09-13 13:45:47 +02:00
Task.h LibWeb: Begin implementing the Clipboard API 2023-11-11 08:54:37 +01:00
TaskQueue.cpp LibWeb: Add method to get last added task to an EventLoop 2023-06-19 06:12:26 +02:00
TaskQueue.h LibWeb: Add method to get last added task to an EventLoop 2023-06-19 06:12:26 +02:00