1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 19:37:35 +00:00

LibWeb: Implement "create a new child navigable" and supporting code

Implements https://html.spec.whatwg.org/multipage/document-sequences.html#create-a-new-child-navigable

Co-authored-by: Andreas Kling <kling@serenityos.org>
This commit is contained in:
Aliaksandr Kalenik 2023-07-10 21:08:57 +02:00 committed by Andreas Kling
parent 1d2f1abf97
commit 41f9dcd89b
2 changed files with 80 additions and 0 deletions

View file

@ -48,6 +48,8 @@ protected:
void create_new_nested_browsing_context();
WebIDL::ExceptionOr<void> create_new_child_navigable();
JS::GCPtr<BrowsingContext> m_nested_browsing_context;
// https://html.spec.whatwg.org/multipage/document-sequences.html#content-navigable