ladybird/Libraries/LibWeb/HTML/Parser/Rust/src
Sam Atkins bb4f8a6621 LibWeb: Track parser-created style sheets
Create parser-blocking style sheets when parser-created `<style>`
elements are popped from the stack of open elements, and ignore dynamic
style updates while those elements are still open in the parser.

Make the shared style-element script-blocking predicate describe the
active style sheet instance. Stale script-blocking entries are removed
when that style sheet is replaced or removed.
2026-06-04 16:39:54 +01:00
..
entities.rs LibWeb: Replace the HTML tokenizer with Rust 2026-05-15 21:01:40 +02:00
interned_names.rs LibWeb: Replace the HTML tokenizer with Rust 2026-05-15 21:01:40 +02:00
lib.rs Rust: Set import granularity to Item 2026-05-28 06:52:18 +02:00
parser.rs LibWeb: Track parser-created style sheets 2026-06-04 16:39:54 +01:00
preload_scanner.rs Rust: Set import granularity to Item 2026-05-28 06:52:18 +02:00
token.rs LibWeb: Add Rust preload scanner 2026-05-18 00:23:52 +02:00
tokenizer.rs Rust: Set import granularity to Item 2026-05-28 06:52:18 +02:00