mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Add support for switching frames with the webdriver API.
This moves webdriver_traits into msg to avoid a circular dependency.
This commit is contained in:
parent
c724444ccb
commit
49f1b13ad9
20 changed files with 273 additions and 122 deletions
|
@ -8,10 +8,10 @@ extern crate geom;
|
|||
extern crate hyper;
|
||||
extern crate layers;
|
||||
extern crate png;
|
||||
extern crate rustc_serialize;
|
||||
extern crate util;
|
||||
extern crate url;
|
||||
extern crate style;
|
||||
extern crate webdriver_traits;
|
||||
|
||||
#[cfg(target_os="macos")]
|
||||
extern crate core_foundation;
|
||||
|
@ -20,3 +20,4 @@ extern crate io_surface;
|
|||
|
||||
pub mod compositor_msg;
|
||||
pub mod constellation_msg;
|
||||
pub mod webdriver_msg;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue