aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/values/generics/border.rs
Commit message (Expand)AuthorAgeFilesLines
* Move Stylo to its own repo (#31350)Delan Azabani2024-02-271-257/+0
* style: Remove -moz-outline-radiusEmilio Cobos Álvarez2023-05-241-1/+1
* style: Make various border-image-* properties interpolable.Brian Birtles2019-10-091-0/+9
* style: Parse '0' as a number for border-image-width.Brian Birtles2019-10-091-2/+6
* style: Use cbindgen for border-image-width.Emilio Cobos Álvarez2019-05-291-3/+6
* style: Reformat recent changes.Emilio Cobos Álvarez2019-04-121-2/+10
* style: Derive ToResolvedValue.Emilio Cobos Álvarez2019-04-121-0/+5
* style: Add derived ToShmem implementations.Cameron McCormack2019-04-121-4/+24
* style: Add a Zero trait that doesn't require Add, and use it in place of num_...Emilio Cobos Álvarez2019-03-131-5/+30
* style: Use rust lengths for border corners.Emilio Cobos Álvarez2019-03-131-6/+13
* style: Make the generic size not use euclid under the hood.Emilio Cobos Álvarez2019-03-131-7/+7
* style: Simplify border-radius serialization.Emilio Cobos Álvarez2019-03-131-5/+1
* style: Use Rust types for some misc properties.Emilio Cobos Álvarez2019-02-231-1/+4
* style: Rename LengthOrPercentage to LengthPercentage.Emilio Cobos Álvarez2019-01-081-7/+7
* style: Clamp to non-negative value after doing interpolation for circle(), el...Boris Chiou2019-01-071-0/+1
* style: Use NonNegative more in the border code.Emilio Cobos Álvarez2019-01-071-13/+2
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* `cargo fix --edition`Simon Sapin2018-11-101-2/+2
* Format style component.chansuke2018-09-091-12/+46
* style: Move represents_keyword to the css attributes.Emilio Cobos Álvarez2018-05-051-18/+3
* style: Add some attributes for SpecifiedValueInfo to help deriving more from ...Xidorn Quan2018-04-291-0/+1
* style: Add a ValueInfo trait for exposing types needed by devtools.Xidorn Quan2018-04-291-8/+11
* Run rustfmt on selectors, servo_arc, and style.Bobby Holley2018-04-101-12/+18
* Opt into field bounds when deriving ToCss, instead of opting outAnthony Ramine2018-03-081-2/+2
* Properly implement ToAnimatedZero for BorderSpacingAnthony Ramine2018-02-151-1/+1
* Change ToCss to take a CssWriter<W>Anthony Ramine2018-01-231-7/+16
* Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-181-15/+5
* Fix commonmark Markdown warnings in docs, part 1Matt Brubeck2017-10-171-1/+1
* style: Be a little less From-happy with rect.Emilio Cobos Álvarez2017-09-171-1/+1
* style: Make border-spacing serialization consistent, and move it to precomput...Emilio Cobos Álvarez2017-09-171-9/+42
* style: Generalise BorderCornerRadius as `Size`.Emilio Cobos Álvarez2017-09-171-48/+6
* style: Simplify serialisation of BorderCornerRadius when possible.Emilio Cobos Álvarez2017-09-171-3/+8
* Measure PropertyDeclaration more thoroughly.Nicholas Nethercote2017-09-141-0/+4
* style: Remove HasViewportPercentage.Emilio Cobos Álvarez2017-08-291-4/+4
* Derive the most trivial Animate implsAnthony Ramine2017-08-221-27/+4
* Introduce values::animated::AnimateAnthony Ramine2017-08-221-23/+14
* Derive ComputeSquaredDistanceAnthony Ramine2017-08-131-28/+3
* Introduce ComputeSquaredDistanceAnthony Ramine2017-08-131-11/+13
* Animate basic shapesAnthony Ramine2017-08-111-0/+57
* Support unit variants when deriving ToCssAnthony Ramine2017-06-071-15/+1
* Rename BorderImageWidthSide to BorderImageSideWidthAnthony Ramine2017-06-021-5/+5
* Rename BorderRadiusSize to BorderCornerSizeAnthony Ramine2017-05-291-15/+15
* Refactor BorderRadius and move it to the border modulesAnthony Ramine2017-05-281-0/+100
* Use generics for border-image-slice propertyAnthony Ramine2017-05-231-0/+37
* Use generics for the border-image-width propertyAnthony Ramine2017-05-231-0/+34