ladybird/Libraries/LibWeb/HTML/Parser/Rust
Andreas Kling 29784ea397 LibWeb: Remove the C++ HTML tree builder
Delete the old C++ tree-construction implementation and helper classes
that became unused once the Rust parser is unconditional. Remove the C++
stack of open elements, active formatting elements, speculative mock
element, and tree-builder-only token storage.

Keep the C++ parser entry points that still own LibWeb DOM integration,
encoding detection, tokenizer bridging, incremental parsing, and the
speculative parser support used by resource discovery.
2026-05-17 15:35:56 +02:00
..
src LibWeb: Remove the C++ HTML tree builder 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