aboutsummaryrefslogtreecommitdiffstats
path: root/components/style_traits
Commit message (Expand)AuthorAgeFilesLines
* style: Remove viewport rule codeEmilio Cobos Álvarez2023-11-243-210/+0
* style: [css-properties-values-api] Implement parsing and serialization for @p...Zach Hoffman2023-11-241-0/+2
* style: [css-properties-values-api] Parsing and serialization for @property sy...Zach Hoffman2023-11-241-0/+27
* style: [css-nesting] Do a first pass at parsing nested rules mixed with decla...Emilio Cobos Álvarez2023-11-241-2/+0
* style: Convert RGBA to AbsoluteColor for computed/animated/resolved CSS colorsTiaan Louw2023-11-211-1/+0
* Further changes required by ServoOriol Brufau2023-11-061-1/+1
* style: Add lab(), lch(), oklab(), oklch() to specified colorsTiaan Louw2023-11-062-3/+2
* style: While at it use some better names for some bitsEmilio Cobos Álvarez2023-10-021-4/+4
* Further changes required by ServoOriol Brufau2023-10-022-1/+190
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-117-24/+33
* remove `extern crate` (#30311)Samson2023-09-081-3/+1
* style: Update color-mix() syntax to match the current specEmilio Cobos Álvarez2023-08-161-3/+7
* Further changes required by ServoOriol Brufau2023-08-162-0/+8
* style: Implement parsing / serialization for container{,-type,-name} CSS prop...Emilio Cobos Álvarez2023-08-161-3/+10
* style: Allow to derive Parse/ToCss/SpecifiedValueInfo on bitflagsEmilio Cobos Álvarez2023-08-161-0/+23
* Revert "Backport several style changes from Gecko (5) (#30099)" (#30104)Oriol Brufau2023-08-163-45/+3
* Backport several style changes from Gecko (5) (#30099)Oriol Brufau2023-08-153-3/+45
* Vendor the current version of WebRenderMartin Robinson2023-07-031-1/+1
* style: Make #[css(field_bound)] and #[css(iterable)] work properlyEmilio Cobos Álvarez2023-06-091-6/+10
* style: Unify font-family storageEmilio Cobos Álvarez2023-05-241-0/+18
* Upgrade remaining components to edition 2018sagudev2023-02-187-33/+34
* */Cargo.toml: use the shmem feature for the dependency on the selectors cratreFederico Mena Quintero2023-02-141-1/+1
* Bump euclid to 0.22Martin Robinson2023-01-261-1/+1
* Updated cssparser dependency to 0.29.Lewin Probst2021-11-181-1/+1
* Miscellaneous build / tidy fixes.Emilio Cobos Álvarez2021-02-262-1/+11
* style: Miscellaneous servo build fixes.Emilio Cobos Álvarez2020-06-041-2/+2
* style: Gracefully handle errors creating shared memory UA style sheets.Cameron McCormack2020-06-041-4/+4
* Move most of `SequenceWriter::write_item` to non-generic functionsSimon Sapin2020-06-021-25/+43
* More Cargo.toml updatesatouchet2020-05-311-3/+3
* style: Add CSS Error for DisallowedImportRule.Erik Nordin2020-04-161-1/+2
* style: Ensure that derived types are right for optimized-away implementations.Emilio Cobos Álvarez2020-04-161-1/+7
* style: Miscellaneous Servo build fixes.Emilio Cobos Álvarez2020-02-121-0/+28
* style: Use Serde for SVGOffsetPath.Boris Chiou2020-02-121-0/+21
* style: Use Serde for Transform.Boris Chiou2020-02-121-0/+21
* Move `OpaqueNode` to `style_traits`Simon Sapin2020-01-132-0/+27
* style: Don't specify minor version for cssparser.Emilio Cobos Álvarez2019-11-301-1/+1
* style: Use serde to serialize LengthPercentage and StyleRayFunction.Boris Chiou2019-11-043-4/+5
* Update rand to 0.7 (fixes #24448)Anthony Ramine2019-10-231-1/+1
* style: Refactor grid types to preserve repeat() at computed value time and us...Emilio Cobos Álvarez2019-08-151-0/+1
* Update euclid.Emilio Cobos Álvarez2019-07-231-1/+1
* style: Update to euclid 0.20.Nicolas Silva2019-07-232-3/+3
* WebRender units are no longer reexported.Patrick Walton2019-07-091-1/+1
* Fix some new warningsSimon Sapin2019-06-221-1/+1
* style: Add refcount logging to servo_arc.Emilio Cobos Álvarez2019-06-041-1/+14
* style: Appease tidy.Emilio Cobos Álvarez2019-05-291-1/+1
* style: Reformat recent style system changes.Emilio Cobos Álvarez2019-05-291-1/+1
* style: Do not report error for unknown property if its known moz prefixed ver...violet2019-05-291-2/+0
* style: Use ArcSlice for quotes.Emilio Cobos Álvarez2019-05-294-0/+65
* style: Share computed and specified value representation of -moz-context-prop...Emilio Cobos Álvarez2019-05-291-0/+10
* style: Use an ArcSlice as the computed value representation of inherited list...Emilio Cobos Álvarez2019-05-291-1/+1