aboutsummaryrefslogtreecommitdiffstats
path: root/python/tidy.py
diff options
context:
space:
mode:
authorbors-servo <lbergstrom+bors@mozilla.com>2016-01-19 14:19:10 +0530
committerbors-servo <lbergstrom+bors@mozilla.com>2016-01-19 14:19:10 +0530
commit77d3fbcca3c6f7e8b4068f89e25b090977fe5672 (patch)
treec3734e09d50019ae81b8ddca3a631d8d54a1ac76 /python/tidy.py
parent175b3c2d271cdfdfcac4c3daf5cde3060748b0b8 (diff)
parent84f24a04a4f99c60fe35485d5eb12ea8c2070239 (diff)
downloadservo-77d3fbcca3c6f7e8b4068f89e25b090977fe5672.tar.gz
servo-77d3fbcca3c6f7e8b4068f89e25b090977fe5672.zip
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 -->
Diffstat (limited to 'python/tidy.py')
-rw-r--r--python/tidy.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/tidy.py b/python/tidy.py
index 10c07bde16a..66303b55923 100644
--- a/python/tidy.py
+++ b/python/tidy.py
@@ -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"),