aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/values/generics/rect.rs
Commit message (Expand)AuthorAgeFilesLines
* Move Stylo to its own repo (#31350)Delan Azabani2024-02-271-126/+0
* style: Use write_char in place of write_str when serializing single-character...Jonathan Kew2023-11-061-3/+3
* style: Switch all callsites of try() to try_parse() in the style crate.Emilio Cobos Álvarez2020-06-181-3/+3
* style: Make various border-image-* properties interpolable.Brian Birtles2019-10-091-0/+1
* style: Derive ToResolvedValue.Emilio Cobos Álvarez2019-04-121-0/+1
* style: Add derived ToShmem implementations.Cameron McCormack2019-04-121-0/+1
* style: Use Rust lengths for margin / padding / inset.Emilio Cobos Álvarez2019-02-101-0/+1
* style: Clamp to non-negative value after doing interpolation for circle(), el...Boris Chiou2019-01-071-0/+1
* 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-3/+3
* `cargo fix --edition`Simon Sapin2018-11-101-4/+4
* Format style component.chansuke2018-09-091-2/+11
* style: Add a ValueInfo trait for exposing types needed by devtools.Xidorn Quan2018-04-291-2/+2
* Run rustfmt on selectors, servo_arc, and style.Bobby Holley2018-04-101-13/+31
* Change ToCss to take a CssWriter<W>Anthony Ramine2018-01-231-4/+5
* Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-181-3/+1
* style: Be a little less From-happy with rect.Emilio Cobos Álvarez2017-09-171-9/+5
* Measure PropertyDeclaration more thoroughly.Nicholas Nethercote2017-09-141-0/+1
* style: Remove HasViewportPercentage.Emilio Cobos Álvarez2017-08-291-1/+1
* Derive the most trivial Animate implsAnthony Ramine2017-08-221-16/+2
* Introduce values::animated::AnimateAnthony Ramine2017-08-221-14/+10
* Derive ComputeSquaredDistanceAnthony Ramine2017-08-131-17/+1
* Introduce ComputeSquaredDistanceAnthony Ramine2017-08-131-0/+16
* Animate basic shapesAnthony Ramine2017-08-111-0/+19
* Thread ParseError return values through CSS parsing.Josh Matthews2017-06-091-6/+6
* Make Rect<T> a struct tupleAnthony Ramine2017-05-281-37/+24
* Introduce style::values::generics::rect ▭Anthony Ramine2017-05-231-0/+110