ladybird/Userland/Libraries/LibWeb/HTML/EventLoop
Luke Wilde 165abafb80 LibWeb: Add initial implementation of IntersectionObserver
The main missing features are rootMargin, proper nested browsing
context support and content clip/clip-path support.

This makes images appear on some sites, such as YouTube and
howstuffworks.com.
2023-07-07 05:27:25 +02:00
..
EventLoop.cpp LibWeb: Add initial implementation of IntersectionObserver 2023-07-07 05:27:25 +02: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: Add initial implementation of IntersectionObserver 2023-07-07 05:27:25 +02: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