mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Implement browsing context discarding.
This commit is contained in:
parent
143dfc879e
commit
7c2de62124
12 changed files with 196 additions and 160 deletions
|
@ -102,7 +102,8 @@ pub enum ScriptMsg {
|
|||
/// Status message to be displayed in the chrome, eg. a link URL on mouseover.
|
||||
NodeStatus(Option<String>),
|
||||
/// Notification that this iframe should be removed.
|
||||
RemoveIFrame(PipelineId, Option<IpcSender<()>>),
|
||||
/// Returns a list of pipelines which were closed.
|
||||
RemoveIFrame(FrameId, IpcSender<Vec<PipelineId>>),
|
||||
/// Change pipeline visibility
|
||||
SetVisible(PipelineId, bool),
|
||||
/// Notifies constellation that an iframe's visibility has been changed.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue