Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Strict import formatting (grouping and granularity) (#30325) | Samson | 2023-09-11 | 1 | -2/+4 |
| | | | | | * strict imports formatting * Reformat all imports | ||||
* | Update MPL license to https (part 5) | Jan Andre Ikenmeyer | 2018-11-27 | 1 | -1/+1 |
| | |||||
* | `cargo fix --edition` | Simon Sapin | 2018-11-10 | 1 | -2/+2 |
| | |||||
* | Format remaining files | Pyfisch | 2018-11-06 | 1 | -15/+23 |
| | |||||
* | Make use of generics for transform-origin | Anthony Ramine | 2017-05-31 | 1 | -11/+1 |
| | | | | This allows us to preserve keywords during serialisation. | ||||
* | Centralize ParserContext for tests | J. Ryan Stinnett | 2017-04-14 | 1 | -42/+10 |
| | | | | | | | To simplify adding additional data to `ParserContext`, this moves test usages to a few shared locations, instead of being spread across many tests. MozReview-Commit-ID: 1OahV797eq | ||||
* | Fix parsing of "center left" in parse_origin (fixes #15750) | Anthony Ramine | 2017-04-13 | 1 | -1/+16 |
| | |||||
* | Pull rule_type into ParserContext | J. Ryan Stinnett | 2017-04-12 | 1 | -2/+2 |
| | | | | | | | Absorb `rule_type` into the `ParserContext` so that it's easier to pass down to deeper levels of the parser. MozReview-Commit-ID: DjBNytLxGKX | ||||
* | style: Avoid cloning all over the error reporter. | Emilio Cobos Álvarez | 2017-03-14 | 1 | -1/+2 |
| | |||||
* | Change code for serialization of {box,text}-shadow so blur-radius | karan sharma | 2017-03-13 | 1 | -0/+9 |
| | | | | can be parsed as non-negavite | ||||
* | Reject negative factors in filter functions (fixes #15494) | Jason Tran | 2017-03-08 | 1 | -0/+43 |
| | |||||
* | rebase and fix tidiness lint | Neck Varentsov | 2017-02-26 | 1 | -2/+1 |
| | |||||
* | add test test_effects_parser_exhaustion | Neck Varentsov | 2017-02-26 | 1 | -4/+14 |
| | |||||
* | add tests | Neck Varentsov | 2017-02-26 | 1 | -0/+21 |
| | |||||
* | Fix parsing of ClipRect | Nazım Can Altınova | 2017-02-25 | 1 | -0/+35 |