aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/values/generics/counters.rs
Commit message (Expand)AuthorAgeFilesLines
* Move Stylo to its own repo (#31350)Delan Azabani2024-02-271-287/+0
* style: Rustfmt servo/. r=zrhoffmanEmilio Cobos Álvarez2023-11-241-1/+10
* style: Support rendering content: <gradient> imagesEmilio Cobos Álvarez2023-11-211-1/+1
* style: Use write_char in place of write_str when serializing single-character...Jonathan Kew2023-11-061-2/+2
* style: Implement label[value] and start/end cropping with CSS rather than XUL...Emilio Cobos Álvarez2023-11-041-0/+5
* Make the choice of layout runtime settingMartin Robinson2023-07-061-9/+3
* Make Layout 2013 style a superset of Layout 2020 styleMartin Robinson2023-06-281-2/+0
* style: Run rustfmt on servo/components/style and servo/ports/geckolibTing-Yu Lin2023-06-091-10/+2
* style: [css-lists] Style system changes to support 'reversed(<counter-name>)'Mats Palmgren2023-06-091-10/+73
* style: Support image-set in the content propertyOriol Brufau2023-05-161-7/+6
* Add layout support for list markersSimon Sapin2020-07-241-2/+2
* Don’t parse unspported values of `content`Simon Sapin2020-07-241-1/+7
* Generate ::before and ::after content from attr() for layout 2020Fernando Jiménez Moreno2020-02-251-2/+2
* style: Rustfmt recent changes.Emilio Cobos Álvarez2020-02-121-9/+1
* style: Miscellaneous Servo build fixes.Emilio Cobos Álvarez2020-02-121-1/+2
* style: Use cbindgen for content property.Emilio Cobos Álvarez2020-02-121-9/+19
* style: Fix Servo build, and rustfmt recent changes.Emilio Cobos Álvarez2019-09-121-1/+3
* style: Use cbindgen for counters.Emilio Cobos Álvarez2019-09-121-16/+14
* style: [css-lists-3] Make 'none' invalid as a <counter-style> in counter()/co...Mats Palmgren2019-09-121-3/+3
* style: The counters code should use atoms rather than strings.Emilio Cobos Álvarez2019-05-071-5/+9
* style: Reformat recent changes.Emilio Cobos Álvarez2019-04-121-1/+9
* style: Derive ToResolvedValue.Emilio Cobos Álvarez2019-04-121-4/+32
* style: Add derived ToShmem implementations.Cameron McCormack2019-04-121-6/+30
* style: Implement the counter-set property.Mats Palmgren2019-03-271-6/+6
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* `cargo fix --edition --features gecko`Simon Sapin2018-11-101-4/+4
* `cargo fix --edition`Simon Sapin2018-11-101-2/+2
* Reorder importsPyfisch2018-11-061-1/+1
* Format style component.chansuke2018-09-091-12/+10
* style: Remove stray newline.Emilio Cobos Álvarez2018-07-011-1/+0
* style: Distinguish between specified and computed URLs.Emilio Cobos Álvarez2018-05-191-0/+81
* style: Derive ToCss for Counters.Emilio Cobos Álvarez2018-05-051-36/+16
* style: Add some attributes for SpecifiedValueInfo to help deriving more from ...Xidorn Quan2018-04-291-1/+1
* style: Add a ValueInfo trait for exposing types needed by devtools.Xidorn Quan2018-04-291-3/+6
* Run rustfmt on selectors, servo_arc, and style.Bobby Holley2018-04-101-1/+1
* Simplify counter CSS propertiesAnthony Ramine2018-02-041-18/+50
* moved css longhand counter-reset out of makoJonas Reinwald2018-02-011-13/+27
* Change ToCss to take a CssWriter<W>Anthony Ramine2018-01-231-2/+2
* style: Remove HasViewportPercentage.Emilio Cobos Álvarez2017-08-291-5/+1
* Use generics for the filter propertyAnthony Ramine2017-06-201-0/+51