aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/values/generics/effects.rs
Commit message (Expand)AuthorAgeFilesLines
* Move Stylo to its own repo (#31350)Delan Azabani2024-02-271-121/+0
* Fix warnings introduced in newer Rust NightlySimon Sapin2021-02-251-1/+1
* style: Update cbindgen.Emilio Cobos Álvarez2019-09-121-2/+0
* style: Add computed value ZeroToOneNumber.violet2019-07-081-8/+8
* style: Use cbindgen for filters.Emilio Cobos Álvarez2019-06-041-4/+9
* style: Add bindings for box shadows, and remove nsCSSShadowArray and friends.Emilio Cobos Álvarez2019-05-291-3/+9
* style: Derive ToResolvedValue.Emilio Cobos Álvarez2019-04-121-0/+3
* style: Add derived ToShmem implementations.Cameron McCormack2019-04-121-0/+3
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* style: Teach ComputeSquaredDistance derive about #[animation(constant)].Emilio Cobos Álvarez2018-09-151-0/+1
* Format style component.chansuke2018-09-091-6/+34
* style: Distinguish between specified and computed URLs.Emilio Cobos Álvarez2018-05-191-6/+3
* style: Move represents_keyword to the css attributes.Emilio Cobos Álvarez2018-05-051-28/+2
* 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-5/+6
* Run rustfmt on selectors, servo_arc, and style.Bobby Holley2018-04-101-10/+7
* Derive ComputeSquaredDistance for animated filtersAnthony Ramine2018-02-081-1/+3
* Change ToCss to take a CssWriter<W>Anthony Ramine2018-01-231-4/+4
* Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-181-9/+4
* Measure PropertyDeclaration more thoroughly.Nicholas Nethercote2017-09-141-0/+3
* style: Remove HasViewportPercentage.Emilio Cobos Álvarez2017-08-291-3/+3
* Support #[animation(constant)] when deriving ToAnimatedZeroAnthony Ramine2017-08-281-1/+2
* Introduce #[animation(constant)] for the Animate traitAnthony Ramine2017-08-281-1/+2
* Derive the most trivial Animate implsAnthony Ramine2017-08-221-2/+2
* Derive the most trivial ToAnimatedZero implsAnthony Ramine2017-08-221-1/+2
* Derive ComputeSquaredDistanceAnthony Ramine2017-08-131-1/+1
* Bug 1374233 - Part 13: Use NonNegative{*} types for components of Shadow and ...Boris Chiou2017-08-041-3/+7
* Introduce ToAnimatedValue 🎥Anthony Ramine2017-06-291-3/+3
* Make text-shadow and box-shadow use SimpleShadowAnthony Ramine2017-06-281-0/+36
* Use the Separator trait for the filter propertyAnthony Ramine2017-06-271-45/+0
* Use generics for SimpleShadowAnthony Ramine2017-06-241-0/+17
* Use generics for the filter propertyAnthony Ramine2017-06-201-0/+92