ladybird/Libraries/LibWeb/HTML/Parser/Rust
Andreas Kling de12062515 LibWeb: Wire Rust parser scripts and fragments
Preserve Rust parser state across tokenizer runs and stop cleanly when
a parser-blocking script has to execute. Thread the pending script back
through the existing C++ parser entry point so document.write(), input
insertion points, and script bookkeeping continue to use the normal
LibWeb machinery.

Add the fragment parser setup needed by innerHTML and contextual
fragment parsing, including context elements, form ownership, tokenizer
state selection, text coalescing, and foreign-content integration.
2026-05-17 15:35:56 +02:00
..
src LibWeb: Wire Rust parser scripts and fragments 2026-05-17 15:35:56 +02:00
build.rs LibWeb: Replace the HTML tokenizer with Rust 2026-05-15 21:01:40 +02:00
Cargo.toml LibWeb: Replace the HTML tokenizer with Rust 2026-05-15 21:01:40 +02:00
cbindgen.toml LibWeb: Replace the HTML tokenizer with Rust 2026-05-15 21:01:40 +02:00