servo/components/style/values/computed
Bobby Holley 63e8367eee Don't resolve URLs at parse time for Stylo.
It's a bit unfortunate the use separate implementations of SpecifiedUrl for Servo
and Gecko, but they're different enough at this point that I don't think it really
makes sense to try to share everything. Splitting them out has some nice
simplifications as well.

I recognize that there's still some potential correctness issues for Servo using
the resolved URI in various places where the original URI may be the right thing,
but I've got too much on my plate to look into that for now.

MozReview-Commit-ID: BeDu93TQ4Ow
2017-03-22 19:11:30 -07:00
..
basic_shape.rs style: Prevent more missing docs in the values module. 2016-12-31 12:17:02 +01:00
image.rs Add support for non-standard -moz color keyword values. 2017-03-14 00:49:08 +01:00
length.rs Add support for non-standard -moz color keyword values. 2017-03-14 00:49:08 +01:00
mod.rs Don't resolve URLs at parse time for Stylo. 2017-03-22 19:11:30 -07:00
position.rs stylo: Implement scroll-snap-destination 2017-02-09 10:54:19 -08:00