servo/components/style/servo
Emilio Cobos Álvarez cb06375fe2
style: Implement a more fine-grained invalidation method.
This commit also removes the old restyle_hints module and splits it into
multiple modules under components/style/invalidation/element/.

The basic approach is to walk down the tree using compound selectors as needed,
in order to do as little selector-matching as possible.

Bug: 1368240
MozReview-Commit-ID: 2YO8fKFygZI
2017-06-13 13:26:41 +02:00
..
media_queries.rs Thread ParseError return values through CSS parsing. 2017-06-09 16:46:25 -04:00
mod.rs Don't resolve URLs at parse time for Stylo. 2017-03-22 19:11:30 -07:00
restyle_damage.rs style: Use RestyleDamage to determine whether we must continue cascading style changes to children. 2017-05-20 16:25:39 +02:00
selector_parser.rs style: Implement a more fine-grained invalidation method. 2017-06-13 13:26:41 +02:00
url.rs Thread ParseError return values through CSS parsing. 2017-06-09 16:46:25 -04:00