mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-08 09:09:43 +00:00
LibWeb/HTML: Stop observing lazy-loaded iframes when navigating
This commit is contained in:
parent
0957c59c26
commit
f11347739a
Notes:
github-actions[bot]
2025-01-11 10:11:41 +00:00
Author: https://github.com/AtkinsSJ
Commit: f11347739a
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3171
3 changed files with 14 additions and 3 deletions
|
@ -171,6 +171,7 @@ public:
|
|||
virtual bool is_html_object_element() const { return false; }
|
||||
virtual bool is_html_form_element() const { return false; }
|
||||
virtual bool is_html_image_element() const { return false; }
|
||||
virtual bool is_html_iframe_element() const { return false; }
|
||||
virtual bool is_navigable_container() const { return false; }
|
||||
virtual bool is_lazy_loading() const { return false; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue