mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-03 09:48:47 +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
|
@ -40,6 +40,9 @@ private:
|
|||
|
||||
virtual void initialize(JS::Realm&) override;
|
||||
|
||||
// ^DOM::Node
|
||||
virtual bool is_html_iframe_element() const override { return true; }
|
||||
|
||||
// ^DOM::Element
|
||||
virtual void post_connection() override;
|
||||
virtual void removed_from(Node*) override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue