servo/components/style/values
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
..
computed Don't resolve URLs at parse time for Stylo. 2017-03-22 19:11:30 -07:00
specified Don't resolve URLs at parse time for Stylo. 2017-03-22 19:11:30 -07:00
mod.rs Add a predefined integer type 2017-03-17 23:07:57 +11:00