aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/values/generics/basic_shape.rs
Commit message (Expand)AuthorAgeFilesLines
* Move Stylo to its own repo (#31350)Delan Azabani2024-02-271-513/+0
* style: Rustfmt servo/. r=zrhoffmanEmilio Cobos Álvarez2023-11-241-2/+3
* style: Use write_char in place of write_str when serializing single-character...Jonathan Kew2023-11-061-6/+6
* style: Clean up list interpolation codeEmilio Cobos Álvarez2023-11-061-28/+5
* Fix warnings introduced in newer Rust NightlySimon Sapin2021-02-251-7/+7
* style: Derive parse for ShapeRadius.Emilio Cobos Álvarez2020-06-041-0/+1
* style: Reformat recent changes.Emilio Cobos Álvarez2020-04-161-1/+4
* style: Split clip-path and shape-outside values.Emilio Cobos Álvarez2020-04-161-40/+45
* style: Some preparation to start using cbindgen for shape-outside and clip-path.Emilio Cobos Álvarez2020-04-161-13/+46
* style: Should not serialize default radius of circle.violet2019-06-251-0/+42
* style: Use the owned slice type for basic shape polygon coordinates.Emilio Cobos Álvarez2019-05-101-16/+30
* style: Derive ToResolvedValue.Emilio Cobos Álvarez2019-04-121-0/+12
* style: Add derived ToShmem implementations.Cameron McCormack2019-04-121-3/+28
* style: Add a Zero trait that doesn't require Add, and use it in place of num_...Emilio Cobos Álvarez2019-03-131-4/+5
* style: Rename LengthOrPercentage to LengthPercentage.Emilio Cobos Álvarez2019-01-081-18/+18
* style: Clamp to non-negative value after doing interpolation for circle(), el...Boris Chiou2019-01-071-14/+64
* style: Use NonNegative more in the border code.Emilio Cobos Álvarez2019-01-071-6/+7
* Rustfmt has changed its default style :/Simon Sapin2018-12-281-5/+1
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* `cargo fix --edition`Simon Sapin2018-11-101-6/+6
* Format remaining filesPyfisch2018-11-061-2/+4
* Format style component.chansuke2018-09-091-35/+100
* style: Make SVGPathData and clip-path: path() animatable.Boris Chiou2018-09-091-2/+10
* style: Define path() for clip-path.Boris Chiou2018-09-031-0/+17
* style: Use cbindgen for basic_shape::FillRule.Boris Chiou2018-09-031-0/+1
* style: Drop the manually implementation of ToCSS for BasicShape::Polygon.Boris Chiou2018-09-031-29/+16
* style: Add some attributes for SpecifiedValueInfo to help deriving more from ...Xidorn Quan2018-04-291-0/+4
* style: Add a ValueInfo trait for exposing types needed by devtools.Xidorn Quan2018-04-291-14/+20
* Run rustfmt on selectors, servo_arc, and style.Bobby Holley2018-04-101-30/+44
* Manual fixups so that the rustfmt output won't trigger tidy.Bobby Holley2018-04-101-4/+3
* Share a single #[animation(no_bound(…))] for the animation traitsAnthony Ramine2018-03-121-1/+1
* Opt out of trait bounds on type params for #[derive(Animate)]Anthony Ramine2018-03-121-0/+1
* Don't use #[animation(constant)] in ShapeBoxAnthony Ramine2018-03-091-3/+2
* Opt into field bounds when deriving ToCss, instead of opting outAnthony Ramine2018-03-081-3/+3
* style: Cleanup shape-outside code.Emilio Cobos Álvarez2018-02-051-1/+1
* Don't use define_css_keyword_enum in style anymoreAnthony Ramine2018-02-011-12/+18
* Rename FillRule variants to follow the same rules as other enumsAnthony Ramine2018-02-011-3/+3
* Change ToCss to take a CssWriter<W>Anthony Ramine2018-01-231-4/+10
* style: Support shape-image: <image>Ting-Yu Lin2017-11-291-3/+3
* Backed out changeset 1fdcd69d2524 for Build Bustage. r=backout on a CLOSED TREEGecko Backout2017-11-261-3/+3
* style: Support shape-image: <image>Ting-Yu Lin2017-11-261-3/+3
* Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-181-24/+8
* Fix commonmark Markdown warnings in docs, part 1Matt Brubeck2017-10-171-6/+6
* Measure PropertyDeclaration more thoroughly.Nicholas Nethercote2017-09-141-0/+8
* style: Use derive(TCV) in GeometryBox.Emilio Cobos Álvarez2017-09-111-3/+1
* style: Remove HasViewportPercentage.Emilio Cobos Álvarez2017-08-291-6/+1
* Introduce #[animation(constant)] for the Animate traitAnthony Ramine2017-08-281-25/+9
* Derive Animate for ShapeRadius<L>Anthony Ramine2017-08-271-15/+4
* Derive the most trivial Animate implsAnthony Ramine2017-08-221-70/+7
* Introduce values::animated::AnimateAnthony Ramine2017-08-221-84/+54