mirror of
https://github.com/servo/servo.git
synced 2025-08-13 17:35:36 +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
|
@ -1,11 +0,0 @@
|
|||
[package]
|
||||
name = "webdriver_traits"
|
||||
version = "0.0.1"
|
||||
authors = ["The Servo Project Developers"]
|
||||
|
||||
[lib]
|
||||
name = "webdriver_traits"
|
||||
path = "lib.rs"
|
||||
|
||||
[dependencies]
|
||||
rustc-serialize="0.3.4"
|
Loading…
Add table
Add a link
Reference in a new issue