servo/components/script/dom/servoparser
Josh Matthews 4df7a1af25
Support HTML parser reentrancy (#32820)
* Update parser interface for reentrancy.

Signed-off-by: Josh Matthews <josh@joshmatthews.net>

* Remove assertions around invoking scripts with active parser.

Signed-off-by: Josh Matthews <josh@joshmatthews.net>

* Add regression test.

Signed-off-by: Josh Matthews <josh@joshmatthews.net>

* Run test with normal and async html parser.

Signed-off-by: Josh Matthews <josh@joshmatthews.net>

---------

Signed-off-by: Josh Matthews <josh@joshmatthews.net>
2024-08-16 16:25:50 +00:00
..
async_html.rs Support HTML parser reentrancy (#32820) 2024-08-16 16:25:50 +00:00
html.rs Support HTML parser reentrancy (#32820) 2024-08-16 16:25:50 +00:00
mod.rs Support HTML parser reentrancy (#32820) 2024-08-16 16:25:50 +00:00
prefetch.rs Support HTML parser reentrancy (#32820) 2024-08-16 16:25:50 +00:00
xml.rs Support HTML parser reentrancy (#32820) 2024-08-16 16:25:50 +00:00