servo/components/layout_thread
Emilio Cobos Álvarez 11485edc9e
style: Hide LocalMatchingContext.
This type is a lot of complexity related to a very specific thing such as the
hover and active quirk.

Instead of that, move `nesting_level` to `MatchingContext`, and simplify all
this computing whether the quirk applies upfront, for each complex selector we
test.

This is less error-prone, and also allows simplifying more stuff in a bit.
2017-10-14 17:03:35 +02:00
..
Cargo.toml Use NonZeroUsize in script_layout_interface 2017-10-13 11:11:02 +02:00
dom_wrapper.rs style: Hide LocalMatchingContext. 2017-10-14 17:03:35 +02:00
lib.rs Use wrappers in the nonzero crate so users don’t need unstable features 2017-10-13 11:11:05 +02:00