No files found.
+2 −0
static_atoms.txt
components/atoms/static_atoms.txt
+25 −18
element.rs
components/script/dom/element.rs
+9 −2
htmlcollection.rs
components/script/dom/htmlcollection.rs
+2 −2
window.rs
components/script/dom/window.rs
+30 −9
layout_wrapper.rs
components/script/layout_wrapper.rs
+2 −2
attr.rs
components/selectors/attr.rs
+13 −4
matching.rs
components/selectors/matching.rs
+4 −1
parser.rs
components/selectors/parser.rs
+15 −4
tree.rs
components/selectors/tree.rs
+3 −0
dom.rs
components/style/dom.rs
+2 −1
snapshot.rs
components/style/gecko/snapshot.rs
+6 −2
snapshot_helpers.rs
components/style/gecko/snapshot_helpers.rs
+25 −15
wrapper.rs
components/style/gecko/wrapper.rs
+23 −23
mod.rs
components/style/gecko_string_cache/mod.rs
+2 −1
stylesheets.rs
components/style/invalidation/stylesheets.rs
+18 −0
lib.rs
components/style/lib.rs
+25 −16
restyle_hints.rs
components/style/restyle_hints.rs
+70 −65
selector_map.rs
components/style/selector_map.rs
+4 −4
selector_parser.rs
components/style/servo/selector_parser.rs
+25 −16
stylist.rs
components/style/stylist.rs
+3 −1
restyle_hints.rs
tests/unit/style/restyle_hints.rs
+6 −6
stylist.rs
tests/unit/style/stylist.rs