No files found.
+8 −2
lib.rs
components/layout_thread/lib.rs
+3 −1
node.rs
components/script/dom/node.rs
+18 −1
layout_wrapper.rs
components/script/layout_wrapper.rs
+13 −0
dom.rs
components/style/dom.rs
+2 −1
data.py
components/style/properties/data.py
+12 −0
helpers.mako.rs
components/style/properties/helpers.mako.rs
+25 −0
background.mako.rs
components/style/properties/longhand/background.mako.rs
+9 −0
border.mako.rs
components/style/properties/longhand/border.mako.rs
+34 −1
box.mako.rs
components/style/properties/longhand/box.mako.rs
+23 −0
column.mako.rs
components/style/properties/longhand/column.mako.rs
+4 −0
counters.mako.rs
components/style/properties/longhand/counters.mako.rs
+82 −0
effects.mako.rs
components/style/properties/longhand/effects.mako.rs
+14 −0
font.mako.rs
components/style/properties/longhand/font.mako.rs
+6 −0
inherited_box.mako.rs
...ents/style/properties/longhand/inherited_box.mako.rs
+7 −0
inherited_table.mako.rs
...ts/style/properties/longhand/inherited_table.mako.rs
+52 −0
inherited_text.mako.rs
...nts/style/properties/longhand/inherited_text.mako.rs
+5 −0
list.mako.rs
components/style/properties/longhand/list.mako.rs
+9 −0
outline.mako.rs
components/style/properties/longhand/outline.mako.rs
+2 −0
pointing.mako.rs
components/style/properties/longhand/pointing.mako.rs
+2 −0
position.mako.rs
components/style/properties/longhand/position.mako.rs
+2 −0
text.mako.rs
components/style/properties/longhand/text.mako.rs
+14 −0
properties.mako.rs
components/style/properties/properties.mako.rs
+20 −1
traversal.rs
components/style/traversal.rs
+99 −2
values.rs
components/style/values.rs
+11 −0
wrapper.rs
ports/geckolib/wrapper.rs
+1 −0
lib.rs
tests/unit/style/lib.rs
+23 −2
properties.rs
tests/unit/style/properties.rs
+15 −0
value.rs
tests/unit/style/value.rs