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