servo/components/style
bors-servo 65c3185b20 Auto merge of #8341 - bholley:state_hint_selector_ordering, r=pcwalton
Fix restyle hints to handle non-last psuedo-selectors, and track pristine state values rather than changesets

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8341)
<!-- Reviewable:end -->
2015-11-07 09:53:19 +05:30
..
animation.rs Implement calc expressions for more value types 2015-11-01 23:16:14 -08:00
build.rs sort all uses 2015-08-20 20:47:12 +08:00
Cargo.toml Update to rust-cssparser 0.4.0 2015-11-05 08:57:01 +01:00
custom_properties.rs Fix double /**//**/ 2015-11-06 23:01:55 +01:00
font_face.rs Update to rust-cssparser 0.4.0 2015-11-05 08:57:01 +01:00
legacy.rs Fix reported test-tidy errors for unmerged import blocks 2015-09-19 12:50:14 -04:00
lib.rs Implement restyle hints for state changes. 2015-10-31 14:28:52 -07:00
Mako-0.9.1.zip Cargoify servo 2014-09-08 20:21:42 -06:00
media_queries.rs Split Au type into separate crate, with minimal dependencies. 2015-10-01 07:16:11 +10:00
node.rs Fix reported test-tidy errors for unmerged import blocks 2015-09-19 12:50:14 -04:00
parser.rs Fix reported test-tidy errors for unmerged import blocks 2015-09-19 12:50:14 -04:00
properties.mako.rs Detect var() in shorthand declarations. 2015-11-06 23:01:54 +01:00
README.md Update style/README.md - libcss is gone now 2014-10-23 16:23:54 -05:00
restyle_hints.rs Store pristine element state rather than a set of changes. 2015-11-04 19:09:58 -08:00
selector_matching.rs Store pristine element state rather than a set of changes. 2015-11-04 19:09:58 -08:00
stylesheets.rs Enable resetable and String prefs. 2015-09-25 00:58:48 +01:00
values.rs Update to rust-cssparser 0.4.0 2015-11-05 08:57:01 +01:00
viewport.rs Remove explicit lifetimes which can be elided. 2015-10-21 01:27:48 +02:00

servo-style

Style system for Servo, using rust-cssparser for parsing.