Last active
October 10, 2017 16:07
-
-
Save paulrouget/385dd3d86028c698c98776d8d198e61a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/rust/Cargo.lock b/rust/Cargo.lock | |
| index a49640b..9d60f18 100644 | |
| --- a/rust/Cargo.lock | |
| +++ b/rust/Cargo.lock | |
| @@ -4,7 +4,7 @@ version = "0.1.0" | |
| dependencies = [ | |
| "gl_generator 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "libc 0.2.23 (registry+https://github.com/rust-lang/crates.io-index)", | |
| - "libservo 0.0.1", | |
| + "libservo 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "moz-cheddar 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| @@ -183,13 +183,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |
| [[package]] | |
| name = "bluetooth" | |
| version = "0.0.1" | |
| +source = "git+https://github.com/servo/servo?rev=2a179cec2b#2a179cec2b9c02d0d7ca4bc285e97bb8911f047d" | |
| dependencies = [ | |
| "bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| - "bluetooth_traits 0.0.1", | |
| + "bluetooth_traits 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| "device 0.0.1 (git+https://github.com/servo/devices)", | |
| "ipc-channel 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| - "servo_config 0.0.1", | |
| - "servo_rand 0.0.1", | |
| + "servo_config 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| + "servo_rand 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| "tinyfiledialogs 2.5.9 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "uuid 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| @@ -197,11 +198,12 @@ dependencies = [ | |
| [[package]] | |
| name = "bluetooth_traits" | |
| version = "0.0.1" | |
| +source = "git+https://github.com/servo/servo?rev=2a179cec2b#2a179cec2b9c02d0d7ca4bc285e97bb8911f047d" | |
| dependencies = [ | |
| "ipc-channel 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "regex 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "serde 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)", | |
| - "servo_config 0.0.1", | |
| + "servo_config 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| ] | |
| [[package]] | |
| @@ -273,10 +275,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |
| [[package]] | |
| name = "canvas" | |
| version = "0.0.1" | |
| +source = "git+https://github.com/servo/servo?rev=2a179cec2b#2a179cec2b9c02d0d7ca4bc285e97bb8911f047d" | |
| dependencies = [ | |
| "azure 0.21.2 (git+https://github.com/servo/rust-azure)", | |
| - "canvas_traits 0.0.1", | |
| - "compositing 0.0.1", | |
| + "canvas_traits 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| + "compositing 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| "cssparser 0.21.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "euclid 0.15.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "fnv 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
| @@ -292,6 +295,7 @@ dependencies = [ | |
| [[package]] | |
| name = "canvas_traits" | |
| version = "0.0.1" | |
| +source = "git+https://github.com/servo/servo?rev=2a179cec2b#2a179cec2b9c02d0d7ca4bc285e97bb8911f047d" | |
| dependencies = [ | |
| "cssparser 0.21.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "euclid 0.15.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
| @@ -301,7 +305,7 @@ dependencies = [ | |
| "lazy_static 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "offscreen_gl_context 0.11.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "serde 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)", | |
| - "servo_config 0.0.1", | |
| + "servo_config 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| "webrender_api 0.52.0 (git+https://github.com/servo/webrender)", | |
| ] | |
| @@ -402,21 +406,22 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |
| [[package]] | |
| name = "compositing" | |
| version = "0.0.1" | |
| +source = "git+https://github.com/servo/servo?rev=2a179cec2b#2a179cec2b9c02d0d7ca4bc285e97bb8911f047d" | |
| dependencies = [ | |
| "euclid 0.15.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
| - "gfx_traits 0.0.1", | |
| + "gfx_traits 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| "gleam 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "image 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "ipc-channel 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
| - "msg 0.0.1", | |
| - "net_traits 0.0.1", | |
| - "profile_traits 0.0.1", | |
| - "script_traits 0.0.1", | |
| - "servo_config 0.0.1", | |
| - "servo_geometry 0.0.1", | |
| - "servo_url 0.0.1", | |
| - "style_traits 0.0.1", | |
| + "msg 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| + "net_traits 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| + "profile_traits 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| + "script_traits 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| + "servo_config 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| + "servo_geometry 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| + "servo_url 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| + "style_traits 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| "time 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "webrender 0.52.0 (git+https://github.com/servo/webrender)", | |
| "webrender_api 0.52.0 (git+https://github.com/servo/webrender)", | |
| @@ -425,38 +430,39 @@ dependencies = [ | |
| [[package]] | |
| name = "constellation" | |
| version = "0.0.1" | |
| +source = "git+https://github.com/servo/servo?rev=2a179cec2b#2a179cec2b9c02d0d7ca4bc285e97bb8911f047d" | |
| dependencies = [ | |
| "backtrace 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
| - "bluetooth_traits 0.0.1", | |
| - "canvas 0.0.1", | |
| - "canvas_traits 0.0.1", | |
| + "bluetooth_traits 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| + "canvas 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| + "canvas_traits 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| "clipboard 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| - "compositing 0.0.1", | |
| - "debugger 0.0.1", | |
| - "devtools_traits 0.0.1", | |
| + "compositing 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| + "debugger 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| + "devtools_traits 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| "euclid 0.15.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "gaol 0.0.1 (git+https://github.com/servo/gaol)", | |
| - "gfx 0.0.1", | |
| - "gfx_traits 0.0.1", | |
| + "gfx 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| + "gfx_traits 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| "hyper 0.10.13 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "ipc-channel 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "itertools 0.5.10 (registry+https://github.com/rust-lang/crates.io-index)", | |
| - "layout_traits 0.0.1", | |
| + "layout_traits 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
| - "metrics 0.0.1", | |
| - "msg 0.0.1", | |
| - "net 0.0.1", | |
| - "net_traits 0.0.1", | |
| - "profile_traits 0.0.1", | |
| - "script_traits 0.0.1", | |
| + "metrics 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| + "msg 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| + "net 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| + "net_traits 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| + "profile_traits 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| + "script_traits 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| "serde 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)", | |
| - "servo_config 0.0.1", | |
| - "servo_rand 0.0.1", | |
| - "servo_remutex 0.0.1", | |
| - "servo_url 0.0.1", | |
| - "style_traits 0.0.1", | |
| + "servo_config 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| + "servo_rand 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| + "servo_remutex 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| + "servo_url 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| + "style_traits 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| "webrender_api 0.52.0 (git+https://github.com/servo/webrender)", | |
| - "webvr_traits 0.0.1", | |
| + "webvr_traits 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| ] | |
| [[package]] | |
| @@ -592,6 +598,7 @@ dependencies = [ | |
| [[package]] | |
| name = "debugger" | |
| version = "0.0.1" | |
| +source = "git+https://github.com/servo/servo?rev=2a179cec2b#2a179cec2b9c02d0d7ca4bc285e97bb8911f047d" | |
| dependencies = [ | |
| "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "ws 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| @@ -609,6 +616,7 @@ dependencies = [ | |
| [[package]] | |
| name = "deny_public_fields" | |
| version = "0.0.1" | |
| +source = "git+https://github.com/servo/servo?rev=2a179cec2b#2a179cec2b9c02d0d7ca4bc285e97bb8911f047d" | |
| dependencies = [ | |
| "syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "synstructure 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
| @@ -628,13 +636,14 @@ dependencies = [ | |
| [[package]] | |
| name = "devtools" | |
| version = "0.0.1" | |
| +source = "git+https://github.com/servo/servo?rev=2a179cec2b#2a179cec2b9c02d0d7ca4bc285e97bb8911f047d" | |
| dependencies = [ | |
| - "devtools_traits 0.0.1", | |
| + "devtools_traits 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| "hyper 0.10.13 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "hyper_serde 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "ipc-channel 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
| - "msg 0.0.1", | |
| + "msg 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| "serde 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "serde_json 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "time 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)", | |
| @@ -643,6 +652,7 @@ dependencies = [ | |
| [[package]] | |
| name = "devtools_traits" | |
| version = "0.0.1" | |
| +source = "git+https://github.com/servo/servo?rev=2a179cec2b#2a179cec2b9c02d0d7ca4bc285e97bb8911f047d" | |
| dependencies = [ | |
| "bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "heapsize 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| @@ -650,19 +660,21 @@ dependencies = [ | |
| "hyper 0.10.13 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "hyper_serde 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "ipc-channel 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| - "msg 0.0.1", | |
| + "msg 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| "serde 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)", | |
| - "servo_url 0.0.1", | |
| + "servo_url 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| "time 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "dom_struct" | |
| version = "0.0.1" | |
| +source = "git+https://github.com/servo/servo?rev=2a179cec2b#2a179cec2b9c02d0d7ca4bc285e97bb8911f047d" | |
| [[package]] | |
| name = "domobject_derive" | |
| version = "0.0.1" | |
| +source = "git+https://github.com/servo/servo?rev=2a179cec2b#2a179cec2b9c02d0d7ca4bc285e97bb8911f047d" | |
| dependencies = [ | |
| "quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)", | |
| @@ -824,8 +836,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |
| [[package]] | |
| name = "fallible" | |
| version = "0.0.1" | |
| +source = "git+https://github.com/servo/servo?rev=2a179cec2b#2a179cec2b9c02d0d7ca4bc285e97bb8911f047d" | |
| dependencies = [ | |
| - "hashglobe 0.1.0", | |
| + "hashglobe 0.1.0 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| "smallvec 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| @@ -929,6 +942,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |
| [[package]] | |
| name = "gfx" | |
| version = "0.0.1" | |
| +source = "git+https://github.com/servo/servo?rev=2a179cec2b#2a179cec2b9c02d0d7ca4bc285e97bb8911f047d" | |
| dependencies = [ | |
| "app_units 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| @@ -941,7 +955,7 @@ dependencies = [ | |
| "fnv 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "fontsan 0.3.2 (git+https://github.com/servo/fontsan)", | |
| "freetype 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| - "gfx_traits 0.0.1", | |
| + "gfx_traits 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| "harfbuzz-sys 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "heapsize 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "heapsize_derive 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", | |
| @@ -949,20 +963,20 @@ dependencies = [ | |
| "lazy_static 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "libc 0.2.23 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
| - "msg 0.0.1", | |
| - "net_traits 0.0.1", | |
| + "msg 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| + "net_traits 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| "ordered-float 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| - "range 0.0.1", | |
| + "range 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| "serde 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "servo-fontconfig 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
| - "servo_arc 0.0.1", | |
| - "servo_atoms 0.0.1", | |
| - "servo_geometry 0.0.1", | |
| - "servo_url 0.0.1", | |
| + "servo_arc 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| + "servo_atoms 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| + "servo_geometry 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| + "servo_url 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| "simd 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "smallvec 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
| - "style 0.0.1", | |
| - "style_traits 0.0.1", | |
| + "style 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| + "style_traits 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| "time 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "truetype 0.26.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "unicode-bidi 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
| @@ -975,10 +989,11 @@ dependencies = [ | |
| [[package]] | |
| name = "gfx_traits" | |
| version = "0.0.1" | |
| +source = "git+https://github.com/servo/servo?rev=2a179cec2b#2a179cec2b9c02d0d7ca4bc285e97bb8911f047d" | |
| dependencies = [ | |
| "heapsize 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "heapsize_derive 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", | |
| - "range 0.0.1", | |
| + "range 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| "serde 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| @@ -1039,6 +1054,7 @@ dependencies = [ | |
| [[package]] | |
| name = "hashglobe" | |
| version = "0.1.0" | |
| +source = "git+https://github.com/servo/servo?rev=2a179cec2b#2a179cec2b9c02d0d7ca4bc285e97bb8911f047d" | |
| dependencies = [ | |
| "heapsize 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "libc 0.2.23 (registry+https://github.com/rust-lang/crates.io-index)", | |
| @@ -1272,6 +1288,7 @@ dependencies = [ | |
| [[package]] | |
| name = "jstraceable_derive" | |
| version = "0.0.1" | |
| +source = "git+https://github.com/servo/servo?rev=2a179cec2b#2a179cec2b9c02d0d7ca4bc285e97bb8911f047d" | |
| dependencies = [ | |
| "quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)", | |
| @@ -1300,40 +1317,41 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |
| [[package]] | |
| name = "layout" | |
| version = "0.0.1" | |
| +source = "git+https://github.com/servo/servo?rev=2a179cec2b#2a179cec2b9c02d0d7ca4bc285e97bb8911f047d" | |
| dependencies = [ | |
| "app_units 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "atomic_refcell 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "bitflags 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
| - "canvas_traits 0.0.1", | |
| + "canvas_traits 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| "euclid 0.15.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "fnv 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
| - "gfx 0.0.1", | |
| - "gfx_traits 0.0.1", | |
| + "gfx 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| + "gfx_traits 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| "heapsize 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "html5ever 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "ipc-channel 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "libc 0.2.23 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
| - "msg 0.0.1", | |
| - "net_traits 0.0.1", | |
| + "msg 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| + "net_traits 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| "ordered-float 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "parking_lot 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
| - "profile_traits 0.0.1", | |
| - "range 0.0.1", | |
| + "profile_traits 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| + "range 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| "rayon 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
| - "script_layout_interface 0.0.1", | |
| - "script_traits 0.0.1", | |
| - "selectors 0.19.0", | |
| + "script_layout_interface 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| + "script_traits 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| + "selectors 0.19.0 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| "serde 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "serde_json 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
| - "servo_arc 0.0.1", | |
| - "servo_atoms 0.0.1", | |
| - "servo_config 0.0.1", | |
| - "servo_geometry 0.0.1", | |
| - "servo_url 0.0.1", | |
| + "servo_arc 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| + "servo_atoms 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| + "servo_config 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| + "servo_geometry 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| + "servo_url 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| "smallvec 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
| - "style 0.0.1", | |
| - "style_traits 0.0.1", | |
| + "style 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| + "style_traits 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| "unicode-bidi 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "unicode-script 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "webrender_api 0.52.0 (git+https://github.com/servo/webrender)", | |
| @@ -1342,54 +1360,56 @@ dependencies = [ | |
| [[package]] | |
| name = "layout_thread" | |
| version = "0.0.1" | |
| +source = "git+https://github.com/servo/servo?rev=2a179cec2b#2a179cec2b9c02d0d7ca4bc285e97bb8911f047d" | |
| dependencies = [ | |
| "app_units 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "atomic_refcell 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "euclid 0.15.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "fnv 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
| - "gfx 0.0.1", | |
| - "gfx_traits 0.0.1", | |
| + "gfx 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| + "gfx_traits 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| "heapsize 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "html5ever 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "ipc-channel 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| - "layout 0.0.1", | |
| - "layout_traits 0.0.1", | |
| + "layout 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| + "layout_traits 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| "lazy_static 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
| - "metrics 0.0.1", | |
| - "msg 0.0.1", | |
| - "net_traits 0.0.1", | |
| + "metrics 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| + "msg 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| + "net_traits 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| "parking_lot 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
| - "profile_traits 0.0.1", | |
| - "range 0.0.1", | |
| + "profile_traits 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| + "range 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| "rayon 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
| - "script 0.0.1", | |
| - "script_layout_interface 0.0.1", | |
| - "script_traits 0.0.1", | |
| - "selectors 0.19.0", | |
| + "script 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| + "script_layout_interface 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| + "script_traits 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| + "selectors 0.19.0 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| "serde_json 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
| - "servo_arc 0.0.1", | |
| - "servo_atoms 0.0.1", | |
| - "servo_config 0.0.1", | |
| - "servo_geometry 0.0.1", | |
| - "servo_url 0.0.1", | |
| - "style 0.0.1", | |
| - "style_traits 0.0.1", | |
| + "servo_arc 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| + "servo_atoms 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| + "servo_config 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| + "servo_geometry 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| + "servo_url 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| + "style 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| + "style_traits 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| "webrender_api 0.52.0 (git+https://github.com/servo/webrender)", | |
| ] | |
| [[package]] | |
| name = "layout_traits" | |
| version = "0.0.1" | |
| +source = "git+https://github.com/servo/servo?rev=2a179cec2b#2a179cec2b9c02d0d7ca4bc285e97bb8911f047d" | |
| dependencies = [ | |
| - "gfx 0.0.1", | |
| + "gfx 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| "ipc-channel 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| - "metrics 0.0.1", | |
| - "msg 0.0.1", | |
| - "net_traits 0.0.1", | |
| - "profile_traits 0.0.1", | |
| - "script_traits 0.0.1", | |
| - "servo_url 0.0.1", | |
| + "metrics 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| + "msg 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| + "net_traits 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| + "profile_traits 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| + "script_traits 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| + "servo_url 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| "webrender_api 0.52.0 (git+https://github.com/servo/webrender)", | |
| ] | |
| @@ -1442,42 +1462,43 @@ dependencies = [ | |
| [[package]] | |
| name = "libservo" | |
| version = "0.0.1" | |
| -dependencies = [ | |
| - "bluetooth 0.0.1", | |
| - "bluetooth_traits 0.0.1", | |
| - "canvas 0.0.1", | |
| - "canvas_traits 0.0.1", | |
| - "compositing 0.0.1", | |
| - "constellation 0.0.1", | |
| - "debugger 0.0.1", | |
| - "devtools 0.0.1", | |
| - "devtools_traits 0.0.1", | |
| +source = "git+https://github.com/servo/servo?rev=2a179cec2b#2a179cec2b9c02d0d7ca4bc285e97bb8911f047d" | |
| +dependencies = [ | |
| + "bluetooth 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| + "bluetooth_traits 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| + "canvas 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| + "canvas_traits 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| + "compositing 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| + "constellation 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| + "debugger 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| + "devtools 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| + "devtools_traits 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| "env_logger 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "euclid 0.15.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "gaol 0.0.1 (git+https://github.com/servo/gaol)", | |
| - "gfx 0.0.1", | |
| + "gfx 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| "gleam 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "ipc-channel 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| - "layout_thread 0.0.1", | |
| + "layout_thread 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
| - "msg 0.0.1", | |
| - "net 0.0.1", | |
| - "net_traits 0.0.1", | |
| - "profile 0.0.1", | |
| - "profile_traits 0.0.1", | |
| - "script 0.0.1", | |
| - "script_layout_interface 0.0.1", | |
| - "script_traits 0.0.1", | |
| - "servo_config 0.0.1", | |
| - "servo_geometry 0.0.1", | |
| - "servo_url 0.0.1", | |
| - "style 0.0.1", | |
| - "style_traits 0.0.1", | |
| - "webdriver_server 0.0.1", | |
| + "msg 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| + "net 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| + "net_traits 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| + "profile 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| + "profile_traits 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| + "script 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| + "script_layout_interface 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| + "script_traits 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| + "servo_config 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| + "servo_geometry 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| + "servo_url 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| + "style 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| + "style_traits 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| + "webdriver_server 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| "webrender 0.52.0 (git+https://github.com/servo/webrender)", | |
| "webrender_api 0.52.0 (git+https://github.com/servo/webrender)", | |
| - "webvr 0.0.1", | |
| - "webvr_traits 0.0.1", | |
| + "webvr 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| + "webvr_traits 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| ] | |
| [[package]] | |
| @@ -1499,6 +1520,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |
| [[package]] | |
| name = "lru_cache" | |
| version = "0.0.1" | |
| +source = "git+https://github.com/servo/servo?rev=2a179cec2b#2a179cec2b9c02d0d7ca4bc285e97bb8911f047d" | |
| dependencies = [ | |
| "arrayvec 0.3.23 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| @@ -1524,12 +1546,13 @@ dependencies = [ | |
| [[package]] | |
| name = "malloc_size_of" | |
| version = "0.0.1" | |
| +source = "git+https://github.com/servo/servo?rev=2a179cec2b#2a179cec2b9c02d0d7ca4bc285e97bb8911f047d" | |
| dependencies = [ | |
| "app_units 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "cssparser 0.21.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "euclid 0.15.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
| - "hashglobe 0.1.0", | |
| - "servo_arc 0.0.1", | |
| + "hashglobe 0.1.0 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| + "servo_arc 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| "smallbitvec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "smallvec 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| @@ -1537,6 +1560,7 @@ dependencies = [ | |
| [[package]] | |
| name = "malloc_size_of_derive" | |
| version = "0.0.1" | |
| +source = "git+https://github.com/servo/servo?rev=2a179cec2b#2a179cec2b9c02d0d7ca4bc285e97bb8911f047d" | |
| dependencies = [ | |
| "quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)", | |
| @@ -1584,15 +1608,16 @@ dependencies = [ | |
| [[package]] | |
| name = "metrics" | |
| version = "0.0.1" | |
| +source = "git+https://github.com/servo/servo?rev=2a179cec2b#2a179cec2b9c02d0d7ca4bc285e97bb8911f047d" | |
| dependencies = [ | |
| - "gfx 0.0.1", | |
| - "gfx_traits 0.0.1", | |
| + "gfx 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| + "gfx_traits 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| "ipc-channel 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
| - "msg 0.0.1", | |
| - "profile_traits 0.0.1", | |
| - "script_traits 0.0.1", | |
| - "servo_config 0.0.1", | |
| + "msg 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| + "profile_traits 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| + "script_traits 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| + "servo_config 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| ] | |
| [[package]] | |
| @@ -1692,6 +1717,7 @@ dependencies = [ | |
| [[package]] | |
| name = "msg" | |
| version = "0.0.1" | |
| +source = "git+https://github.com/servo/servo?rev=2a179cec2b#2a179cec2b9c02d0d7ca4bc285e97bb8911f047d" | |
| dependencies = [ | |
| "bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "heapsize 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| @@ -1715,11 +1741,12 @@ dependencies = [ | |
| [[package]] | |
| name = "net" | |
| version = "0.0.1" | |
| +source = "git+https://github.com/servo/servo?rev=2a179cec2b#2a179cec2b9c02d0d7ca4bc285e97bb8911f047d" | |
| dependencies = [ | |
| "base64 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "brotli 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "cookie 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
| - "devtools_traits 0.0.1", | |
| + "devtools_traits 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| "flate2 0.2.19 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "hyper 0.10.13 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "hyper-openssl 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
| @@ -1731,16 +1758,16 @@ dependencies = [ | |
| "matches 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "mime 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "mime_guess 1.8.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
| - "msg 0.0.1", | |
| - "net_traits 0.0.1", | |
| + "msg 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| + "net_traits 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| "openssl 0.9.12 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "parse-hosts 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| - "profile_traits 0.0.1", | |
| + "profile_traits 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| "serde 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "serde_json 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "servo-websocket 0.19.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
| - "servo_config 0.0.1", | |
| - "servo_url 0.0.1", | |
| + "servo_config 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| + "servo_url 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| "threadpool 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "time 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "tinyfiledialogs 2.5.9 (registry+https://github.com/rust-lang/crates.io-index)", | |
| @@ -1765,6 +1792,7 @@ dependencies = [ | |
| [[package]] | |
| name = "net_traits" | |
| version = "0.0.1" | |
| +source = "git+https://github.com/servo/servo?rev=2a179cec2b#2a179cec2b9c02d0d7ca4bc285e97bb8911f047d" | |
| dependencies = [ | |
| "cookie 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "heapsize 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| @@ -1775,11 +1803,11 @@ dependencies = [ | |
| "ipc-channel 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "lazy_static 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
| - "msg 0.0.1", | |
| + "msg 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| "num-traits 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "serde 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)", | |
| - "servo_config 0.0.1", | |
| - "servo_url 0.0.1", | |
| + "servo_config 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| + "servo_url 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| "url 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "uuid 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "webrender_api 0.52.0 (git+https://github.com/servo/webrender)", | |
| @@ -2070,29 +2098,31 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |
| [[package]] | |
| name = "profile" | |
| version = "0.0.1" | |
| +source = "git+https://github.com/servo/servo?rev=2a179cec2b#2a179cec2b9c02d0d7ca4bc285e97bb8911f047d" | |
| dependencies = [ | |
| "heartbeats-simple 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "influent 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "ipc-channel 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "libc 0.2.23 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
| - "profile_traits 0.0.1", | |
| + "profile_traits 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| "regex 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "serde 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "serde_json 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
| - "servo_config 0.0.1", | |
| - "task_info 0.0.1", | |
| + "servo_config 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| + "task_info 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| "time 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "profile_traits" | |
| version = "0.0.1" | |
| +source = "git+https://github.com/servo/servo?rev=2a179cec2b#2a179cec2b9c02d0d7ca4bc285e97bb8911f047d" | |
| dependencies = [ | |
| "ipc-channel 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "serde 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)", | |
| - "servo_config 0.0.1", | |
| + "servo_config 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| "signpost 0.1.0 (git+https://github.com/pcwalton/signpost.git)", | |
| "time 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| @@ -2132,6 +2162,7 @@ dependencies = [ | |
| [[package]] | |
| name = "range" | |
| version = "0.0.1" | |
| +source = "git+https://github.com/servo/servo?rev=2a179cec2b#2a179cec2b9c02d0d7ca4bc285e97bb8911f047d" | |
| dependencies = [ | |
| "heapsize 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "heapsize_derive 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", | |
| @@ -2259,23 +2290,24 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |
| [[package]] | |
| name = "script" | |
| version = "0.0.1" | |
| +source = "git+https://github.com/servo/servo?rev=2a179cec2b#2a179cec2b9c02d0d7ca4bc285e97bb8911f047d" | |
| dependencies = [ | |
| "angle 0.5.0 (git+https://github.com/servo/angle?branch=servo)", | |
| "app_units 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "audio-video-metadata 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "base64 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| - "bluetooth_traits 0.0.1", | |
| + "bluetooth_traits 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| "byteorder 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| - "canvas_traits 0.0.1", | |
| + "canvas_traits 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| "caseless 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "cmake 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "cookie 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "cssparser 0.21.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
| - "deny_public_fields 0.0.1", | |
| - "devtools_traits 0.0.1", | |
| - "dom_struct 0.0.1", | |
| - "domobject_derive 0.0.1", | |
| + "deny_public_fields 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| + "devtools_traits 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| + "dom_struct 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| + "domobject_derive 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| "encoding 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "euclid 0.15.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "fnv 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
| @@ -2289,16 +2321,16 @@ dependencies = [ | |
| "image 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "ipc-channel 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "js 0.1.6 (git+https://github.com/servo/rust-mozjs)", | |
| - "jstraceable_derive 0.0.1", | |
| + "jstraceable_derive 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| "lazy_static 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "libc 0.2.23 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
| - "metrics 0.0.1", | |
| + "metrics 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| "mime 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "mime_guess 1.8.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "mitochondria 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
| - "msg 0.0.1", | |
| - "net_traits 0.0.1", | |
| + "msg 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| + "net_traits 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| "num-traits 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "offscreen_gl_context 0.11.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "open 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| @@ -2306,25 +2338,25 @@ dependencies = [ | |
| "phf 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "phf_codegen 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "phf_shared 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)", | |
| - "profile_traits 0.0.1", | |
| + "profile_traits 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| "ref_filter_map 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "ref_slice 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "regex 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
| - "script_layout_interface 0.0.1", | |
| - "script_plugins 0.0.1", | |
| - "script_traits 0.0.1", | |
| - "selectors 0.19.0", | |
| + "script_layout_interface 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| + "script_plugins 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| + "script_traits 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| + "selectors 0.19.0 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| "serde 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "serde_json 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
| - "servo_arc 0.0.1", | |
| - "servo_atoms 0.0.1", | |
| - "servo_config 0.0.1", | |
| - "servo_geometry 0.0.1", | |
| - "servo_rand 0.0.1", | |
| - "servo_url 0.0.1", | |
| + "servo_arc 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| + "servo_atoms 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| + "servo_config 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| + "servo_geometry 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| + "servo_rand 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| + "servo_url 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| "smallvec 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
| - "style 0.0.1", | |
| - "style_traits 0.0.1", | |
| + "style 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| + "style_traits 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| "swapper 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "time 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "tinyfiledialogs 2.5.9 (registry+https://github.com/rust-lang/crates.io-index)", | |
| @@ -2333,89 +2365,93 @@ dependencies = [ | |
| "utf-8 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "uuid 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "webrender_api 0.52.0 (git+https://github.com/servo/webrender)", | |
| - "webvr_traits 0.0.1", | |
| + "webvr_traits 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| "xml5ever 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "script_layout_interface" | |
| version = "0.0.1" | |
| +source = "git+https://github.com/servo/servo?rev=2a179cec2b#2a179cec2b9c02d0d7ca4bc285e97bb8911f047d" | |
| dependencies = [ | |
| "app_units 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "atomic_refcell 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| - "canvas_traits 0.0.1", | |
| + "canvas_traits 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| "cssparser 0.21.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "euclid 0.15.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
| - "gfx_traits 0.0.1", | |
| + "gfx_traits 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| "heapsize 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "heapsize_derive 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "html5ever 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "ipc-channel 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "libc 0.2.23 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
| - "metrics 0.0.1", | |
| - "msg 0.0.1", | |
| - "net_traits 0.0.1", | |
| - "profile_traits 0.0.1", | |
| - "range 0.0.1", | |
| - "script_traits 0.0.1", | |
| - "selectors 0.19.0", | |
| - "servo_arc 0.0.1", | |
| - "servo_atoms 0.0.1", | |
| - "servo_url 0.0.1", | |
| - "style 0.0.1", | |
| + "metrics 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| + "msg 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| + "net_traits 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| + "profile_traits 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| + "range 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| + "script_traits 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| + "selectors 0.19.0 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| + "servo_arc 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| + "servo_atoms 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| + "servo_url 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| + "style 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| "webrender_api 0.52.0 (git+https://github.com/servo/webrender)", | |
| ] | |
| [[package]] | |
| name = "script_plugins" | |
| version = "0.0.1" | |
| +source = "git+https://github.com/servo/servo?rev=2a179cec2b#2a179cec2b9c02d0d7ca4bc285e97bb8911f047d" | |
| [[package]] | |
| name = "script_traits" | |
| version = "0.0.1" | |
| +source = "git+https://github.com/servo/servo?rev=2a179cec2b#2a179cec2b9c02d0d7ca4bc285e97bb8911f047d" | |
| dependencies = [ | |
| - "bluetooth_traits 0.0.1", | |
| - "canvas_traits 0.0.1", | |
| + "bluetooth_traits 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| + "canvas_traits 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| "cookie 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
| - "devtools_traits 0.0.1", | |
| + "devtools_traits 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| "euclid 0.15.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
| - "gfx_traits 0.0.1", | |
| + "gfx_traits 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| "heapsize 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "heapsize_derive 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "hyper 0.10.13 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "hyper_serde 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "ipc-channel 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "libc 0.2.23 (registry+https://github.com/rust-lang/crates.io-index)", | |
| - "msg 0.0.1", | |
| - "net_traits 0.0.1", | |
| - "profile_traits 0.0.1", | |
| + "msg 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| + "net_traits 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| + "profile_traits 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| "rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "serde 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)", | |
| - "servo_atoms 0.0.1", | |
| - "servo_url 0.0.1", | |
| - "style_traits 0.0.1", | |
| + "servo_atoms 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| + "servo_url 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| + "style_traits 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| "time 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "url 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "webrender_api 0.52.0 (git+https://github.com/servo/webrender)", | |
| - "webvr_traits 0.0.1", | |
| + "webvr_traits 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| ] | |
| [[package]] | |
| name = "selectors" | |
| version = "0.19.0" | |
| +source = "git+https://github.com/servo/servo?rev=2a179cec2b#2a179cec2b9c02d0d7ca4bc285e97bb8911f047d" | |
| dependencies = [ | |
| "bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "cssparser 0.21.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "fnv 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
| - "malloc_size_of 0.0.1", | |
| - "malloc_size_of_derive 0.0.1", | |
| + "malloc_size_of 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| + "malloc_size_of_derive 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| "matches 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "phf 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "phf_codegen 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "precomputed-hash 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
| - "servo_arc 0.0.1", | |
| + "servo_arc 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| "smallvec 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| @@ -2576,6 +2612,7 @@ dependencies = [ | |
| [[package]] | |
| name = "servo_arc" | |
| version = "0.0.1" | |
| +source = "git+https://github.com/servo/servo?rev=2a179cec2b#2a179cec2b9c02d0d7ca4bc285e97bb8911f047d" | |
| dependencies = [ | |
| "nodrop 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "stable_deref_trait 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| @@ -2584,6 +2621,7 @@ dependencies = [ | |
| [[package]] | |
| name = "servo_atoms" | |
| version = "0.0.1" | |
| +source = "git+https://github.com/servo/servo?rev=2a179cec2b#2a179cec2b9c02d0d7ca4bc285e97bb8911f047d" | |
| dependencies = [ | |
| "string_cache 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "string_cache_codegen 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| @@ -2592,6 +2630,7 @@ dependencies = [ | |
| [[package]] | |
| name = "servo_config" | |
| version = "0.0.1" | |
| +source = "git+https://github.com/servo/servo?rev=2a179cec2b#2a179cec2b9c02d0d7ca4bc285e97bb8911f047d" | |
| dependencies = [ | |
| "android_injected_glue 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "euclid 0.15.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
| @@ -2601,8 +2640,8 @@ dependencies = [ | |
| "num_cpus 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "serde 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)", | |
| - "servo_geometry 0.0.1", | |
| - "servo_url 0.0.1", | |
| + "servo_geometry 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| + "servo_url 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| "url 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "xdg 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| @@ -2610,6 +2649,7 @@ dependencies = [ | |
| [[package]] | |
| name = "servo_geometry" | |
| version = "0.0.1" | |
| +source = "git+https://github.com/servo/servo?rev=2a179cec2b#2a179cec2b9c02d0d7ca4bc285e97bb8911f047d" | |
| dependencies = [ | |
| "app_units 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "euclid 0.15.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
| @@ -2619,6 +2659,7 @@ dependencies = [ | |
| [[package]] | |
| name = "servo_rand" | |
| version = "0.0.1" | |
| +source = "git+https://github.com/servo/servo?rev=2a179cec2b#2a179cec2b9c02d0d7ca4bc285e97bb8911f047d" | |
| dependencies = [ | |
| "lazy_static 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
| @@ -2628,6 +2669,7 @@ dependencies = [ | |
| [[package]] | |
| name = "servo_remutex" | |
| version = "0.0.1" | |
| +source = "git+https://github.com/servo/servo?rev=2a179cec2b#2a179cec2b9c02d0d7ca4bc285e97bb8911f047d" | |
| dependencies = [ | |
| "lazy_static 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
| @@ -2636,11 +2678,12 @@ dependencies = [ | |
| [[package]] | |
| name = "servo_url" | |
| version = "0.0.1" | |
| +source = "git+https://github.com/servo/servo?rev=2a179cec2b#2a179cec2b9c02d0d7ca4bc285e97bb8911f047d" | |
| dependencies = [ | |
| "heapsize 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "heapsize_derive 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "serde 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)", | |
| - "servo_rand 0.0.1", | |
| + "servo_rand 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| "url 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "url_serde 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "uuid 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| @@ -2755,6 +2798,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |
| [[package]] | |
| name = "style" | |
| version = "0.0.1" | |
| +source = "git+https://github.com/servo/servo?rev=2a179cec2b#2a179cec2b9c02d0d7ca4bc285e97bb8911f047d" | |
| dependencies = [ | |
| "app_units 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "arrayvec 0.3.23 (registry+https://github.com/rust-lang/crates.io-index)", | |
| @@ -2765,9 +2809,9 @@ dependencies = [ | |
| "cssparser 0.21.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "encoding 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "euclid 0.15.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
| - "fallible 0.0.1", | |
| + "fallible 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| "fnv 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
| - "hashglobe 0.1.0", | |
| + "hashglobe 0.1.0 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| "heapsize 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "heapsize_derive 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "html5ever 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| @@ -2776,7 +2820,7 @@ dependencies = [ | |
| "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "lazy_static 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
| - "lru_cache 0.0.1", | |
| + "lru_cache 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| "matches 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "num-integer 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "num-traits 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)", | |
| @@ -2786,16 +2830,16 @@ dependencies = [ | |
| "pdqsort 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "precomputed-hash 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "rayon 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
| - "selectors 0.19.0", | |
| + "selectors 0.19.0 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| "serde 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)", | |
| - "servo_arc 0.0.1", | |
| - "servo_atoms 0.0.1", | |
| - "servo_config 0.0.1", | |
| - "servo_url 0.0.1", | |
| + "servo_arc 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| + "servo_atoms 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| + "servo_config 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| + "servo_url 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| "smallbitvec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "smallvec 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
| - "style_derive 0.0.1", | |
| - "style_traits 0.0.1", | |
| + "style_derive 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| + "style_traits 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| "time 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "unicode-bidi 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "unicode-segmentation 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| @@ -2805,6 +2849,7 @@ dependencies = [ | |
| [[package]] | |
| name = "style_derive" | |
| version = "0.0.1" | |
| +source = "git+https://github.com/servo/servo?rev=2a179cec2b#2a179cec2b9c02d0d7ca4bc285e97bb8911f047d" | |
| dependencies = [ | |
| "darling 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)", | |
| @@ -2815,6 +2860,7 @@ dependencies = [ | |
| [[package]] | |
| name = "style_traits" | |
| version = "0.0.1" | |
| +source = "git+https://github.com/servo/servo?rev=2a179cec2b#2a179cec2b9c02d0d7ca4bc285e97bb8911f047d" | |
| dependencies = [ | |
| "app_units 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| @@ -2822,12 +2868,12 @@ dependencies = [ | |
| "euclid 0.15.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "heapsize 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "heapsize_derive 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", | |
| - "malloc_size_of 0.0.1", | |
| - "malloc_size_of_derive 0.0.1", | |
| - "selectors 0.19.0", | |
| + "malloc_size_of 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| + "malloc_size_of_derive 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| + "selectors 0.19.0 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| "serde 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)", | |
| - "servo_arc 0.0.1", | |
| - "servo_atoms 0.0.1", | |
| + "servo_arc 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| + "servo_atoms 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| "webrender_api 0.52.0 (git+https://github.com/servo/webrender)", | |
| ] | |
| @@ -2902,6 +2948,7 @@ dependencies = [ | |
| [[package]] | |
| name = "task_info" | |
| version = "0.0.1" | |
| +source = "git+https://github.com/servo/servo?rev=2a179cec2b#2a179cec2b9c02d0d7ca4bc285e97bb8911f047d" | |
| dependencies = [ | |
| "gcc 0.3.47 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| @@ -3167,6 +3214,7 @@ dependencies = [ | |
| [[package]] | |
| name = "webdriver_server" | |
| version = "0.0.1" | |
| +source = "git+https://github.com/servo/servo?rev=2a179cec2b#2a179cec2b9c02d0d7ca4bc285e97bb8911f047d" | |
| dependencies = [ | |
| "base64 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "cookie 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
| @@ -3175,13 +3223,13 @@ dependencies = [ | |
| "image 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "ipc-channel 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
| - "msg 0.0.1", | |
| - "net_traits 0.0.1", | |
| + "msg 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| + "net_traits 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| "regex 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)", | |
| - "script_traits 0.0.1", | |
| - "servo_config 0.0.1", | |
| - "servo_url 0.0.1", | |
| + "script_traits 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| + "servo_config 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| + "servo_url 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| "url 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "uuid 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "webdriver 0.22.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| @@ -3191,11 +3239,6 @@ dependencies = [ | |
| name = "webrender" | |
| version = "0.52.0" | |
| source = "git+https://github.com/servo/webrender#faa9cfe116aa7b536623551ed3c97cdd427263b9" | |
| -replace = "webrender 0.52.0" | |
| - | |
| -[[package]] | |
| -name = "webrender" | |
| -version = "0.52.0" | |
| dependencies = [ | |
| "app_units 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "bincode 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| @@ -3217,18 +3260,13 @@ dependencies = [ | |
| "rayon 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "thread_profiler 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "time 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)", | |
| - "webrender_api 0.52.0", | |
| + "webrender_api 0.52.0 (git+https://github.com/servo/webrender)", | |
| ] | |
| [[package]] | |
| name = "webrender_api" | |
| version = "0.52.0" | |
| source = "git+https://github.com/servo/webrender#faa9cfe116aa7b536623551ed3c97cdd427263b9" | |
| -replace = "webrender_api 0.52.0" | |
| - | |
| -[[package]] | |
| -name = "webrender_api" | |
| -version = "0.52.0" | |
| dependencies = [ | |
| "app_units 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "bincode 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| @@ -3247,24 +3285,26 @@ dependencies = [ | |
| [[package]] | |
| name = "webvr" | |
| version = "0.0.1" | |
| +source = "git+https://github.com/servo/servo?rev=2a179cec2b#2a179cec2b9c02d0d7ca4bc285e97bb8911f047d" | |
| dependencies = [ | |
| - "canvas_traits 0.0.1", | |
| + "canvas_traits 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| "euclid 0.15.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "ipc-channel 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
| - "msg 0.0.1", | |
| + "msg 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| "rust-webvr 0.9.4 (registry+https://github.com/rust-lang/crates.io-index)", | |
| - "script_traits 0.0.1", | |
| - "servo_config 0.0.1", | |
| - "webvr_traits 0.0.1", | |
| + "script_traits 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| + "servo_config 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| + "webvr_traits 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| ] | |
| [[package]] | |
| name = "webvr_traits" | |
| version = "0.0.1" | |
| +source = "git+https://github.com/servo/servo?rev=2a179cec2b#2a179cec2b9c02d0d7ca4bc285e97bb8911f047d" | |
| dependencies = [ | |
| "ipc-channel 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| - "msg 0.0.1", | |
| + "msg 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)", | |
| "rust-webvr-api 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "serde 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| @@ -3394,6 +3434,8 @@ dependencies = [ | |
| "checksum bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4efd02e230a02e18f92fc2735f44597385ed02ad8f831e7c1c1156ee5e1ab3a5" | |
| "checksum bitreader 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "80b13e2ab064ff3aa0bdbf1eff533f9822dc37899821f5f98c67f263eab51707" | |
| "checksum block 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a" | |
| +"checksum bluetooth 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)" = "<none>" | |
| +"checksum bluetooth_traits 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)" = "<none>" | |
| "checksum blurdroid 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "d7daba519d29beebfc7d302795af88a16b43f431b9b268586926ac61cc655a68" | |
| "checksum blurmac 0.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "72af3718b3f652fb2026bf9d9dd5f92332cd287884283c343f03fff16cbb0172" | |
| "checksum blurmock 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "68dd72da3a3bb40f3d3bdd366c4cf8e2b1d208c366304f382c80cef8126ca8da" | |
| @@ -3403,6 +3445,8 @@ dependencies = [ | |
| "checksum brotli-decompressor 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)" = "e80402aa0457c3c03d3996a36af7c1e7efa2ad97ee8ec7c2761b07666bab5566" | |
| "checksum byteorder 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c40977b0ee6b9885c9013cd41d9feffdd22deb3bb4dc3a71d901cc7a77de18c8" | |
| "checksum bytes 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c129aff112dcc562970abb69e2508b40850dd24c274761bb50fb8a0067ba6c27" | |
| +"checksum canvas 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)" = "<none>" | |
| +"checksum canvas_traits 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)" = "<none>" | |
| "checksum caseless 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "8950b075cff75cdabadee97148a8b5816c7cf62e5948a6005b5255d564b42fe7" | |
| "checksum cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d4c819a1287eb618df47cc647173c5c4c66ba19d888a6e50d605672aed3140de" | |
| "checksum cgl 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "86765cb42c2a2c497e142af72517c1b4d7ae5bb2f25dfa77a5c69642f2342d89" | |
| @@ -3413,6 +3457,8 @@ dependencies = [ | |
| "checksum coco 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c06169f5beb7e31c7c67ebf5540b8b472d23e3eade3b2ec7d1f5b504a85f91bd" | |
| "checksum cocoa 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "79e7105114e16c4b6f52b117f23b5d5892cd6c4e24276bcf92d305698e3e1ad6" | |
| "checksum color_quant 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a475fc4af42d83d28adf72968d9bcfaf035a1a9381642d8e85d8a04957767b0d" | |
| +"checksum compositing 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)" = "<none>" | |
| +"checksum constellation 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)" = "<none>" | |
| "checksum cookie 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "30b3493e12a550c2f96be785088d1da8d93189e7237c8a8d0d871bc9070334c3" | |
| "checksum core-foundation 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "5909502e547762013619f4c4e01cc7393c20fe2d52d7fa471c1210adb2320dc7" | |
| "checksum core-foundation-sys 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "bc9fb3d6cb663e6fd7cf1c63f9b144ee2b1e4a78595a0451dd34bff85b9a3387" | |
| @@ -3426,8 +3472,14 @@ dependencies = [ | |
| "checksum dbghelp-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "97590ba53bcb8ac28279161ca943a924d1fd4a8fb3fa63302591647c4fc5b850" | |
| "checksum dbus 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "4aee01fb76ada3e5e7ca642ea6664ebf7308a810739ca2aca44909a1191ac254" | |
| "checksum debug_unreachable 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9a032eac705ca39214d169f83e3d3da290af06d8d1d344d1baad2fd002dca4b3" | |
| +"checksum debugger 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)" = "<none>" | |
| "checksum deflate 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)" = "ebb02aaf4b775afc96684b8402510a338086974e38570a1f65bea8c202eb77a7" | |
| +"checksum deny_public_fields 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)" = "<none>" | |
| "checksum device 0.0.1 (git+https://github.com/servo/devices)" = "<none>" | |
| +"checksum devtools 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)" = "<none>" | |
| +"checksum devtools_traits 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)" = "<none>" | |
| +"checksum dom_struct 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)" = "<none>" | |
| +"checksum domobject_derive 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)" = "<none>" | |
| "checksum dtoa 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "80c8b71fd71146990a9742fc06dcbbde19161a267e0ad4e572c35162f4578c90" | |
| "checksum dtoa-short 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fe6f727b406462fd57c95fed84d1b0dbfb5f0136fcac005adba9ea0367c05cc8" | |
| "checksum dwmapi-sys 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "07c4c7cc7b396419bc0a4d90371d0cee16cb5053b53647d287c0b728000c41fe" | |
| @@ -3447,6 +3499,7 @@ dependencies = [ | |
| "checksum euclid 0.15.3 (registry+https://github.com/rust-lang/crates.io-index)" = "01a550d73de4eac12cee6316ccef84a9f71493c3839015bfda6465a53e31b879" | |
| "checksum expat-sys 2.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "c470ccb972f2088549b023db8029ed9da9426f5affbf9b62efff7009ab8ed5b1" | |
| "checksum extra-default 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ca1434e1920ba21b45516c16b5edbd82e8f2e4349b12a7a53eb9903ed2928d56" | |
| +"checksum fallible 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)" = "<none>" | |
| "checksum flate2 0.2.19 (registry+https://github.com/rust-lang/crates.io-index)" = "36df0166e856739905cd3d7e0b210fe818592211a008862599845e012d8d304c" | |
| "checksum fnv 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "6cc484842f1e2884faf56f529f960cc12ad8c71ce96cc7abba0a067c98fee344" | |
| "checksum fontsan 0.3.2 (git+https://github.com/servo/fontsan)" = "<none>" | |
| @@ -3460,12 +3513,15 @@ dependencies = [ | |
| "checksum gcc 0.3.47 (registry+https://github.com/rust-lang/crates.io-index)" = "5773372df827453bc38d4fd8efe425c7f28b1f54468816183fc8716cfb90bd30" | |
| "checksum gdi32-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0912515a8ff24ba900422ecda800b52f4016a56251922d397c576bf92c690518" | |
| "checksum getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)" = "d9047cfbd08a437050b363d35ef160452c5fe8ea5187ae0a624708c91581d685" | |
| +"checksum gfx 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)" = "<none>" | |
| +"checksum gfx_traits 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)" = "<none>" | |
| "checksum gif 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8a80d6fe9e52f637df9afd4779449a7be17c39cc9c35b01589bb833f956ba596" | |
| "checksum gl_generator 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "0940975a4ca12b088d32b5d5134826c47d2e73de4b0b459b05244c01503eccbb" | |
| "checksum gleam 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "bf887141f0c2a83eae026cbf3fba74f0a5cb0f01d20e5cdfcd8c4ad39295be1e" | |
| "checksum glx 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "b280007fa9c7442cfd1e0b1addb8d1a59240267110e8705f8f7e2c7bfb7e2f72" | |
| "checksum half 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "63d68db75012a85555434ee079e7e6337931f87a087ab2988becbadf64673a7f" | |
| "checksum harfbuzz-sys 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)" = "a2caaa66078fdfacea32db1351223697a1167ad2d4bbee6b8d4ca220ce5b10b3" | |
| +"checksum hashglobe 0.1.0 (git+https://github.com/servo/servo?rev=2a179cec2b)" = "<none>" | |
| "checksum heapsize 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4c7593b1522161003928c959c20a2ca421c68e940d63d75573316a009e48a6d4" | |
| "checksum heapsize_derive 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "46f96d52fb1564059fc97b85ef6165728cc30198ab60073bf114c66c4c89bb5d" | |
| "checksum heartbeats-simple 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9ad003ce233955e9d95f2c69cde84e68302ba9ba4a673d351c9bff93c738aadc" | |
| @@ -3488,9 +3544,13 @@ dependencies = [ | |
| "checksum itoa 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "eb2f404fbc66fd9aac13e998248505e7ecb2ad8e44ab6388684c5fb11c6c251c" | |
| "checksum jpeg-decoder 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "2805ccb10ffe4d10e06ef68a158ff94c255211ecbae848fbde2146b098f93ce7" | |
| "checksum js 0.1.6 (git+https://github.com/servo/rust-mozjs)" = "<none>" | |
| +"checksum jstraceable_derive 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)" = "<none>" | |
| "checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d" | |
| "checksum khronos_api 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d5a08e2a31d665af8f1ca437eab6d00a93c9d62a549f73f9ed8fc2e55b5a91a7" | |
| "checksum language-tags 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a91d884b6667cd606bb5a69aa0c99ba811a115fc68915e7056ec08a46e93199a" | |
| +"checksum layout 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)" = "<none>" | |
| +"checksum layout_thread 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)" = "<none>" | |
| +"checksum layout_traits 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)" = "<none>" | |
| "checksum lazy_static 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "3b37545ab726dd833ec6420aaba8231c5b320814b9029ad585555d2a03e94fbf" | |
| "checksum lazycell 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ce12306c4739d86ee97c23139f3a34ddf0387bbf181bc7929d287025a8c3ef6b" | |
| "checksum leak 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "bd100e01f1154f2908dfa7d02219aeab25d0b9c7fa955164192e3245255a0c73" | |
| @@ -3498,15 +3558,20 @@ dependencies = [ | |
| "checksum len-trait 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "723558ab8acaa07cb831b424cd164b587ddc1648b34748a30953c404e9a4a65b" | |
| "checksum libc 0.2.23 (registry+https://github.com/rust-lang/crates.io-index)" = "e7eb6b826bfc1fdea7935d46556250d1799b7fe2d9f7951071f4291710665e3e" | |
| "checksum libloading 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "be99f814beb3e9503a786a592c909692bb6d4fc5a695f6ed7987223acfbd5194" | |
| +"checksum libservo 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)" = "<none>" | |
| "checksum libz-sys 1.0.16 (registry+https://github.com/rust-lang/crates.io-index)" = "3fdd64ef8ee652185674455c1d450b83cbc8ad895625d543b5324d923f82e4d8" | |
| "checksum log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "880f77541efa6e5cc74e76910c9884d9859683118839d6a1dc3b11e63512565b" | |
| +"checksum lru_cache 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)" = "<none>" | |
| "checksum lzw 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7d947cbb889ed21c2a84be6ffbaebf5b4e0f4340638cba0444907e38b56be084" | |
| "checksum mac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4" | |
| "checksum malloc_buf 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb" | |
| +"checksum malloc_size_of 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)" = "<none>" | |
| +"checksum malloc_size_of_derive 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)" = "<none>" | |
| "checksum markup5ever 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "047150a0e03b57e638fc45af33a0b63a0362305d5b9f92ecef81df472a4cceb0" | |
| "checksum matches 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "efd7622e3022e1a6eaa602c4cea8912254e5582c9c692e9167714182244801b1" | |
| "checksum memchr 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1dbccc0e46f1ea47b9f17e6d67c5a96bd27030519c519c9c91327e31275a47b4" | |
| "checksum metadeps 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "829fffe7ea1d747e23f64be972991bc516b2f1ac2ae4a3b33d8bea150c410151" | |
| +"checksum metrics 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)" = "<none>" | |
| "checksum mime 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "9d69889cdc6336ed56b174514ce876c4c3dc564cc23dd872e7bca589bb2a36c8" | |
| "checksum mime_guess 1.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "76da6df85047af8c0edfa53f48eb1073012ce1cc95c8fedc0a374f659a89dd65" | |
| "checksum miniz-sys 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "28eaee17666671fa872e567547e8428e83308ebe5808cdf6a0e28397dbe2c726" | |
| @@ -3517,8 +3582,11 @@ dependencies = [ | |
| "checksum mozjs_sys 0.0.0 (git+https://github.com/servo/mozjs)" = "<none>" | |
| "checksum mp3-metadata 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4ab5f1d2693586420208d1200ce5a51cd44726f055b635176188137aff42c7de" | |
| "checksum mp4parse 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7b81651f9ede53d59281b54c7eb51ae50a868ac4765dd3bdfbbc79ce3d8aca7a" | |
| +"checksum msg 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)" = "<none>" | |
| "checksum multistr 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "90fb6e1b4f6ca2f2098a437e1c7f09c122da62bbf2bde45b3693defc1eb61e2d" | |
| +"checksum net 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)" = "<none>" | |
| "checksum net2 0.2.29 (registry+https://github.com/rust-lang/crates.io-index)" = "bc01404e7568680f1259aa5729539f221cb1e6d047a0d9053cab4be8a73b5d67" | |
| +"checksum net_traits 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)" = "<none>" | |
| "checksum nodrop 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "0dbbadd3f4c98dea0bd3d9b4be4c0cdaf1ab57035cb2e41fce3983db5add7cc5" | |
| "checksum num-integer 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)" = "ef1a4bf6f9174aa5783a9b4cc892cacd11aebad6c69ad027a0b65c6ca5f8aa37" | |
| "checksum num-iter 0.1.33 (registry+https://github.com/rust-lang/crates.io-index)" = "f7d1891bd7b936f12349b7d1403761c8a0b85a18b148e9da4429d5d102c1a41e" | |
| @@ -3552,10 +3620,13 @@ dependencies = [ | |
| "checksum png 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5b5c59debbb04e708775b004dce99d66984d5448625d63408ad502014d2880cd" | |
| "checksum precomputed-hash 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c" | |
| "checksum procedural-masquerade 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c93cdc1fb30af9ddf3debc4afbdb0f35126cbd99daa229dd76cdd5349b41d989" | |
| +"checksum profile 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)" = "<none>" | |
| +"checksum profile_traits 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)" = "<none>" | |
| "checksum pulldown-cmark 0.0.8 (registry+https://github.com/rust-lang/crates.io-index)" = "1058d7bb927ca067656537eec4e02c2b4b70eaaa129664c5b90c111e20326f41" | |
| "checksum push-trait 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fdc13b1a53bc505b526086361221aaa612fefb9b0ecf2853f9d31f807764e004" | |
| "checksum quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e920b65c65f10b2ae65c831a81a073a89edd28c7cce89475bff467ab4167a" | |
| "checksum rand 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)" = "022e0636ec2519ddae48154b028864bdce4eaf7d35226ab8e65c611be97b189d" | |
| +"checksum range 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)" = "<none>" | |
| "checksum rayon 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "b614fe08b6665cb9a231d07ac1364b0ef3cb3698f1239ee0c4c3a88a524f54c8" | |
| "checksum rayon-core 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e2c21a92a5dca958fb030787c1158446c6deb7f976399b72fa8074603f169e2a" | |
| "checksum redox_syscall 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)" = "29dbdfd4b9df8ab31dec47c6087b7b13cbf4a776f335e4de8efba8288dda075b" | |
| @@ -3572,6 +3643,11 @@ dependencies = [ | |
| "checksum same-file 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "d931a44fdaa43b8637009e7632a02adc4f2b2e0733c08caa4cf00e8da4a117a7" | |
| "checksum scoped_threadpool 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "3ef399c8893e8cb7aa9696e895427fab3a6bf265977bb96e126f24ddd2cda85a" | |
| "checksum scopeguard 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c79eb2c3ac4bc2507cda80e7f3ac5b88bd8eae4c0914d5663e6a8933994be918" | |
| +"checksum script 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)" = "<none>" | |
| +"checksum script_layout_interface 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)" = "<none>" | |
| +"checksum script_plugins 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)" = "<none>" | |
| +"checksum script_traits 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)" = "<none>" | |
| +"checksum selectors 0.19.0 (git+https://github.com/servo/servo?rev=2a179cec2b)" = "<none>" | |
| "checksum semver 0.1.20 (registry+https://github.com/rust-lang/crates.io-index)" = "d4f410fedcf71af0345d7607d246e7ad15faaadd49d240ee3b24e5dc21a820ac" | |
| "checksum serde 0.9.15 (registry+https://github.com/rust-lang/crates.io-index)" = "34b623917345a631dc9608d5194cc206b3fe6c3554cd1c75b937e55e285254af" | |
| "checksum serde 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)" = "bcb6a7637a47663ee073391a139ed07851f27ed2532c2abc88c6bf27a16cdf34" | |
| @@ -3586,6 +3662,13 @@ dependencies = [ | |
| "checksum servo-glutin 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)" = "05bfa660ed7bceb5df3d79ca5a9c99a59fa7019c4477cbe52b70f80034bce568" | |
| "checksum servo-skia 0.30000006.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1c104b3a0b3938f760772c09584fd6b2bb7ca205e2553a767b357f8ddbfbccbc" | |
| "checksum servo-websocket 0.19.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8a1ff13c5d852c2793805226e688044309f2c1d8f063784805a13e99cb75b611" | |
| +"checksum servo_arc 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)" = "<none>" | |
| +"checksum servo_atoms 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)" = "<none>" | |
| +"checksum servo_config 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)" = "<none>" | |
| +"checksum servo_geometry 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)" = "<none>" | |
| +"checksum servo_rand 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)" = "<none>" | |
| +"checksum servo_remutex 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)" = "<none>" | |
| +"checksum servo_url 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)" = "<none>" | |
| "checksum sha1 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "cc30b1e1e8c40c121ca33b86c23308a090d19974ef001b4bf6e61fd1a0fb095c" | |
| "checksum shared_library 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "fb04126b6fcfd2710fb5b6d18f4207b6c535f2850a7e1a43bcd526d44f30a79a" | |
| "checksum shell32-sys 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "72f20b8f3c060374edb8046591ba28f62448c369ccbdc7b02075103fb3a9e38d" | |
| @@ -3601,6 +3684,9 @@ dependencies = [ | |
| "checksum string_cache_codegen 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "479cde50c3539481f33906a387f2bd17c8e87cb848c35b6021d41fb81ff9b4d7" | |
| "checksum string_cache_shared 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b1884d1bc09741d466d9b14e6d37ac89d6909cbcac41dd9ae982d4d063bbedfc" | |
| "checksum strsim 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b4d15c810519a91cf877e7e36e63fe068815c678181439f2f29e2562147c3694" | |
| +"checksum style 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)" = "<none>" | |
| +"checksum style_derive 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)" = "<none>" | |
| +"checksum style_traits 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)" = "<none>" | |
| "checksum swapper 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "3ca610b32bb8bfc5e7f705480c3a1edfeb70b6582495d343872c8bee0dcf758c" | |
| "checksum syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)" = "d3b891b9015c88c576343b9b3e41c2c11a51c219ef067b264bd9c8aa9b441dad" | |
| "checksum synom 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a393066ed9010ebaed60b9eafa373d4b1baac186dd7e008555b0f702b51945b6" | |
| @@ -3608,6 +3694,7 @@ dependencies = [ | |
| "checksum syntex_errors 0.58.1 (registry+https://github.com/rust-lang/crates.io-index)" = "867cc5c2d7140ae7eaad2ae9e8bf39cb18a67ca651b7834f88d46ca98faadb9c" | |
| "checksum syntex_pos 0.58.1 (registry+https://github.com/rust-lang/crates.io-index)" = "13ad4762fe52abc9f4008e85c4fb1b1fe3aa91ccb99ff4826a439c7c598e1047" | |
| "checksum syntex_syntax 0.58.1 (registry+https://github.com/rust-lang/crates.io-index)" = "6e0e4dbae163dd98989464c23dd503161b338790640e11537686f2ef0f25c791" | |
| +"checksum task_info 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)" = "<none>" | |
| "checksum tempdir 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "87974a6f5c1dfb344d733055601650059a3363de2a6104819293baff662132d6" | |
| "checksum tendril 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9de21546595a0873061940d994bbbc5c35f024ae4fd61ec5c5b159115684f508" | |
| "checksum term 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)" = "d168af3930b369cfe245132550579d47dfd873d69470755a19c2c6568dbbd989" | |
| @@ -3642,8 +3729,11 @@ dependencies = [ | |
| "checksum void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d" | |
| "checksum walkdir 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)" = "bb08f9e670fab86099470b97cd2b252d6527f0b3cc1401acdb595ffc9dd288ff" | |
| "checksum webdriver 0.22.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d548aabf87411b1b4ba91fd07eacd8b238135c7131a452b8a9f6386209167e18" | |
| +"checksum webdriver_server 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)" = "<none>" | |
| "checksum webrender 0.52.0 (git+https://github.com/servo/webrender)" = "<none>" | |
| "checksum webrender_api 0.52.0 (git+https://github.com/servo/webrender)" = "<none>" | |
| +"checksum webvr 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)" = "<none>" | |
| +"checksum webvr_traits 0.0.1 (git+https://github.com/servo/servo?rev=2a179cec2b)" = "<none>" | |
| "checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a" | |
| "checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc" | |
| "checksum ws 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "04614a58714f3fd4a8b1da4bcae9f031c532d35988c3d39627619248113f8be8" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment