No files found.
+1 −0
Cargo.lock
Cargo.lock
+14 −15
cssstyledeclaration.rs
components/script/dom/cssstyledeclaration.rs
+5 −0
Cargo.toml
components/style/Cargo.toml
+18 −12
keyframes.rs
components/style/keyframes.rs
+1 −0
lib.rs
components/style/lib.rs
+76 −26
declaration_block.rs
components/style/properties/declaration_block.rs
+29 −8
helpers.mako.rs
components/style/properties/helpers.mako.rs
+211 −223
properties.mako.rs
components/style/properties/properties.mako.rs
+2 −2
background.mako.rs
...onents/style/properties/shorthand/background.mako.rs
+5 −5
border.mako.rs
components/style/properties/shorthand/border.mako.rs
+8 −8
box.mako.rs
components/style/properties/shorthand/box.mako.rs
+2 −2
column.mako.rs
components/style/properties/shorthand/column.mako.rs
+3 −3
font.mako.rs
components/style/properties/shorthand/font.mako.rs
+1 −1
inherited_svg.mako.rs
...nts/style/properties/shorthand/inherited_svg.mako.rs
+2 −2
inherited_text.mako.rs
...ts/style/properties/shorthand/inherited_text.mako.rs
+5 −5
list.mako.rs
components/style/properties/shorthand/list.mako.rs
+2 −2
mask.mako.rs
components/style/properties/shorthand/mask.mako.rs
+2 −2
outline.mako.rs
components/style/properties/shorthand/outline.mako.rs
+9 −9
position.mako.rs
components/style/properties/shorthand/position.mako.rs
+1 −1
text.mako.rs
components/style/properties/shorthand/text.mako.rs
+3 −2
supports.rs
components/style/supports.rs
+36 −25
glue.rs
ports/geckolib/glue.rs
+6 −3
testing_commands.py
python/servo/testing_commands.py
+38 −30
border.rs
tests/unit/style/parsing/border.rs
+4 −0
size_of.rs
tests/unit/style/size_of.rs
+4 −0
size_of.rs
tests/unit/stylo/size_of.rs