mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-11 02:29:21 +00:00
LibWeb: Handle window.open() when passed a navigable name
This commit is contained in:
parent
e3f5bbcbbe
commit
0104c8d052
Notes:
sideshowbarker
2024-07-17 11:34:34 +09:00
Author: https://github.com/ADKaster
Commit: 0104c8d052
Pull-request: https://github.com/SerenityOS/serenity/pull/22081
Reviewed-by: https://github.com/kalenikaliaksandr ✅
3 changed files with 47 additions and 1 deletions
|
@ -55,6 +55,7 @@ public:
|
|||
JS::GCPtr<BrowsingContext> next_sibling() const;
|
||||
|
||||
bool is_ancestor_of(BrowsingContext const&) const;
|
||||
bool is_familiar_with(BrowsingContext const&) const;
|
||||
|
||||
template<typename Callback>
|
||||
IterationDecision for_each_in_inclusive_subtree(Callback callback) const
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue