Auto merge of #9873 - metajack:mach-run-bhtml, r=ecoal95

Adds browserhtml dependency and mach run --browserhtml

This makes the experience for testing browserhtml super easy.

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.svg" height="40" alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9873)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2016-03-05 04:33:18 +05:30
commit 69f52d0f21
5 changed files with 45 additions and 1 deletions

6
ports/cef/Cargo.lock generated
View file

@ -127,6 +127,11 @@ name = "brotli"
version = "0.3.20"
source = "git+https://github.com/ende76/brotli-rs#c243045b88b2d2924c35269586fa9b770184c74c"
[[package]]
name = "browserhtml"
version = "0.1.2"
source = "git+https://github.com/browserhtml/browserhtml?branch=gh-pages#120c811302a9993f3aad103fbb695847693969ea"
[[package]]
name = "byteorder"
version = "0.4.2"
@ -1660,6 +1665,7 @@ name = "servo"
version = "0.0.1"
dependencies = [
"bitflags 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
"browserhtml 0.1.2 (git+https://github.com/browserhtml/browserhtml?branch=gh-pages)",
"canvas 0.0.1",
"canvas_traits 0.0.1",
"compositing 0.0.1",

6
ports/gonk/Cargo.lock generated
View file

@ -120,6 +120,11 @@ name = "brotli"
version = "0.3.20"
source = "git+https://github.com/ende76/brotli-rs#c243045b88b2d2924c35269586fa9b770184c74c"
[[package]]
name = "browserhtml"
version = "0.1.2"
source = "git+https://github.com/browserhtml/browserhtml?branch=gh-pages#120c811302a9993f3aad103fbb695847693969ea"
[[package]]
name = "byteorder"
version = "0.4.2"
@ -1642,6 +1647,7 @@ name = "servo"
version = "0.0.1"
dependencies = [
"bitflags 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
"browserhtml 0.1.2 (git+https://github.com/browserhtml/browserhtml?branch=gh-pages)",
"canvas 0.0.1",
"canvas_traits 0.0.1",
"compositing 0.0.1",