Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | style: Remove useless unit tests, and fix not-so-useless ones. | Emilio Cobos Álvarez | 2019-05-29 | 1 | -43/+0 |
| | |||||
* | 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 |
| | |||||
* | Reorder imports | Pyfisch | 2018-11-06 | 1 | -1/+1 |
| | |||||
* | Format remaining files | Pyfisch | 2018-11-06 | 1 | -8/+16 |
| | |||||
* | style: Move animation-iteration-count outside of mako. | Emilio Cobos Álvarez | 2017-10-24 | 1 | -1/+1 |
| | |||||
* | Keep custom-ident and string separate in animation/keyframes name. | Simon Sapin | 2017-04-26 | 1 | -6/+6 |
| | |||||
* | Fix up unit tests | Simon Sapin | 2017-04-26 | 1 | -5/+6 |
| | |||||
* | Centralize ParserContext for tests | J. Ryan Stinnett | 2017-04-14 | 1 | -4/+1 |
| | | | | | | | 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 | ||||
* | Make animation-name parse none | Xidorn Quan | 2017-03-06 | 1 | -0/+16 |
| | |||||
* | Revert "Auto merge of #15793 - upsuper:animation, r=emilio,bholley" | Bobby Holley | 2017-03-03 | 1 | -16/+0 |
| | | | | | This reverts commit 7cd4c69c40f90b2db6371bff27cfbd70fb045f5d, reversing changes made to 1b1fadb8b88eefe878617230a7b78c75a164332d. | ||||
* | Make animation-name parse none | Xidorn Quan | 2017-03-03 | 1 | -0/+16 |
| | |||||
* | Convert animation-iteration-count longhand into vector_longhand | Nazım Can Altınova | 2017-01-08 | 1 | -1/+1 |
| | |||||
* | animation-iteration-count property is a number instead of integer. | Hiroyuki Ikezoe | 2017-01-05 | 1 | -0/+21 |