aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/properties/properties.mako.rs
Commit message (Expand)AuthorAgeFilesLines
* Move Stylo to its own repo (#31350)Delan Azabani2024-02-271-4277/+0
* style: Remove dependency on servo_config (was #31409) (#31411)Delan Azabani2024-02-231-2/+1
* style: Improve border shorthand serializationEmilio Cobos Álvarez2023-11-241-26/+0
* style: Simplify border snappingEmilio Cobos Álvarez2023-11-241-6/+2
* style: [css-nesting] Do a first pass at parsing nested rules mixed with decla...Emilio Cobos Álvarez2023-11-241-27/+24
* style: [css-nesting] Update cssparser againEmilio Cobos Álvarez2023-11-241-0/+1
* style: Move a bit declaration_block and cascade modulesEmilio Cobos Álvarez2023-11-241-38/+39
* style: Remove some magic from the bindingsEmilio Cobos Álvarez2023-11-241-38/+19
* style: Hardening color checksTiaan Louw2023-11-241-1/+1
* style: Rework -x-text-zoom to allow disabling text zoom and min-font-size sep...Emilio Cobos Álvarez2023-11-211-3/+1
* style: Remove cascade layers prefEmilio Cobos Álvarez2023-11-211-9/+1
* Further changes required by ServoOriol Brufau2023-11-211-0/+2
* style: Create timeline objects when mutating scroll-timeline propertyBoris Chiou2023-11-211-0/+12
* style: Convert RGBA to AbsoluteColor for computed/animated/resolved CSS colorsTiaan Louw2023-11-211-3/+4
* style: Add forced-color-adjust propertyFred Chasen2023-11-061-0/+1
* Further changes required by ServoOriol Brufau2023-11-061-1/+5
* style: Expose line-height resolution to style, and use it from ToResolvedValueEmilio Cobos Álvarez2023-11-061-20/+19
* style: Use write_char in place of write_str when serializing single-character...Jonathan Kew2023-11-061-2/+2
* style: Compute font-size-adjust early, so that we get the correct used font s...Jonathan Kew2023-11-041-2/+3
* Further changes required by ServoOriol Brufau2023-11-041-2/+11
* style: Exclude 'size' from the 'all' shorthandOriol Brufau2023-11-041-0/+2
* Stop transitioning properties with a discrete animation type (#30565)Oriol Brufau2023-10-201-0/+12
* style: Use ColorMix for interpolated colors in the computed style rather than...Emilio Cobos Álvarez2023-08-161-1/+1
* style: Update style to arrayvec 0.7Mike Hommey2023-08-161-8/+6
* Further changes required by ServoOriol Brufau2023-08-161-2/+2
* style: Move size of tests to compile-time tests in the style crateEmilio Cobos Álvarez2023-08-161-0/+12
* style: Convert specified value tests to compile-time testsEmilio Cobos Álvarez2023-08-161-2/+24
* style: cleanup animation-nameEmilio Cobos Álvarez2023-08-161-1/+1
* style: Move transitions and animations to nsStyleUIResetEmilio Cobos Álvarez2023-08-161-2/+2
* style: Fix visited handling after bug 1763750Emilio Cobos Álvarez2023-08-161-25/+35
* style: Tweak cascade priority to split writing-mode and font propertiesEmilio Cobos Álvarez2023-08-161-55/+74
* style: Ignore unchanged property for scroll-linked effect detectorEmilio Cobos Álvarez2023-08-161-1/+2
* Revert "Backport several style changes from Gecko (5) (#30099)" (#30104)Oriol Brufau2023-08-161-157/+95
* Backport several style changes from Gecko (5) (#30099)Oriol Brufau2023-08-151-95/+157
* Make the choice of layout runtime settingMartin Robinson2023-07-061-7/+4
* style: Remove servo/components/{hashglobe,fallible} in favor of try_reserveEmilio Cobos Álvarez2023-06-091-1/+1
* Further changes required by ServoOriol Brufau2023-06-091-1/+9
* style: Add support for the revert-layer keywordEmilio Cobos Álvarez2023-06-091-8/+16
* Further changes required by ServoOriol Brufau2023-05-311-1/+1
* style: Merge branches in some ComputedValues functionsEmilio Cobos Álvarez2023-05-311-20/+41
* Further changes required by ServoOriol Brufau2023-05-311-1/+1
* style: Generalize resolved style code to deal with all shorthandsEmilio Cobos Álvarez2023-05-311-1/+29
* style: Remove NS_AUTHOR_SPECIFIED_PADDINGEmilio Cobos Álvarez2023-05-311-12/+0
* style: Part 1: Add animation-timeline longhand property in style systemBoris Chiou2023-05-301-1/+1
* style: Respect transparent and system color border colors in forced-colors modeEmilio Cobos Álvarez2023-05-241-2/+31
* Further changes required by ServoOriol Brufau2023-05-241-3/+3
* style: Initial support for the color-scheme CSS propertyEmilio Cobos Álvarez2023-05-241-0/+3
* style: Reduce code size of shorthand serializationEmilio Cobos Álvarez2023-05-241-33/+27
* style: Make get_shorthand_appendable_value less genericEmilio Cobos Álvarez2023-05-241-20/+13
* style: Fix whitespace handling inside CSS variablesEmilio Cobos Álvarez2023-05-241-11/+6