Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update rustfmt to the 2024 style edition (#35764) | Simon Wülker | 2025-03-03 | 1 | -15/+21 |
| | | | | | | | | | | | | | * Use 2024 style edition Signed-off-by: Simon Wülker <simon.wuelker@arcor.de> * Reformat all code Signed-off-by: Simon Wülker <simon.wuelker@arcor.de> --------- Signed-off-by: Simon Wülker <simon.wuelker@arcor.de> | ||||
* | Strict import formatting (grouping and granularity) (#30325) | Samson | 2023-09-11 | 1 | -1/+2 |
| | | | | | * strict imports formatting * Reformat all imports | ||||
* | Rustfmt has changed its default style :/ | Simon Sapin | 2018-12-28 | 1 | -21/+15 |
| | |||||
* | 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 | -1/+1 |
| | |||||
* | Format remaining files | Pyfisch | 2018-11-06 | 1 | -7/+38 |
| | |||||
* | style: Fix servo build and tidy lints. | Emilio Cobos Álvarez | 2018-10-28 | 1 | -16/+0 |
| | |||||
* | Add unit tests for step timing function. | Boris Chiou | 2017-04-27 | 1 | -0/+4 |
| | |||||
* | Add unit tests for frames timing function. | Boris Chiou | 2017-04-27 | 1 | -0/+16 |
| | |||||
* | Centralize ParserContext for tests | J. Ryan Stinnett | 2017-04-14 | 1 | -4/+0 |
| | | | | | | | 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 | ||||
* | Pull rule_type into ParserContext | J. Ryan Stinnett | 2017-04-12 | 1 | -1/+1 |
| | | | | | | | Absorb `rule_type` into the `ParserContext` so that it's easier to pass down to deeper levels of the parser. MozReview-Commit-ID: DjBNytLxGKX | ||||
* | Add rejection of out-of-range values for single-timing-functions | Dawing Cho | 2017-02-15 | 1 | -0/+37 |