mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
move MozBrowserEvent to script_traits (+ documentation)
This commit is contained in:
parent
0e6bca8e8e
commit
4b773cefe9
10 changed files with 74 additions and 77 deletions
|
@ -24,10 +24,10 @@ use encoding::all::UTF_8;
|
|||
use ipc_channel::ipc;
|
||||
use ipc_channel::router::ROUTER;
|
||||
use layout_interface::{LayoutChan, Msg};
|
||||
use msg::constellation_msg::{ConstellationChan, MozBrowserEvent};
|
||||
use msg::constellation_msg::ConstellationChan;
|
||||
use net_traits::{AsyncResponseListener, AsyncResponseTarget, Metadata};
|
||||
use network_listener::{NetworkListener, PreInvoke};
|
||||
use script_traits::ScriptMsg as ConstellationMsg;
|
||||
use script_traits::{MozBrowserEvent, ScriptMsg as ConstellationMsg};
|
||||
use std::ascii::AsciiExt;
|
||||
use std::borrow::ToOwned;
|
||||
use std::cell::Cell;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue