aboutsummaryrefslogtreecommitdiffstats
path: root/components/style_traits/values.rs
Commit message (Expand)AuthorAgeFilesLines
* Move Stylo to its own repo (#31350)Delan Azabani2024-02-271-567/+0
* Revert changes to servo_arc, style_derive, and style_traits (#31387)Martin Robinson2024-02-221-11/+6
* style: Remove viewport rule codeEmilio Cobos Álvarez2023-11-241-56/+0
* style: Convert RGBA to AbsoluteColor for computed/animated/resolved CSS colorsTiaan Louw2023-11-211-1/+0
* style: Add lab(), lch(), oklab(), oklch() to specified colorsTiaan Louw2023-11-061-2/+1
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-4/+7
* style: Update color-mix() syntax to match the current specEmilio Cobos Álvarez2023-08-161-3/+7
* 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-161-37/+3
* Backport several style changes from Gecko (5) (#30099)Oriol Brufau2023-08-151-3/+37
* Upgrade remaining components to edition 2018sagudev2023-02-181-7/+19
* Miscellaneous build / tidy fixes.Emilio Cobos Álvarez2021-02-261-0/+10
* Move most of `SequenceWriter::write_item` to non-generic functionsSimon Sapin2020-06-021-25/+43
* style: Use serde to serialize LengthPercentage and StyleRayFunction.Boris Chiou2019-11-041-1/+3
* style: Use ArcSlice for quotes.Emilio Cobos Álvarez2019-05-291-0/+10
* style: Add derived ToShmem implementations.Cameron McCormack2019-04-121-2/+2
* style: Implement a version of #[css(skip_if)] that takes more context.Emilio Cobos Álvarez2019-03-131-0/+4
* Typo fix in new doc-commentlqd2019-01-111-1/+1
* Document public macros.Simon Sapin2019-01-111-1/+1
* Remove unused macroSimon Sapin2019-01-111-18/+0
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* style: Revert try -> r#try change.Emilio Cobos Álvarez2018-11-101-3/+3
* `cargo fix --edition`Simon Sapin2018-11-101-4/+4
* Reorder importsPyfisch2018-11-061-1/+1
* Format component of style_traitschansuke2018-09-081-28/+68
* style: Ensure all lonhands have a working clone(), and to_css.Emilio Cobos Álvarez2018-05-191-0/+1
* style: Remove values::Verbatim.Emilio Cobos Álvarez2018-05-051-15/+0
* style: Move represents_keyword to the css attributes.Emilio Cobos Álvarez2018-05-051-0/+3
* style: Add SequenceWriter::item_str for writing str items.Xidorn Quan2018-04-291-9/+26
* style: Document #[css(skip_if)]Emilio Cobos Álvarez2018-03-081-0/+3
* Introduce #[css(if_empty = "…", iterable)]Anthony Ramine2018-03-071-0/+17
* Introduce #[css(skip)]Anthony Ramine2018-03-051-2/+4
* Simplify define_css_keyword_enumAnthony Ramine2018-02-011-70/+20
* Change ToCss to take a CssWriter<W>Anthony Ramine2018-01-231-102/+99
* style: Document css(iterable) and css(dimension).Emilio Cobos Álvarez2017-11-121-0/+6
* style: Do not require to import ToCss in define_css_keyword_enum.Emilio Cobos Álvarez2017-10-241-1/+1
* Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-181-4/+2
* Update to cssparser 0.22 (source location in error types)Simon Sapin2017-10-101-7/+13
* style: Share custom property declarations if they don't contain variable refe...Emilio Cobos Álvarez2017-10-091-0/+9
* Measure PropertyDeclaration more thoroughly.Nicholas Nethercote2017-09-141-2/+6
* Replace Au with CSSPixelLength in CalcLengthOrPercentage.Boris Chiou2017-09-131-43/+7
* Remove usage of `write!` in components/style/properties/longhand/box.mako.rsSimon Sapin2017-09-021-11/+18
* Remove uses of `write!` in components/style_traitsSimon Sapin2017-09-021-1/+3
* Document how style traits can be derivedAnthony Ramine2017-08-281-2/+6
* Use Parser::skip_whitespace in a few places to make Parser::try rewind less.Simon Sapin2017-08-261-3/+11
* order derivable traits listsClément DAVID2017-08-231-2/+2
* Update cssparser to 0.18Simon Sapin2017-07-241-1/+1
* Introduce CommaWithSpaceAnthony Ramine2017-06-271-1/+34
* Introduce Separator::parseAnthony Ramine2017-06-271-14/+45