mirror of
https://github.com/servo/servo.git
synced 2025-06-28 11:03:39 +01:00
Replace script thread root browsing context by a collection of documents.
This commit is contained in:
parent
ee588a31c3
commit
0d16a2a54e
9 changed files with 496 additions and 639 deletions
|
@ -83,8 +83,9 @@ pub enum ScriptMsg {
|
|||
/// A new load has been requested, with an option to replace the current entry once loaded
|
||||
/// instead of adding a new entry.
|
||||
LoadUrl(PipelineId, LoadData, bool),
|
||||
/// Dispatch a mozbrowser event to the parent of this pipeline.
|
||||
/// The first PipelineId is for the parent, the second is for the originating pipeline.
|
||||
/// Dispatch a mozbrowser event to a given iframe,
|
||||
/// or to the window if no subpage id is provided.
|
||||
/// First PipelineId is for the parent, second PipelineId is in the frame.
|
||||
MozBrowserEvent(PipelineId, PipelineId, MozBrowserEvent),
|
||||
/// HTMLIFrameElement Forward or Back traversal.
|
||||
TraverseHistory(Option<PipelineId>, TraversalDirection),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue