mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Make iframes block the enclosing document's load event. Fixes #6663.
This commit is contained in:
parent
fc3f93235e
commit
e9b98ad5fa
17 changed files with 2054 additions and 19 deletions
|
@ -832,7 +832,7 @@ impl<LTF: LayoutThreadFactory, STF: ScriptThreadFactory> Constellation<LTF, STF>
|
|||
let parent_pipeline = self.pipeline(subframe_parent.0);
|
||||
let msg = ConstellationControlMsg::DispatchFrameLoadEvent {
|
||||
target: pipeline_id,
|
||||
parent: subframe_parent.0
|
||||
parent: subframe_parent.0,
|
||||
};
|
||||
parent_pipeline.script_chan.send(msg).unwrap();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue