mirror of
https://github.com/servo/servo.git
synced 2025-07-23 15:23:42 +01:00
Move webdriver_msg to script_traits.
This commit is contained in:
parent
b8fe9e9637
commit
77caf83098
12 changed files with 20 additions and 22 deletions
|
@ -33,11 +33,11 @@ use ipc_channel::ipc::{self, IpcReceiver, IpcSender};
|
|||
use keys::keycodes_to_keys;
|
||||
use msg::constellation_msg::{FrameId, LoadData, PipelineId};
|
||||
use msg::constellation_msg::{NavigationDirection, PixelFormat};
|
||||
use msg::webdriver_msg::{LoadStatus, WebDriverCookieError, WebDriverFrameId};
|
||||
use msg::webdriver_msg::{WebDriverJSError, WebDriverJSResult, WebDriverScriptCommand};
|
||||
use regex::Captures;
|
||||
use rustc_serialize::base64::{CharacterSet, Config, Newline, ToBase64};
|
||||
use rustc_serialize::json::{Json, ToJson};
|
||||
use script_traits::webdriver_msg::{LoadStatus, WebDriverCookieError, WebDriverFrameId};
|
||||
use script_traits::webdriver_msg::{WebDriverJSError, WebDriverJSResult, WebDriverScriptCommand};
|
||||
use script_traits::{ConstellationMsg, WebDriverCommandMsg};
|
||||
use std::borrow::ToOwned;
|
||||
use std::collections::BTreeMap;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue