aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/counter_style
Commit message (Expand)AuthorAgeFilesLines
* Fix commonmark Markdown warnings in docs, part 1Matt Brubeck2017-10-171-19/+19
* CSS parsing error types: flatten nested enums somewhatSimon Sapin2017-10-101-2/+2
* Use the location in the error value when reporting a CSS errorSimon Sapin2017-10-101-1/+2
* Update to cssparser 0.22 (source location in error types)Simon Sapin2017-10-101-19/+22
* Use the current parser location for CSS errorSimon Sapin2017-10-101-1/+1
* Measure PropertyDeclaration more thoroughly.Nicholas Nethercote2017-09-141-0/+2
* Do not use CVAS for the list-style-type propertyAnthony Ramine2017-09-111-2/+2
* Replace some more uses of `write!` in components/styleSimon Sapin2017-09-041-2/+3
* Parse at-rule without block in two stagesXidorn Quan2017-09-011-1/+2
* Auto merge of #18209 - jdm:devirtualize, r=mbrubeckbors-servo2017-08-241-6/+11
|\
| * Devirtualize CSS error reporting.Josh Matthews2017-08-241-6/+11
* | order derivable traits listsClément DAVID2017-08-231-5/+5
|/
* Update to cssparser 0.19, count line numbers during tokenizationSimon Sapin2017-08-091-7/+5
* Update cssparser to 0.18Simon Sapin2017-07-241-9/+9
* Derive ToCss for counter_style::NegativeAnthony Ramine2017-07-111-12/+1
* Introduce Separator::parseAnthony Ramine2017-06-271-2/+2
* style: Have OneOrMoreSeparated replace OneOrMoreCommaSeparated.Jonathan Chan2017-06-191-2/+4
* Derive ToCss for some counter-style descriptorsAnthony Ramine2017-06-171-43/+5
* Upgrade cssparser to 0.15Simon Sapin2017-06-161-3/+3
* style: Reduce some code duplication and ugliness when parsing identifiers.Emilio Cobos Álvarez2017-06-111-9/+7
* Thread ParseError return values through CSS parsing.Josh Matthews2017-06-091-47/+56
* Report CSS parse errors via enum instead of strings.Josh Matthews2017-06-091-14/+10
* Implement ToCss for str and StringAnthony Ramine2017-06-081-3/+3
* Add support for symbols() function.Xidorn Quan2017-05-271-2/+13
* Deep clone ServoStyleSheets.Brad Werth2017-05-241-1/+1
* Change ToNsCssValue to take the ownership of value.Xidorn Quan2017-05-161-2/+2
* Small changes to AdditiveTuple struct.Xidorn Quan2017-05-161-7/+9
* Add basic integration of @counter-style.Xidorn Quan2017-05-161-7/+12
* Exclude 'none' from <counter-style-name> after all.Simon Sapin2017-04-261-1/+2
* Allow 'decimal' and 'none' in `<counter-style-name>`Simon Sapin2017-04-263-4/+3
* Make predefined counter style names ASCII-lowercase.Simon Sapin2017-04-263-1/+117
* Make the style::counter_style module a directorySimon Sapin2017-04-261-0/+609