Auto merge of #9284 - bholley:bootstrap_stylo, r=SimonSapin

Add Partial Implementation of style DOM traits for Gecko, and some basic glue to let Gecko call into Servo

The wrapper stuff is partially-complete, modulo some unimplemented methods. The glue code is just a toy for now. Regardless, I think it's worth getting some of this stuff in-tree to minimize breakage.

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9284)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2016-01-19 14:19:10 +05:30
commit 77d3fbcca3
11 changed files with 700 additions and 21 deletions

View file

@ -38,6 +38,7 @@ ignored_files = [
os.path.join(".", "target", "*"),
os.path.join(".", "ports", "gonk", "src", "native_window_glue.cpp"),
os.path.join(".", "ports", "cef", "*"),
os.path.join(".", "ports", "geckolib", "bindings.rs"),
# MIT license
os.path.join(".", "components", "util", "deque", "mod.rs"),