mirror of
https://github.com/servo/servo.git
synced 2025-06-08 08:33:26 +00:00
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:
commit
77d3fbcca3
11 changed files with 700 additions and 21 deletions
|
@ -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"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue