Move WebDriverCommandMsg to script_traits.

This commit is contained in:
Ms2ger 2016-07-04 14:03:16 +02:00
parent 61491447e2
commit 54bb138ddc
4 changed files with 29 additions and 22 deletions

View file

@ -24,7 +24,6 @@ use gfx_traits::Epoch;
use ipc_channel::ipc::{self, IpcSender};
use ipc_channel::router::ROUTER;
use layout_traits::LayoutThreadFactory;
use msg::constellation_msg::WebDriverCommandMsg;
use msg::constellation_msg::{FrameId, FrameType, PipelineId};
use msg::constellation_msg::{Key, KeyModifiers, KeyState, LoadData};
use msg::constellation_msg::{PipelineNamespace, PipelineNamespaceId, NavigationDirection};
@ -46,7 +45,7 @@ use script_traits::{ConstellationControlMsg, ConstellationMsg as FromCompositorM
use script_traits::{DocumentState, LayoutControlMsg};
use script_traits::{IFrameLoadInfo, IFrameSandboxState, TimerEventRequest};
use script_traits::{LayoutMsg as FromLayoutMsg, ScriptMsg as FromScriptMsg, ScriptThreadFactory};
use script_traits::{MozBrowserEvent, MozBrowserErrorType};
use script_traits::{MozBrowserEvent, MozBrowserErrorType, WebDriverCommandMsg};
use std::borrow::ToOwned;
use std::collections::HashMap;
use std::io::Error as IOError;