gecko-dev/servo
Emilio Cobos Álvarez 086cb3d7f3 Bug 1765401 - Simplify media query evaluation code a bit. r=boris
This patch:

 * Removes generic <ident> support for media features. These were used
   for some privileged media features but are no longer used.

 * Simplifies media feature getters by shifting the responsibility of
   dealing with RangeOrOperator to the caller. This makes it easier to
   implement container-query / mediaqueries-4 syntax, and also cleans up
   the code a bunch.

There should be no change in behavior.

Differential Revision: https://phabricator.services.mozilla.com/D144051
2022-04-20 09:01:25 +00:00
..
components Bug 1765401 - Simplify media query evaluation code a bit. r=boris 2022-04-20 09:01:25 +00:00
ports/geckolib Bug 1610815 - Implement new {small,large,dynamic} viewport units. r=emilio 2022-04-12 04:06:38 +00:00
tests/unit Bug 1728617 - Tweak at-rule parsing APIs to support cascade layers. r=boris 2021-09-03 09:26:10 +00:00
moz.build
rustfmt.toml