mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Removed root browsing context from constellation.
This commit is contained in:
parent
ad47d33511
commit
2fd925bac9
5 changed files with 181 additions and 153 deletions
|
@ -104,9 +104,8 @@ pub enum ScriptMsg {
|
|||
LoadUrl(PipelineId, LoadData, bool),
|
||||
/// Post a message to the currently active window of a given browsing context.
|
||||
PostMessage(BrowsingContextId, Option<ImmutableOrigin>, Vec<u8>),
|
||||
/// Dispatch a mozbrowser event to the parent of this pipeline.
|
||||
/// The first PipelineId is for the parent, the second is for the originating pipeline.
|
||||
MozBrowserEvent(PipelineId, PipelineId, MozBrowserEvent),
|
||||
/// Dispatch a mozbrowser event to the parent of a mozbrowser iframe.
|
||||
MozBrowserEvent(PipelineId, TopLevelBrowsingContextId, MozBrowserEvent),
|
||||
/// HTMLIFrameElement Forward or Back traversal.
|
||||
TraverseHistory(TopLevelBrowsingContextId, TraversalDirection),
|
||||
/// Gets the length of the joint session history from the constellation.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue