mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 21:59:07 +00:00
LibWeb+Browser: Remove old HTML parser :^)
The new parser is now used everywhere and it's working pretty well!
This commit is contained in:
parent
6c783dbf62
commit
6293d1a13c
Notes:
sideshowbarker
2024-07-19 05:22:23 +09:00
Author: https://github.com/awesomekling
Commit: 6293d1a13c
9 changed files with 1 additions and 560 deletions
|
@ -41,9 +41,6 @@ class PageView final
|
|||
public:
|
||||
virtual ~PageView() override;
|
||||
|
||||
// FIXME: Remove this once the new parser is ready.
|
||||
void set_use_old_parser(bool use_old_parser);
|
||||
|
||||
void load_html(const StringView&, const URL&);
|
||||
void load_empty_document();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue