mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 01:35:08 +02:00
LibWeb/HTML: Stop observing lazy-loaded iframes when navigating
This commit is contained in:
committed by
Andreas Kling
parent
0957c59c26
commit
f11347739a
Notes:
github-actions[bot]
2025-01-11 10:11:41 +00:00
Author: https://github.com/AtkinsSJ Commit: https://github.com/LadybirdBrowser/ladybird/commit/f11347739ab Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3171
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user