mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +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
|
@ -142,7 +142,7 @@ pub enum ConstellationControlMsg {
|
|||
/// The pipeline that has been marked as loaded.
|
||||
target: PipelineId,
|
||||
/// The pipeline that contains a frame loading the target pipeline.
|
||||
parent: PipelineId
|
||||
parent: PipelineId,
|
||||
},
|
||||
/// Notifies a parent frame that one of its child frames is now active.
|
||||
FramedContentChanged(PipelineId, SubpageId),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue