mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-18 23:42:17 +00:00
LibWeb: Add did_stop_being_active_document_in_navigable()
This commit is contained in:
parent
4532584b3a
commit
2fbb6ae520
Notes:
sideshowbarker
2024-07-17 22:41:14 +09:00
Author: https://github.com/kalenikaliaksandr
Commit: 2fbb6ae520
Pull-request: https://github.com/SerenityOS/serenity/pull/18219
2 changed files with 14 additions and 0 deletions
|
@ -503,6 +503,7 @@ public:
|
|||
bool is_allowed_to_use_feature(PolicyControlledFeature) const;
|
||||
|
||||
void did_stop_being_active_document_in_browsing_context(Badge<HTML::BrowsingContext>);
|
||||
void did_stop_being_active_document_in_navigable();
|
||||
|
||||
bool query_command_supported(String const&) const;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue