aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/values/specified/effects.rs
Commit message (Expand)AuthorAgeFilesLines
* Move Stylo to its own repo (#31350)Delan Azabani2024-02-271-450/+0
* Further changes required by ServoOriol Brufau2023-11-241-7/+4
* style: Add method to parse CSS filters without context for workersAndrew Osmond2023-11-241-0/+91
* Implement support for the `drop-shadow` filter (#30439)Ennui Langeweile2023-10-041-1/+1
* style: Fix some manual occurrences of try().Emilio Cobos Álvarez2020-06-181-10/+9
* style: Switch all callsites of try() to try_parse() in the style crate.Emilio Cobos Álvarez2020-06-181-16/+18
* style: rustfmt recent changes.Emilio Cobos Álvarez2019-07-081-5/+17
* style: Add computed value ZeroToOneNumber.violet2019-07-081-57/+70
* style: Rustfmt recent changes.Emilio Cobos Álvarez2019-06-041-1/+2
* style: Use cbindgen for filters.Emilio Cobos Álvarez2019-06-041-4/+6
* style: Accept empty argument for some filters.violet2019-05-291-10/+41
* style: Add derived ToShmem implementations.Cameron McCormack2019-04-121-1/+1
* style: Add a Zero trait that doesn't require Add, and use it in place of num_...Emilio Cobos Álvarez2019-03-131-0/+1
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* style: Manually extinguish multi-line use statements.Emilio Cobos Álvarez2018-11-101-3/+2
* style: Revert try -> r#try change.Emilio Cobos Álvarez2018-11-101-9/+9
* `cargo fix --edition --features gecko`Simon Sapin2018-11-101-2/+2
* `cargo fix --edition`Simon Sapin2018-11-101-23/+25
* Reorder importsPyfisch2018-11-061-5/+5
* Format style component.chansuke2018-09-091-7/+11
* style: Change nscolor to StyleComplexColor in nsCSSShadowItem.Dan Glastonbury2018-07-011-12/+17
* Fix Servo build.Emilio Cobos Álvarez2018-05-191-1/+2
* style: Distinguish between specified and computed URLs.Emilio Cobos Álvarez2018-05-191-3/+2
* style: Add a ValueInfo trait for exposing types needed by devtools.Xidorn Quan2018-04-291-1/+1
* Run rustfmt on selectors, servo_arc, and style.Bobby Holley2018-04-101-17/+27
* style: Allow parsing unitless zero angles in hue-rotate().Emilio Cobos Álvarez2017-12-021-1/+5
* Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-181-3/+1
* Update to cssparser 0.22 (source location in error types)Simon Sapin2017-10-101-6/+13
* Auto merge of #18517 - BorisChiou:stylo/filter/clamp, r=emiliobors-servo2017-09-181-4/+44
|\
| * Clamp some filter functions to one if the values over 100%.Boris Chiou2017-09-181-4/+44
* | Measure PropertyDeclaration more thoroughly.Nicholas Nethercote2017-09-141-0/+1
|/
* Report more specific error for invalid filter properties (bug 1386900).Josh Matthews2017-09-061-4/+10
* style: Remove HasViewportPercentage.Emilio Cobos Álvarez2017-08-291-1/+1
* Use Option<RGBA> for color in shadowXidorn Quan2017-08-191-9/+9
* Bug 1374233 - Part 13: Use NonNegative{*} types for components of Shadow and ...Boris Chiou2017-08-041-14/+15
* Update cssparser to 0.18Simon Sapin2017-07-241-1/+1
* style: Respect calc for percentages.Emilio Cobos Álvarez2017-07-141-47/+31
* Make text-shadow and box-shadow use SimpleShadowAnthony Ramine2017-06-281-1/+85
* Use the Separator trait for the filter propertyAnthony Ramine2017-06-271-22/+1
* Use generics for SimpleShadowAnthony Ramine2017-06-241-15/+2
* Unconditionally compile SimpleShadow even in ServoAnthony Ramine2017-06-231-37/+9
* Rename DropShadow to SimpleShadowAnthony Ramine2017-06-231-11/+11
* Simplify machinery to serialise optional parts of CSS valuesAnthony Ramine2017-06-211-27/+1
* Use generics for the filter propertyAnthony Ramine2017-06-201-0/+244