mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 01:17:35 +00:00
LibWeb: Stop sending "load" event twice to iframes
The "completely finish loading" algorithm (from the HTML spec) is responsible for sending a "load" event to nested browsing context containers (iframes). This patch removes the old mechanism for sending "load" events, which we had mistakenly kept around, causing two events to be sent instead of one. :^)
This commit is contained in:
parent
58309444d7
commit
108de5dea0
3 changed files with 0 additions and 10 deletions
|
@ -23,8 +23,6 @@ public:
|
|||
Origin content_origin() const;
|
||||
bool may_access_from_origin(const Origin&) const;
|
||||
|
||||
void nested_browsing_context_did_load(Badge<FrameLoader>);
|
||||
|
||||
virtual void inserted() override;
|
||||
|
||||
protected:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue