ladybird/Libraries/LibWeb/IntersectionObserver
Aliaksandr Kalenik a5d1703486 LibWeb: Schedule a frame when IntersectionObserver starts observing
Since rendering updates moved to on-demand scheduling, observing a
target no longer fires the initial intersection callback unless
something else happens to request a frame. Kick the frame timer from
observe() so the update-the-rendering steps run and deliver the initial
entry.
2026-04-30 21:14:03 +02:00
..
IntersectionObserver.cpp LibWeb: Schedule a frame when IntersectionObserver starts observing 2026-04-30 21:14:03 +02:00
IntersectionObserver.h LibWeb: Avoid IntersectionObserver registration lookups 2026-04-17 08:02:30 +02:00
IntersectionObserver.idl LibWeb+LibIDL: Remove support for #import directives during parsing 2026-04-24 20:08:29 +02:00
IntersectionObserverEntry.cpp LibWeb/Bindings: Emit one bindings header and cpp per IDL 2026-04-21 07:36:13 +02:00
IntersectionObserverEntry.h LibGC+Everywhere: Factor out a LibGC from LibJS 2024-11-15 14:49:20 +01:00
IntersectionObserverEntry.idl LibWeb+LibIDL: Remove support for #import directives during parsing 2026-04-24 20:08:29 +02:00