servo/components/style/servo
Xidorn Quan dc2aadd43a
style: Make creating CssUrl infallible.
There were a check in CssUrl::parse_from_string for extra data, which
was removed as part of servo/servo#16241, so it never fails now.

CssUrl::from_url_value_data doesn't seem to need Result from the very
beginning. It is unclear why it was made that way.

Bug: 1461858
Reviewed-by: emilio
MozReview-Commit-ID: LXzKlZ6wPYW
2018-05-20 18:57:35 +02:00
..
media_queries.rs Run rustfmt on selectors, servo_arc, and style. 2018-04-10 17:35:15 -07:00
mod.rs Don't resolve URLs at parse time for Stylo. 2017-03-22 19:11:30 -07:00
restyle_damage.rs Silence an 'unused' warning 2018-05-04 11:38:44 +02:00
selector_parser.rs Run rustfmt on selectors, servo_arc, and style. 2018-04-10 17:35:15 -07:00
url.rs style: Make creating CssUrl infallible. 2018-05-20 18:57:35 +02:00