No files found.
+1 −1
Cargo.toml
components/layout/Cargo.toml
+1 −1
Cargo.toml
components/script/Cargo.toml
+1 −1
element.rs
components/script/dom/element.rs
+2 −2
layout_wrapper.rs
components/script/layout_wrapper.rs
+1 −1
Cargo.toml
components/script_layout_interface/Cargo.toml
+16 −16
Cargo.lock
components/servo/Cargo.lock
+2 −2
Cargo.toml
components/style/Cargo.toml
+35 −2
gecko_selector_impl.rs
components/style/gecko_selector_impl.rs
+1 −1
properties.mako.rs
components/style/properties/properties.mako.rs
+1 −1
restyle_hints.rs
components/style/restyle_hints.rs
+43 −3
servo_selector_impl.rs
components/style/servo_selector_impl.rs
+13 −6
stylesheets.rs
components/style/stylesheets.rs
+14 −14
Cargo.lock
ports/cef/Cargo.lock
+6 −6
Cargo.lock
ports/geckolib/Cargo.lock
+1 −1
Cargo.toml
ports/geckolib/Cargo.toml
+1 −1
Cargo.toml
ports/geckolib/string_cache/Cargo.toml
+7 −0
namespace.rs
ports/geckolib/string_cache/namespace.rs
+1 −1
wrapper.rs
ports/geckolib/wrapper.rs
+1 −1
Cargo.toml
tests/unit/style/Cargo.toml
+4 −0
mod.rs
tests/unit/style/parsing/mod.rs
+22 −0
selectors.rs
tests/unit/style/parsing/selectors.rs
+29 −8
stylesheets.rs
tests/unit/style/stylesheets.rs