aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/values/generics/color.rs
Commit message (Expand)AuthorAgeFilesLines
* Move Stylo to its own repo (#31350)Delan Azabani2024-02-271-196/+0
* style: Hardening color checksTiaan Louw2023-11-241-32/+5
* style: Convert RGBA to AbsoluteColor for computed/animated/resolved CSS colorsTiaan Louw2023-11-211-28/+21
* style: Part 3 - Color mixing is done with new color spacesTiaan Louw2023-11-061-12/+14
* style: Part 1 - Move color mixing code to color moduleTiaan Louw2023-11-061-163/+12
* style: Move AbsoluteColor to common color moduleTiaan Louw2023-11-061-5/+5
* style: Use write_char in place of write_str when serializing single-character...Jonathan Kew2023-11-061-3/+3
* style: Run "cargo +nightly fmt" for style components in servoTing-Yu Lin2023-11-031-14/+66
* style: Use style interpolation code for gradientsEmilio Cobos Álvarez2023-10-021-1/+1
* style: Use ColorMix for interpolated colors in the computed style rather than...Emilio Cobos Álvarez2023-08-161-50/+237
* Revert "Backport several style changes from Gecko (5) (#30099)" (#30104)Oriol Brufau2023-08-161-237/+50
* Backport several style changes from Gecko (5) (#30099)Oriol Brufau2023-08-151-50/+237
* style: Implement accent-color in nsNativeBasicThemeOriol Brufau2023-05-191-0/+30
* style: Simplify StyleColor representationOriol Brufau2023-05-161-32/+30
* style: Reformat recent changes.Emilio Cobos Álvarez2019-04-121-1/+1
* style: Fix ToResolvedValue implementation for caret-color, and serialize some...Emilio Cobos Álvarez2019-04-121-1/+0
* style: Derive ToResolvedValue.Emilio Cobos Álvarez2019-04-121-0/+1
* style: Expose colors via cbindgen.Emilio Cobos Álvarez2019-04-121-13/+25
* style: Add derived ToShmem implementations.Cameron McCormack2019-04-121-2/+3
* style: Improve #[derive(Parse)].Emilio Cobos Álvarez2019-02-231-0/+23
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* style: Correct background/foreground ratio mixing.Dan Glastonbury2018-07-161-1/+1
* style: Derive Animate for ComplexColorRatios.Emilio Cobos Álvarez2018-06-121-1/+1
* style: Extract {animated,computed}::Color common parts.Dan Glastonbury2018-06-121-0/+76