aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/values/specified/svg.rs
Commit message (Expand)AuthorAgeFilesLines
* Move Stylo to its own repo (#31350)Delan Azabani2024-02-271-391/+0
* style: Reject empty svg path string for basic shape path functionBoris Chiou2023-11-241-1/+1
* style: Use write_char in place of write_str when serializing single-character...Jonathan Kew2023-11-061-1/+1
* style: Part 1: Add SVG d property in CSSBoris Chiou2023-05-241-0/+55
* style: Switch all callsites of try() to try_parse() in the style crate.Emilio Cobos Álvarez2020-06-181-4/+5
* style: Use cbindgen for SVG lengths.Emilio Cobos Álvarez2020-04-161-3/+3
* Don't use transmute to create PaintOrder valuesAnthony Ramine2020-04-041-2/+7
* style: Avoid manual paint-order glue code.Emilio Cobos Álvarez2019-09-121-4/+5
* style: Use `static_prefs::pref!`.Nicholas Nethercote2019-08-151-2/+1
* style: Use cbindgen for fill and stroke.Emilio Cobos Álvarez2019-07-081-4/+1
* style: Use more compact and ffi-friendly types for some svg props.Emilio Cobos Álvarez2019-07-081-2/+2
* style: Change `StaticPrefs` from a class to a namespace.Nicholas Nethercote2019-07-081-1/+1
* style: paint-order parsing has off-by-one error.violet2019-07-081-1/+1
* style: Reformat recent style system changes.Emilio Cobos Álvarez2019-05-291-5/+1
* style: Share computed and specified value representation of -moz-context-prop...Emilio Cobos Álvarez2019-05-291-9/+72
* style: Reformat recent changes.Emilio Cobos Álvarez2019-04-121-2/+18
* style: Derive ToResolvedValue.Emilio Cobos Álvarez2019-04-121-2/+2
* style: Add derived ToShmem implementations.Cameron McCormack2019-04-121-2/+6
* style: Reformat recent changes.Emilio Cobos Álvarez2019-03-131-11/+6
* style: Cleanup and fix interpolation of SVG lengths.Emilio Cobos Álvarez2019-03-131-25/+46
* style: Rustfmt recent changes.Emilio Cobos Álvarez2019-02-231-1/+1
* style: Improve #[derive(Parse)].Emilio Cobos Álvarez2019-02-231-70/+8
* style: Rename LengthOrPercentage to LengthPercentage.Emilio Cobos Álvarez2019-01-081-16/+16
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* style: Manually extinguish multi-line use statements.Emilio Cobos Álvarez2018-11-101-3/+2
* style: Revert try -> r#try change.Emilio Cobos Álvarez2018-11-101-7/+7
* `cargo fix --edition --features gecko`Simon Sapin2018-11-101-1/+1
* `cargo fix --edition`Simon Sapin2018-11-101-14/+16
* Reorder importsPyfisch2018-11-061-3/+3
* Format style component.chansuke2018-09-091-4/+2
* style: Change nscolor to StyleComplexColor.Dan Glastonbury2018-07-161-3/+3
* style: Add a ValueInfo trait for exposing types needed by devtools.Xidorn Quan2018-04-291-2/+4
* Run rustfmt on selectors, servo_arc, and style.Bobby Holley2018-04-101-18/+25
* Auto merge of #20482 - brainlessdeveloper:list-style-image-computed, r=emiliobors-servo2018-04-031-1/+2
|\
| * Implement a URL-generic type for list-style-imageFausto Núñez Alberro2018-04-031-1/+2
* | Convert StylePrefs to StaticPrefs.Nicholas Nethercote2018-04-031-1/+1
|/
* style: Cleanup indentation in a couple places.Emilio Cobos Álvarez2018-03-041-13/+21
* style: Don't guard the context opacity keywords with the svg in opentype pref.Emilio Cobos Álvarez2018-03-041-10/+10
* Change ToCss to take a CssWriter<W>Anthony Ramine2018-01-231-3/+7
* Make MozContextProperties a different typeIgor Gutorov2018-01-131-2/+3
* style: Move -moz-context-properties outside of makoIgor Gutorov2018-01-121-0/+16
* style: Move paint-order outside of makoCYBAI2018-01-101-1/+137
* Fix commonmark Markdown warnings in docs, part 1Matt Brubeck2017-10-171-2/+2
* Update to cssparser 0.22 (source location in error types)Simon Sapin2017-10-101-4/+4
* style: Remove HasViewportPercentage.Emilio Cobos Álvarez2017-08-291-1/+0
* Add SVGLengthOrPercentageOrNumber for stroke-*.Mantaroh Yoshinaga2017-08-181-11/+22
* Introduce ComputedUrlFausto Núñez Alberro2017-08-091-3/+3
* Bug 1374233 - Part 9: Add NonNegativeLengthOrPercentageOrNumber for stroke-{w...Boris Chiou2017-08-041-10/+18
* Add context-{fill,stroke}-opacity support to {fill,stroke}-opacity.Xidorn Quan2017-08-021-1/+20
* Make stroke-dasharray accept context-value.Xidorn Quan2017-08-021-1/+19