aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/values/generics/background.rs
Commit message (Expand)AuthorAgeFilesLines
* Move Stylo to its own repo (#31350)Delan Azabani2024-02-271-54/+0
* style: Fix the serialization of the computed value of background-size.Boris Chiou2019-06-251-11/+1
* style: Derive ToResolvedValue.Emilio Cobos Álvarez2019-04-121-0/+1
* style: Add derived ToShmem implementations.Cameron McCormack2019-04-121-0/+1
* style: Use contextual_skip_if for background-size.Emilio Cobos Álvarez2019-03-131-28/+12
* style: Rustfmt recent changes.Emilio Cobos Álvarez2019-02-231-1/+1
* style: Use rust types for background-size.Emilio Cobos Álvarez2019-02-231-6/+19
* style: Derive more length stuff, and shrink MaxLength / MozLength's repr(C) r...Emilio Cobos Álvarez2019-02-101-6/+6
* style: Rename LengthOrPercentage to LengthPercentage.Emilio Cobos Álvarez2019-01-081-5/+5
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* style: Cargo fix + ./mach fmt.Emilio Cobos Álvarez2018-11-101-1/+1
* style: Format recent patches.Emilio Cobos Álvarez2018-11-081-1/+1
* style: Serialize `background-size: auto auto` as "auto".Cameron McCormack2018-11-081-1/+30
* Format style component.chansuke2018-09-091-3/+14
* style: Refactor vector types.Emilio Cobos Álvarez2018-05-281-1/+2
* 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-3/+3
* Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-181-3/+1
* style: Be a bit more explicit about background-size.Emilio Cobos Álvarez2017-09-171-9/+0
* Measure PropertyDeclaration more thoroughly.Nicholas Nethercote2017-09-141-0/+1
* style: Remove HasViewportPercentage.Emilio Cobos Álvarez2017-08-291-1/+1
* Derive Animate for BackgroundSize<L>Anthony Ramine2017-08-281-1/+4
* Derive ComputeSquaredDistanceAnthony Ramine2017-08-131-1/+1
* Support unit variants when deriving ToCssAnthony Ramine2017-06-071-22/+1
* Use generics for background-size propertyAnthony Ramine2017-05-251-0/+52