mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Remove SetVisible message from iframe
This commit is contained in:
parent
b006913e79
commit
39c652ed13
3 changed files with 0 additions and 48 deletions
|
@ -175,8 +175,6 @@ pub enum ScriptMsg {
|
|||
/// Notification that this iframe should be removed.
|
||||
/// Returns a list of pipelines which were closed.
|
||||
RemoveIFrame(BrowsingContextId, IpcSender<Vec<PipelineId>>),
|
||||
/// Change pipeline visibility
|
||||
SetVisible(bool),
|
||||
/// Notifies constellation that an iframe's visibility has been changed.
|
||||
VisibilityChangeComplete(bool),
|
||||
/// A load has been requested in an IFrame.
|
||||
|
@ -243,7 +241,6 @@ impl fmt::Debug for ScriptMsg {
|
|||
ReplaceHistoryState(..) => "ReplaceHistoryState",
|
||||
JointSessionHistoryLength(..) => "JointSessionHistoryLength",
|
||||
RemoveIFrame(..) => "RemoveIFrame",
|
||||
SetVisible(..) => "SetVisible",
|
||||
VisibilityChangeComplete(..) => "VisibilityChangeComplete",
|
||||
ScriptLoadedURLInIFrame(..) => "ScriptLoadedURLInIFrame",
|
||||
ScriptNewIFrame(..) => "ScriptNewIFrame",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue