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
Task.cpp
Task.h
TaskQueue.cpp
TaskQueue.h