Auto merge of #11465 - nox:open, r=jdm

Implement window.openURLInDefaultBrowser() (fixes #11292)

<!-- Reviewable:start -->
This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/11465)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2016-05-27 12:03:56 -05:00
commit 3052e4f478
9 changed files with 40 additions and 14 deletions

View file

@ -1566,6 +1566,11 @@ dependencies = [
"x11 2.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "open"
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "openssl"
version = "0.7.13"
@ -1878,6 +1883,7 @@ dependencies = [
"net_traits 0.0.1",
"num-traits 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)",
"offscreen_gl_context 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
"open 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
"phf 0.7.14 (registry+https://github.com/rust-lang/crates.io-index)",
"phf_macros 0.7.14 (registry+https://github.com/rust-lang/crates.io-index)",
"plugins 0.0.1",