gecko-dev/servo/components
Emilio Cobos Álvarez 8814b4ab14 Bug 1706223 - Fix whitespace handling in clamp() parsing. r=xidorn
We should just restore the state when seeing whitespace and an unknown
token like when we do when finding any other token a few lines below.

This is not an issue for most callers (it's only an issue for clamp())
because the other callers use either `parse_comma_separated()` (for
min/max), or `parse_nested_block()` (for parens / nested calc()).

Both of those functions restrict the input in such a way that
is_exhausted returns true (a few lines above) and thus we parse
successfully.

Differential Revision: https://phabricator.services.mozilla.com/D112681
2021-04-21 13:39:13 +00:00
..
derive_common Bug 1695251 - Cherry-pick various servo changes. 2021-02-26 17:00:55 +00:00
fallible Bug 1632469 - Use `SmallVec::try_reserve`. r=manishearth 2020-12-10 11:37:16 +00:00
hashglobe
malloc_size_of Bug 1680558 - Update cssparser to get ParserState in rule parser. r=heycam 2020-12-04 10:47:55 +00:00
selectors Bug 1704179 - Add a CSS error to the console when using non-featureless :host selectors. r=boris 2021-04-15 09:33:58 +00:00
servo_arc Bug 1676513 - Fix clippy warnings r=emilio,webdriver-reviewers,whimboo,rhunt 2020-11-17 12:02:22 +00:00
size_of_test
style Bug 1706223 - Fix whitespace handling in clamp() parsing. r=xidorn 2021-04-21 13:39:13 +00:00
style_derive Bug 1695165 - Fix warnings introduced in newer Rust Nightly. r=jdm,emilio 2021-02-26 10:55:26 +01:00
style_traits Bug 1551040 - Add dark mode to plaintext.css, and a document rule to target plaintext documents. r=boris 2021-01-17 14:44:41 +00:00
to_shmem Bug 1680558 - Update cssparser to get ParserState in rule parser. r=heycam 2020-12-04 10:47:55 +00:00
to_shmem_derive Bug 1695165 - Fix warnings introduced in newer Rust Nightly. r=jdm,emilio 2021-02-26 10:55:26 +01:00