No files found.
+1 −0
.travis.yml
.travis.yml
+4 −2
animation.rs
components/layout/animation.rs
+9 −1
layout_wrapper.rs
components/script/layout_wrapper.rs
+16 −8
restyle_damage.rs
components/script_layout_interface/restyle_damage.rs
+5 −14
animation.rs
components/style/animation.rs
+20 −1
dom.rs
components/style/dom.rs
+9 −1
gecko_glue.rs
components/style/gecko_glue.rs
+28 −9
matching.rs
components/style/matching.rs
+1 −1
restyle_hints.rs
components/style/restyle_hints.rs
+1 −1
sequential.rs
components/style/sequential.rs
+0 −1
traversal.rs
components/style/traversal.rs
+10 −3
bindings.rs
ports/geckolib/gecko_bindings/bindings.rs
+112 −23
structs_debug.rs
ports/geckolib/gecko_bindings/structs_debug.rs
+112 −23
structs_release.rs
ports/geckolib/gecko_bindings/structs_release.rs
+7 −2
regen.py
ports/geckolib/gecko_bindings/tools/regen.py
+1 −0
lib.rs
ports/geckolib/lib.rs
+44 −0
sanity_checks.rs
ports/geckolib/sanity_checks.rs
+55 −10
wrapper.rs
ports/geckolib/wrapper.rs
+11 −0
testing_commands.py
python/servo/testing_commands.py