aboutsummaryrefslogtreecommitdiffstats
path: root/ports/geckolib/error_reporter.rs
Commit message (Expand)AuthorAgeFilesLines
* CSS parsing error types: flatten nested enums more stillSimon Sapin2017-10-101-27/+9
* CSS parsing error types: flatten nested enums some moreSimon Sapin2017-10-101-20/+24
* CSS parsing error types: flatten nested enums somewhatSimon Sapin2017-10-101-90/+108
* Update to cssparser 0.22 (source location in error types)Simon Sapin2017-10-101-104/+133
* stylo: Error reporting for unknown media featuresFernando Jiménez Moreno2017-09-081-1/+34
* Report more specific error for invalid filter properties (bug 1386900).Josh Matthews2017-09-061-1/+3
* Remove uses of `format!` in ports/geckolibSimon Sapin2017-09-021-130/+9
* Reformat a match expressionSimon Sapin2017-09-021-12/+24
* Report invalid at-rules (bug 1384216).Josh Matthews2017-08-281-1/+9
* Report more invalid selectors (bug 1384216).Josh Matthews2017-08-281-0/+8
* Report invalid selectors (bug 1384216).Josh Matthews2017-08-281-2/+22
* Report more specific invalid attribute selectors (bug 1384216).Josh Matthews2017-08-281-7/+18
* Report unexpected attribute selector tokens (bug 1384216).Josh Matthews2017-08-281-0/+5
* Report unknown pseudos (bug 1384216).Josh Matthews2017-08-281-2/+11
* Allow null parameters for Gecko error reporter (bug 1384216).Josh Matthews2017-08-281-12/+30
* Use fewer allocations when reporting Gecko errors.Josh Matthews2017-08-171-6/+6
* Update to cssparser 0.19, count line numbers during tokenizationSimon Sapin2017-08-091-12/+7
* Preallocate escaped CSS strings.Josh Matthews2017-08-031-1/+1
* Report an error for invalid CSS color values (bug 1381143).Josh Matthews2017-07-311-45/+80
* style: Implement parsing/serialization for @font-feature-values ruleNazım Can Altınova2017-07-271-1/+5
* Add message suffixes to stylo error reports. (bug 1381137)Josh Matthews2017-07-251-15/+28
* Update cssparser to 0.18Simon Sapin2017-07-241-6/+6
* Store COW strings in CSS parser errors when possible.Josh Matthews2017-07-191-1/+1
* Auto merge of #17739 - jdm:no-vendor-prefixed-errors, r=emiliobors-servo2017-07-171-1/+2
|\
| * Suppress CSS parser errors for vendor-prefixed properties.Josh Matthews2017-07-171-1/+2
* | Don't retrieve the CSS source when a parse error is reported (bug 1381045).Josh Matthews2017-07-141-1/+2
|/
* stylo: Update rust-cssparser; extract more specific error types when reportin...Josh Matthews2017-07-101-18/+236
* stylo: Create error reporters linked to documents (bug 1352669)Josh Matthews2017-07-101-0/+97