mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Suppress iframe size messages from layout that include unchanged sizes.
This commit is contained in:
parent
b1a4913b3f
commit
49a100ca8b
5 changed files with 76 additions and 21 deletions
|
@ -61,7 +61,9 @@ use webvr_traits::{WebVREvent, WebVRMsg};
|
|||
pub use crate::script_msg::{
|
||||
DOMMessage, SWManagerMsg, SWManagerSenders, ScopeThings, ServiceWorkerMsg,
|
||||
};
|
||||
pub use crate::script_msg::{EventResult, LayoutMsg, LogEntry, ScriptMsg};
|
||||
pub use crate::script_msg::{
|
||||
EventResult, IFrameSize, IFrameSizeMsg, LayoutMsg, LogEntry, ScriptMsg,
|
||||
};
|
||||
|
||||
/// The address of a node. Layout sends these back. They must be validated via
|
||||
/// `from_untrusted_node_address` before they can be used, because we do not trust layout.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue