diff options
author | bors-servo <metajack+bors@gmail.com> | 2015-09-09 04:37:08 -0600 |
---|---|---|
committer | bors-servo <metajack+bors@gmail.com> | 2015-09-09 04:37:08 -0600 |
commit | 0d37e8f96b7f40d14bf4fbb0b66e42a01302a336 (patch) | |
tree | eec123649f2738daf053bef0c1b9a7c763f6335d | |
parent | be9a9ffda10fa2c50b13f79dabd49255f29f12f6 (diff) | |
parent | 52d87097aefa004388f498ab323a879f9f67f9c2 (diff) | |
download | servo-0d37e8f96b7f40d14bf4fbb0b66e42a01302a336.tar.gz servo-0d37e8f96b7f40d14bf4fbb0b66e42a01302a336.zip |
Auto merge of #7576 - akiss77:bump-skia-js, r=Ms2ger
Bump up skia and js packages to follow recent fixes
<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7576)
<!-- Reviewable:end -->
-rw-r--r-- | components/servo/Cargo.lock | 4 | ||||
-rw-r--r-- | ports/cef/Cargo.lock | 27 | ||||
-rw-r--r-- | ports/gonk/Cargo.lock | 27 |
3 files changed, 48 insertions, 10 deletions
diff --git a/components/servo/Cargo.lock b/components/servo/Cargo.lock index eb881246204..2a0d9a778e3 100644 --- a/components/servo/Cargo.lock +++ b/components/servo/Cargo.lock @@ -830,7 +830,7 @@ dependencies = [ [[package]] name = "js" version = "0.1.0" -source = "git+https://github.com/servo/rust-mozjs#ff77d7152515b8dbfe29cb5f883e3a348673741c" +source = "git+https://github.com/servo/rust-mozjs#2a970d9fc44137d6e99abc7a1ac7a23e7ad5a6ba" dependencies = [ "heapsize 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1501,7 +1501,7 @@ dependencies = [ [[package]] name = "skia" version = "0.0.20130412" -source = "git+https://github.com/servo/skia#fce887de8bd7e3144226b3c48f088c1395a3b328" +source = "git+https://github.com/servo/skia#3be758ea29cbd315febfda5a536ef9984a0ae862" dependencies = [ "cgl 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "egl 0.1.0 (git+https://github.com/servo/rust-egl)", diff --git a/ports/cef/Cargo.lock b/ports/cef/Cargo.lock index 0db6dbd4b8d..830413b68ba 100644 --- a/ports/cef/Cargo.lock +++ b/ports/cef/Cargo.lock @@ -234,7 +234,7 @@ dependencies = [ "png 0.1.0 (git+https://github.com/servo/rust-png)", "profile_traits 0.0.1", "script_traits 0.0.1", - "style 0.0.1", + "style_traits 0.0.1", "time 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)", "url 0.2.37 (registry+https://github.com/rust-lang/crates.io-index)", "util 0.0.1", @@ -815,7 +815,7 @@ dependencies = [ [[package]] name = "js" version = "0.1.0" -source = "git+https://github.com/servo/rust-mozjs#ff77d7152515b8dbfe29cb5f883e3a348673741c" +source = "git+https://github.com/servo/rust-mozjs#2a970d9fc44137d6e99abc7a1ac7a23e7ad5a6ba" dependencies = [ "heapsize 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1021,7 +1021,7 @@ dependencies = [ "rustc-serialize 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)", "serde 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", "serde_macros 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", - "style 0.0.1", + "style_traits 0.0.1", "url 0.2.37 (registry+https://github.com/rust-lang/crates.io-index)", "util 0.0.1", ] @@ -1496,7 +1496,7 @@ dependencies = [ [[package]] name = "skia" version = "0.0.20130412" -source = "git+https://github.com/servo/skia#fce887de8bd7e3144226b3c48f088c1395a3b328" +source = "git+https://github.com/servo/skia#3be758ea29cbd315febfda5a536ef9984a0ae862" dependencies = [ "cgl 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "egl 0.1.0 (git+https://github.com/servo/rust-egl)", @@ -1584,6 +1584,25 @@ dependencies = [ "smallvec 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "string_cache 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", "string_cache_plugin 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", + "style_traits 0.0.1", + "url 0.2.37 (registry+https://github.com/rust-lang/crates.io-index)", + "util 0.0.1", +] + +[[package]] +name = "style_traits" +version = "0.0.1" +dependencies = [ + "cssparser 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", + "euclid 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", + "lazy_static 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "num 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)", + "plugins 0.0.1", + "rustc-serialize 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)", + "selectors 0.1.0 (git+https://github.com/servo/rust-selectors)", + "serde 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_macros 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", "url 0.2.37 (registry+https://github.com/rust-lang/crates.io-index)", "util 0.0.1", ] diff --git a/ports/gonk/Cargo.lock b/ports/gonk/Cargo.lock index 218aa7e9d20..3900a055f72 100644 --- a/ports/gonk/Cargo.lock +++ b/ports/gonk/Cargo.lock @@ -204,7 +204,7 @@ dependencies = [ "png 0.1.0 (git+https://github.com/servo/rust-png)", "profile_traits 0.0.1", "script_traits 0.0.1", - "style 0.0.1", + "style_traits 0.0.1", "time 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)", "url 0.2.37 (registry+https://github.com/rust-lang/crates.io-index)", "util 0.0.1", @@ -699,7 +699,7 @@ dependencies = [ [[package]] name = "js" version = "0.1.0" -source = "git+https://github.com/servo/rust-mozjs#ff77d7152515b8dbfe29cb5f883e3a348673741c" +source = "git+https://github.com/servo/rust-mozjs#2a970d9fc44137d6e99abc7a1ac7a23e7ad5a6ba" dependencies = [ "heapsize 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -896,7 +896,7 @@ dependencies = [ "rustc-serialize 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)", "serde 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", "serde_macros 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", - "style 0.0.1", + "style_traits 0.0.1", "url 0.2.37 (registry+https://github.com/rust-lang/crates.io-index)", "util 0.0.1", ] @@ -1342,7 +1342,7 @@ dependencies = [ [[package]] name = "skia" version = "0.0.20130412" -source = "git+https://github.com/servo/skia#fce887de8bd7e3144226b3c48f088c1395a3b328" +source = "git+https://github.com/servo/skia#3be758ea29cbd315febfda5a536ef9984a0ae862" dependencies = [ "cgl 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "egl 0.1.0 (git+https://github.com/servo/rust-egl)", @@ -1430,6 +1430,25 @@ dependencies = [ "smallvec 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "string_cache 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", "string_cache_plugin 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", + "style_traits 0.0.1", + "url 0.2.37 (registry+https://github.com/rust-lang/crates.io-index)", + "util 0.0.1", +] + +[[package]] +name = "style_traits" +version = "0.0.1" +dependencies = [ + "cssparser 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", + "euclid 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", + "lazy_static 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "num 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)", + "plugins 0.0.1", + "rustc-serialize 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)", + "selectors 0.1.0 (git+https://github.com/servo/rust-selectors)", + "serde 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_macros 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", "url 0.2.37 (registry+https://github.com/rust-lang/crates.io-index)", "util 0.0.1", ] |