servo/components/style/servo
Emilio Cobos Álvarez 0f37b209cb
stylo: Remove a lot of the restyle damage related complexity.
The only reason why we had the `existing_style_for_style_damage` bit is to apply
some optimizations that we don't have anymore.

I still want to reintroduce a few of them, at least for the non-eager
pseudo-element case... But I think I won't need this at all.

This allows us to remove a fair amount of Gecko code too.
2017-08-20 13:59:46 +02:00
..
media_queries.rs Bug 1374233 - Part 3: Use NonNegativeAu as computed values for font-size related properties. 2017-08-04 14:21:59 +08:00
mod.rs Don't resolve URLs at parse time for Stylo. 2017-03-22 19:11:30 -07:00
restyle_damage.rs stylo: Remove a lot of the restyle damage related complexity. 2017-08-20 13:59:46 +02:00
selector_parser.rs stylo: Remove a lot of the restyle damage related complexity. 2017-08-20 13:59:46 +02:00
url.rs Introduce ComputedUrl 2017-08-09 13:55:39 +02:00