ladybird/Userland/Libraries/LibWeb/HTML/EventLoop
Andreas Kling 11b4216e65 LibWeb: Run IntersectionObserver steps only when needed
Instead of updating IOs in every iteration of the HTML event loop,
we now only do it after a relayout, or after the viewport changes.
2024-02-24 19:56:08 +01:00
..
EventLoop.cpp LibWeb: Run IntersectionObserver steps only when needed 2024-02-24 19:56:08 +01:00
EventLoop.h
Task.cpp
Task.h
TaskQueue.cpp
TaskQueue.h