Files
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
..