ladybird/Libraries/LibWeb/XML
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
..
XMLDocumentBuilder.cpp LibGC: Default-construct RootVector from the global heap 2026-05-20 20:37:55 +02:00
XMLDocumentBuilder.h LibWeb: Remove Document.h include from XMLDocumentBuilder.h 2026-02-08 18:51:13 +01:00
XMLFragmentParser.cpp LibWeb: Set fragment scripting mode from the context document 2026-04-14 23:01:36 +02:00
XMLFragmentParser.h LibWeb: Set fragment scripting mode from the context document 2026-04-14 23:01:36 +02:00