ladybird/Libraries/LibWeb/XML
Andreas Kling 0551af162b LibWeb: Skip document lifecycle event loop spinning for SVG-as-image
When parsing an SVG image loaded via <img>, the XMLDocumentBuilder's
document_end() would spin the event loop waiting for scripts, load
events, and other page lifecycle milestones that are irrelevant for
a decoded SVG image. Skip this entirely, as SVG-as-image operates
in secure static mode where external resources are also disabled.
2026-02-01 22:48:51 +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 LibXML+LibWeb: Use existing HTML entities table for XML parsing too 2026-01-09 19:13:41 +00: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: Implement XMLFragmentParser 2025-10-23 11:06:39 +01:00