mirror of
https://github.com/servo/servo.git
synced 2025-10-12 06:20:26 +01:00
structural changes to support Iframes
This commit is contained in:
parent
eaa20edcd7
commit
e9888b299c
30 changed files with 1416 additions and 835 deletions
|
@ -7,8 +7,7 @@
|
|||
/// from layout.
|
||||
|
||||
use dom::node::{AbstractNode, ScriptView, LayoutView};
|
||||
use script_task::{ScriptMsg, ScriptChan};
|
||||
|
||||
use script_task::{ScriptChan};
|
||||
use std::comm::{Chan, SharedChan};
|
||||
use geom::rect::Rect;
|
||||
use geom::size::Size2D;
|
||||
|
@ -32,9 +31,6 @@ pub enum Msg {
|
|||
/// FIXME(pcwalton): As noted below, this isn't very type safe.
|
||||
QueryMsg(LayoutQuery),
|
||||
|
||||
/// Routes a message (usually from the compositor) to the appropriate script task
|
||||
RouteScriptMsg(ScriptMsg),
|
||||
|
||||
/// Requests that the layout task shut down and exit.
|
||||
ExitMsg,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue