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:
parent
1d2f1abf97
commit
41f9dcd89b
2 changed files with 80 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue