mirror of
https://github.com/servo/servo.git
synced 2025-06-10 09:33:13 +00:00
Implement window.parent for iframes.
This commit is contained in:
parent
7e3f504d94
commit
0873e5c8ca
11 changed files with 60 additions and 25 deletions
|
@ -56,7 +56,7 @@ pub struct NewLayoutInfo {
|
|||
/// Messages sent from the constellation to the script task
|
||||
pub enum ConstellationControlMsg {
|
||||
/// Loads a new URL on the specified pipeline.
|
||||
Load(PipelineId, LoadData),
|
||||
Load(PipelineId, Option<PipelineId>, LoadData),
|
||||
/// Gives a channel and ID to a layout task, as well as the ID of that layout's parent
|
||||
AttachLayout(NewLayoutInfo),
|
||||
/// Window resized. Sends a DOM event eventually, but first we combine events.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue