mirror of
https://github.com/servo/servo.git
synced 2025-06-09 00:53:26 +00:00
IFrame elements now manage FrameIds rather than the constellation.
This commit is contained in:
parent
86f31d0dc7
commit
f53408df80
7 changed files with 169 additions and 177 deletions
|
@ -449,6 +449,8 @@ pub struct IFrameLoadInfo {
|
|||
pub load_data: Option<LoadData>,
|
||||
/// Pipeline ID of the parent of this iframe
|
||||
pub parent_pipeline_id: PipelineId,
|
||||
/// The ID for this iframe.
|
||||
pub frame_id: FrameId,
|
||||
/// The old pipeline ID for this iframe, if a page was previously loaded.
|
||||
pub old_pipeline_id: Option<PipelineId>,
|
||||
/// The new pipeline ID that the iframe has generated.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue