servo/components/style/servo
Emilio Cobos Álvarez 15e71c5670
style: Don't look for viewport units in stylesheets.
Use whether we've computed any viewport unit instead.

This is more accurate (we avoid restyling unnecessarily if we've found anything
ever on the stylesheet, but that hasn't matched).

This has the benefit of also matching Gecko, and simplify some code and
fishyness around, and also hopefully speeding up stylesheet parsing.
2017-08-28 12:05:22 +02:00
..
media_queries.rs style: Don't look for viewport units in stylesheets. 2017-08-28 12:05:22 +02: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 order derivable traits lists 2017-08-23 21:38:44 +02:00
url.rs order derivable traits lists 2017-08-23 21:38:44 +02:00