ladybird/Libraries/LibWeb/ResizeObserver
Shannon Booth 387cd6e2e2 LibGC: Default-construct RootVector from the global heap
Similar to GC::Root<T>, make GC::RootVector<T> constructible without
explicitly passing a Heap.

This is implemented by having RootVectorBase use GC::Heap::the() for
heap-free construction.
2026-05-20 20:37:55 +02:00
..
ResizeObservation.cpp LibWeb: Keep ResizeObserver targets weakly 2026-05-16 18:48:52 +02:00
ResizeObservation.h LibWeb: Keep ResizeObserver targets weakly 2026-05-16 18:48:52 +02:00
ResizeObserver.cpp LibWeb: Keep ResizeObserver targets weakly 2026-05-16 18:48:52 +02:00
ResizeObserver.h LibWeb: Keep ResizeObserver targets weakly 2026-05-16 18:48:52 +02:00
ResizeObserver.idl LibWeb+LibIDL: Remove support for #import directives during parsing 2026-04-24 20:08:29 +02:00
ResizeObserverEntry.cpp LibGC: Default-construct RootVector from the global heap 2026-05-20 20:37:55 +02:00
ResizeObserverEntry.h LibWeb/Bindings: Emit one bindings header and cpp per IDL 2026-04-21 07:36:13 +02:00
ResizeObserverEntry.idl LibWeb+LibIDL: Remove support for #import directives during parsing 2026-04-24 20:08:29 +02:00
ResizeObserverSize.cpp LibWeb/Bindings: Emit one bindings header and cpp per IDL 2026-04-21 07:36:13 +02:00
ResizeObserverSize.h LibWeb/Bindings: Emit one bindings header and cpp per IDL 2026-04-21 07:36:13 +02:00
ResizeObserverSize.idl