Files
ladybird/Libraries/LibWeb/HTML/Parser/HTMLParser.cpp
Aliaksandr Kalenik 01fa8a27ac LibWeb: Extract HTMLParser::run_until_completion()
Pull the post-parse-action setup, run loop, and post-parse invocation
out of HTMLParser::run(URL, ...) into a new run_until_completion()
method. The URL overload still calls it; behavior is unchanged. The
incremental parser will use this entry point directly without going
through the URL-setting overload.
2026-04-29 04:12:44 +02:00

271 KiB