aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/values/generics/svg.rs
Commit message (Expand)AuthorAgeFilesLines
* Move Stylo to its own repo (#31350)Delan Azabani2024-02-271-221/+0
* Fix warnings introduced in newer Rust NightlySimon Sapin2021-02-251-2/+2
* style: Switch all callsites of try() to try_parse() in the style crate.Emilio Cobos Álvarez2020-06-181-1/+1
* style: Use cbindgen for SVG lengths.Emilio Cobos Álvarez2020-04-161-1/+4
* style: Update cbindgen.Emilio Cobos Álvarez2019-09-121-5/+0
* style: Rustfmt recent changes.Emilio Cobos Álvarez2019-07-081-1/+1
* style: Use cbindgen for fill and stroke.Emilio Cobos Álvarez2019-07-081-14/+27
* style: Simplify parsing and storage of SVG paint server fallback. r=borisEmilio Cobos Álvarez2019-07-081-58/+53
* style: Use more compact and ffi-friendly types for some svg props.Emilio Cobos Álvarez2019-07-081-3/+9
* style: Derive ToResolvedValue.Emilio Cobos Álvarez2019-04-121-0/+5
* style: Add derived ToShmem implementations.Cameron McCormack2019-04-121-0/+5
* style: Cleanup and fix interpolation of SVG lengths.Emilio Cobos Álvarez2019-03-131-44/+10
* style: Improve #[derive(Parse)].Emilio Cobos Álvarez2019-02-231-17/+19
* style: Manually rename some variables.Emilio Cobos Álvarez2019-01-081-2/+2
* style: Rename LengthOrPercentage to LengthPercentage.Emilio Cobos Álvarez2019-01-081-8/+8
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* style: Revert try -> r#try change.Emilio Cobos Álvarez2018-11-101-6/+6
* `cargo fix --edition`Simon Sapin2018-11-101-8/+8
* style: Simplify the SVG animation code.Emilio Cobos Álvarez2018-11-051-55/+2
* Format style component.chansuke2018-09-091-18/+73
* style: Refactor vector types.Emilio Cobos Álvarez2018-05-281-2/+1
* style: Add a ValueInfo trait for exposing types needed by devtools.Xidorn Quan2018-04-291-12/+14
* Run rustfmt on selectors, servo_arc, and style.Bobby Holley2018-04-101-43/+43
* Share a single #[animation(no_bound(…))] for the animation traitsAnthony Ramine2018-03-121-5/+2
* Opt out of bounds on type params for #[derive(ToAnimatedZero)]Anthony Ramine2018-03-121-0/+1
* Opt out of bounds on type params for #[derive(ComputeSquaredDistance)]Anthony Ramine2018-03-121-1/+7
* Opt out of trait bounds on type params for #[derive(Animate)]Anthony Ramine2018-03-121-0/+2
* Derive ToCss for SVGStrokeDashArray<T>Anthony Ramine2018-03-081-31/+5
* 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-18/+7
* Fix commonmark Markdown warnings in docs, part 1Matt Brubeck2017-10-171-3/+3
* Update to cssparser 0.22 (source location in error types)Simon Sapin2017-10-101-4/+4
* Measure PropertyDeclaration more thoroughly.Nicholas Nethercote2017-09-141-0/+6
* Support None and NotSet for the fallback type of SVGPaint.KuoE02017-09-051-6/+11
* Don't allow interpolating SVGPaintKind::None.Mantaroh Yoshinaga2017-09-041-0/+1
* style: Remove HasViewportPercentage.Emilio Cobos Álvarez2017-08-291-4/+4
* Derive a bunch of animation traits for some SVG typesAnthony Ramine2017-08-281-2/+5
* order derivable traits listsClément DAVID2017-08-231-2/+2
* Derive the most trivial ToAnimatedZero implsAnthony Ramine2017-08-221-6/+8
* Add ComputeSquaredDistance trait for SvgLengthOrPercentageOrNumber.Mantaroh Yoshinaga2017-08-221-3/+40
* Add SVGLengthOrPercentageOrNumber for stroke-*.Mantaroh Yoshinaga2017-08-181-0/+49
* Derive ComputeSquaredDistanceAnthony Ramine2017-08-131-62/+4
* Introduce ComputeSquaredDistanceAnthony Ramine2017-08-131-0/+59
* Introduce ComputedUrlFausto Núñez Alberro2017-08-091-8/+7
* Bug 1374233 - Part 9: Add NonNegativeLengthOrPercentageOrNumber for stroke-{w...Boris Chiou2017-08-041-2/+2
* Add context-{fill,stroke}-opacity support to {fill,stroke}-opacity.Xidorn Quan2017-08-021-0/+13
* Make stroke-dasharray accept context-value.Xidorn Quan2017-08-021-1/+35
* Add SVGLength which accepts context-value, and use it for stroke-{width,dasho...Xidorn Quan2017-08-021-0/+10
* Add svg mods and move SVG-related types into them.Xidorn Quan2017-08-021-0/+96