No files found.
+1 −0
static_atoms.txt
components/atoms/static_atoms.txt
+7 −5
lib.rs
components/layout_thread/lib.rs
+13 −21
cssstyledeclaration.rs
components/script/dom/cssstyledeclaration.rs
+3 −10
dom.rs
components/style/dom.rs
+40 −39
wrapper.rs
components/style/gecko/wrapper.rs
+1 −1
matching.rs
components/style/matching.rs
+1 −1
declaration_block.rs
components/style/properties/declaration_block.rs
+42 −60
gecko.mako.rs
components/style/properties/gecko.mako.rs
+55 −54
animated_properties.mako.rs
...style/properties/helpers/animated_properties.mako.rs
+1 −1
box.mako.rs
components/style/properties/longhand/box.mako.rs
+8 −8
svg.mako.rs
components/style/properties/longhand/svg.mako.rs
+34 −11
properties.mako.rs
components/style/properties/properties.mako.rs
+3 −3
mod.rs
components/style/sharing/mod.rs
+3 −1
style_resolver.rs
components/style/style_resolver.rs
+6 −3
keyframes_rule.rs
components/style/stylesheets/keyframes_rule.rs
+10 −29
mod.rs
components/style/stylesheets/mod.rs
+22 −28
rule_list.rs
components/style/stylesheets/rule_list.rs
+90 −51
rule_parser.rs
components/style/stylesheets/rule_parser.rs
+6 −5
stylesheet.rs
components/style/stylesheets/stylesheet.rs
+3 −3
supports_rule.rs
components/style/stylesheets/supports_rule.rs
+4 −3
traversal.rs
components/style/traversal.rs
+103 −14
box.rs
components/style/values/specified/box.rs