ladybird/Libraries/LibWeb/XML
Martin Chrástek dae68e7c52 LibWeb/XML: Fix load event end time assigned to wrong field
When dispatching the load event in the XML document builder,
the load event end time was incorrectly written to
dom_content_loaded_event_end_time instead of load_event_end_time.
This meant load_event_end_time was never set for XML documents,
causing performance.timing.loadEventEnd to return 0.
2026-05-19 19:22:11 +02:00
..
XMLDocumentBuilder.cpp LibWeb/XML: Fix load event end time assigned to wrong field 2026-05-19 19:22:11 +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