mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 06:32:30 +02:00
LibWeb: Handle window.open() when passed a navigable name
This commit is contained in:
committed by
Alexander Kalenik
parent
e3f5bbcbbe
commit
0104c8d052
Notes:
sideshowbarker
2024-07-17 11:34:34 +09:00
Author: https://github.com/ADKaster Commit: https://github.com/SerenityOS/serenity/commit/0104c8d052 Pull-request: https://github.com/SerenityOS/serenity/pull/22081 Reviewed-by: https://github.com/kalenikaliaksandr ✅
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user