aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/properties/helpers.mako.rs
Commit message (Expand)AuthorAgeFilesLines
* Make the choice of layout runtime settingMartin Robinson2023-07-061-6/+3
* style: Add support for the revert-layer keywordEmilio Cobos Álvarez2023-06-091-0/+1
* style: Reduce code size of shorthand serializationEmilio Cobos Álvarez2023-05-241-6/+11
* style: Move moz-control-character-visibility out of mako, and remove support ...Oriol Brufau2023-05-161-25/+9
* style: Clean up text-justify, and make distribute a parse-time aliasOriol Brufau2023-05-161-36/+9
* style: Use a single system font definition rather than twoOriol Brufau2023-05-161-1/+1
* Miscellaneous build / tidy fixes.Emilio Cobos Álvarez2021-02-261-3/+10
* style: Reduce the amount of code generated by UnparsedValues::substitute_vari...Emilio Cobos Álvarez2021-02-261-3/+3
* style: Remove the need for needs_context in the mako glue.Emilio Cobos Álvarez2021-02-261-18/+14
* Fix warnings introduced in newer Rust NightlySimon Sapin2021-02-251-7/+7
* style: Switch all callsites of try() to try_parse() in the style crate.Emilio Cobos Álvarez2020-06-181-2/+2
* style: Build mako-generated stylo rust sources deterministically.Mike Hommey2020-04-161-1/+1
* style: Convert GenerateServoCSSPropList.py to py3.Mike Hommey2020-04-161-3/+3
* style: Add support for pref-controlled initial values.Cameron McCormack2020-04-161-3/+16
* style: Make direction use an enum class.Emilio Cobos Álvarez2020-02-121-1/+2
* 2020: paint bordersSimon Sapin2019-10-241-1/+2
* Stylo: replace product={gecko,servo} with engine={gecko,servo-2013,servo-2020}Simon Sapin2019-07-291-29/+42
* style: Implement overflow-block and overflow-inline propertiesviolet2019-06-251-3/+21
* style: Fix servo build.Emilio Cobos Álvarez2019-05-291-2/+2
* style: Appease tidy.Emilio Cobos Álvarez2019-05-291-1/+4
* style: Support AllowQuirks::Always option in helpers.mako.rsviolet2019-05-291-8/+8
* style: Add bindings for box shadows, and remove nsCSSShadowArray and friends.Emilio Cobos Álvarez2019-05-291-2/+22
* style: Use an ArcSlice as the computed value representation of inherited list...Emilio Cobos Álvarez2019-05-291-13/+122
* style: Use OwnedSlice in the specified and computed values of most vector pro...Emilio Cobos Álvarez2019-05-291-30/+19
* style: Use rust lengths for row-gap / column-gap.Emilio Cobos Álvarez2019-04-121-2/+2
* style: Derive ToResolvedValue.Emilio Cobos Álvarez2019-04-121-7/+36
* style: Add derived ToShmem implementations.Cameron McCormack2019-04-121-5/+5
* style: Try to bring some more sanity into our font code.Emilio Cobos Álvarez2019-03-271-13/+1
* style: Optimize cascading of other wide keywords if possible.Emilio Cobos Álvarez2019-03-131-9/+11
* style: Implement CSS revert keyword.Emilio Cobos Álvarez2019-03-131-0/+1
* style: Add a Zero trait that doesn't require Add, and use it in place of num_...Emilio Cobos Álvarez2019-03-131-0/+2
* style: Cleanup a few shorthand properties.Emilio Cobos Álvarez2019-01-291-0/+52
* style: Make tidy happy.Emilio Cobos Álvarez2019-01-201-2/+2
* style: Add plumbing for handling physical/logical corner values.Mats Palmgren2019-01-201-1/+14
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* Use 2018-style paths in code generated by MakoSimon Sapin2018-11-101-35/+35
* style: Remove DeclaredValue.Emilio Cobos Álvarez2018-09-181-1/+1
* style: Deindent the non-css-wide-keyword-related code from cascade_property.Emilio Cobos Álvarez2018-09-181-82/+76
* style: Remove DeclaredValue::WithVariables.Emilio Cobos Álvarez2018-09-181-1/+0
* style: Rename offset-* logical properties to inset-*.Emilio Cobos Álvarez2018-07-011-1/+1
* style: Move some parsing-only attributes to use #[parse(..)] instead of #[css...Emilio Cobos Álvarez2018-06-121-1/+1
* style: Minor indentation cleanup.Emilio Cobos Álvarez2018-06-121-2/+4
* followup: Add a comment regarding why a type is generic.Emilio Cobos Álvarez2018-05-281-0/+4
* style: Refactor vector types.Emilio Cobos Álvarez2018-05-281-24/+63
* style: Consistently use top-right-bottom-left order for physical sides.Xidorn Quan2018-05-191-1/+1
* style: Allow shorthands to specify their own impl of SpecifiedValueInfo and m...Xidorn Quan2018-04-291-22/+10
* style: Skip system font variant for ToCss in font subproperties.Xidorn Quan2018-04-291-0/+1
* style: Add a ValueInfo trait for exposing types needed by devtools.Xidorn Quan2018-04-291-7/+28
* Make nscssproperty a method of longhand/shorthand/alias class.Xidorn Quan2018-04-111-14/+0
* Introduce #[css(if_empty = "…", iterable)]Anthony Ramine2018-03-071-59/+11