ladybird/Libraries/LibWeb/XML
Aliaksandr Kalenik 1f0f427a3c LibWeb: Remove Document.h include from XMLDocumentBuilder.h
...and SVGDecodedImageData.h

These headers only use Document via forward-declarable references and
smart pointers. Add explicit Document.h includes to .cpp files that
were relying on the transitive include.
2026-02-08 18:51:13 +01:00
..
XMLDocumentBuilder.cpp LibWeb: Skip document lifecycle event loop spinning for SVG-as-image 2026-02-01 22:48:51 +01:00
XMLDocumentBuilder.h LibWeb: Remove Document.h include from XMLDocumentBuilder.h 2026-02-08 18:51:13 +01:00
XMLFragmentParser.cpp LibXML+LibWeb: Use existing HTML entities table for XML parsing too 2026-01-09 19:13:41 +00:00
XMLFragmentParser.h LibWeb: Remove unused Document.h includes from SerializeBitmap.h 2026-02-08 18:51:13 +01:00