ladybird/Userland/Libraries/LibWeb/IntersectionObserver
Aliaksandr Kalenik 35623ad52e LibWeb: Visit IntersectionObserverRegistration instead of using Handle
This fixes GC-leak caused by JS::Handle<IntersectionObserverver>
preventing an element that owns the handle from being deallocated.
2023-09-26 21:25:54 +02:00
..
IntersectionObserver.cpp LibWeb: Visit IntersectionObserverRegistration instead of using Handle 2023-09-26 21:25:54 +02:00
IntersectionObserver.h LibWeb: Visit IntersectionObserverRegistration instead of using Handle 2023-09-26 21:25:54 +02:00
IntersectionObserver.idl LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString 2023-09-02 19:23:41 +01:00
IntersectionObserverEntry.cpp LibJS: Make Heap::allocate<T>() infallible 2023-08-13 15:38:42 +02:00
IntersectionObserverEntry.h LibJS: Make Cell::initialize() return void 2023-08-08 07:39:11 +02:00
IntersectionObserverEntry.idl LibWeb: Add initial implementation of IntersectionObserver 2023-07-07 05:27:25 +02:00