mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 21:29:06 +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
Notes:
sideshowbarker
2024-07-17 07:06:47 +09:00
Author: https://github.com/kalenikaliaksandr
Commit: 41f9dcd89b
Pull-request: https://github.com/SerenityOS/serenity/pull/19931
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