mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 20:29:18 +00:00
LibWeb/HTML: Inform navigation API about frame container destruction
This commit is contained in:
parent
022cd1adca
commit
6032827fe7
Notes:
github-actions[bot]
2025-04-27 11:55:11 +00:00
Author: https://github.com/shannonbooth
Commit: 6032827fe7
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4487
Reviewed-by: https://github.com/trflynn89
3 changed files with 17 additions and 1 deletions
|
@ -186,6 +186,8 @@ public:
|
|||
bool has_session_history_entry_and_ready_for_navigation() const { return m_has_session_history_entry_and_ready_for_navigation; }
|
||||
void set_has_session_history_entry_and_ready_for_navigation();
|
||||
|
||||
void inform_the_navigation_api_about_child_navigable_destruction();
|
||||
|
||||
bool has_pending_navigations() const { return !m_pending_navigations.is_empty(); }
|
||||
|
||||
template<typename T>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue