aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/servo/url.rs
Commit message (Expand)AuthorAgeFilesLines
* Move Stylo to its own repo (#31350)Delan Azabani2024-02-271-246/+0
* style: Remove dependency on servo_url (#31358)Martin Robinson2024-02-161-9/+17
* style: Use write_char in place of write_str when serializing single-character...Jonathan Kew2023-11-061-2/+2
* Miscellaneous build / tidy fixes.Emilio Cobos Álvarez2021-02-261-10/+11
* style: Fix Servo build.Emilio Cobos Álvarez2019-06-041-7/+11
* style: Fix servo build, and appease tidy / fmt.Emilio Cobos Álvarez2019-04-121-2/+2
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* `cargo fix --edition`Simon Sapin2018-11-101-2/+2
* style: Fix Servo build.Emilio Cobos Álvarez2018-10-191-0/+3
* style: Fix servo build and drop a FIXME there.Emilio Cobos Álvarez2018-09-151-0/+12
* style: Make creating CssUrl infallible.Xidorn Quan2018-05-201-9/+5
* style: Fix tidy issues and Servo build.Emilio Cobos Álvarez2018-04-291-1/+1
* Run rustfmt on selectors, servo_arc, and style.Bobby Holley2018-04-101-7/+11
* Split CssUrl from SpecifiedUrl for non-value URLs.Xidorn Quan2018-03-081-11/+14
* Move ComputedUrl into their impl mods.Xidorn Quan2018-03-081-2/+41
* Move Parse impl of SpecifiedUrl into corresponding files.Xidorn Quan2018-03-081-0/+9
* Add SpecifiedImageUrl for <url> used as images.Xidorn Quan2018-03-081-0/+2
* Change ToCss to take a CssWriter<W>Anthony Ramine2018-01-231-3/+6
* Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-181-1/+2
* Fix commonmark Markdown warnings in docs, part 1Matt Brubeck2017-10-171-1/+1
* order derivable traits listsClément DAVID2017-08-231-1/+1
* Introduce ComputedUrlFausto Núñez Alberro2017-08-091-0/+33
* Replace all uses of the style::stylearc alias with servo_arc.Michael Partheil2017-07-191-1/+1
* Derive ToCss for font-face sourcesAnthony Ramine2017-06-171-5/+4
* Upgrade cssparser to 0.15Simon Sapin2017-06-161-3/+2
* Thread ParseError return values through CSS parsing.Josh Matthews2017-06-091-2/+2
* Use StyleArc in the style system.Bobby Holley2017-05-021-0/+3
* Use a UrlExtraData type alias to unify url handling logic.Xidorn Quan2017-04-031-1/+1
* Don't resolve URLs at parse time for Stylo.Bobby Holley2017-03-221-0/+127