mirror of
https://github.com/RGBCube/serenity
synced 2025-05-17 18:55: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
9 changed files with 1 additions and 560 deletions
|
@ -340,11 +340,6 @@ void PageView::scroll_to_anchor(const StringView& name)
|
|||
window()->set_override_cursor(GUI::StandardCursor::None);
|
||||
}
|
||||
|
||||
void PageView::set_use_old_parser(bool use_old_parser)
|
||||
{
|
||||
page().main_frame().loader().set_use_old_parser(use_old_parser);
|
||||
}
|
||||
|
||||
void PageView::load_empty_document()
|
||||
{
|
||||
page().main_frame().set_document(nullptr);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue