gecko-dev/servo/components/style/values
Emilio Cobos Álvarez 9b78285fd3 Bug 1609737 - Simplify calc expressions earlier. r=boris
This simplifies a bit the code, and guarantees that all calc()s have percentages
and lengths.

I also wanted to remove unclamped_length() / specified_percentage() (for the
same reason as the above patch), but they're needed for animations for now. When
I implement min() / max() for <length-percentage> they'll be fixed.

Differential Revision: https://phabricator.services.mozilla.com/D60194

--HG--
extra : moz-landing-system : lando
2020-01-23 00:36:34 +00:00
..
animated Bug 1609737 - Simplify calc expressions earlier. r=boris 2020-01-23 00:36:34 +00:00
computed Bug 1609737 - Simplify calc expressions earlier. r=boris 2020-01-23 00:36:34 +00:00
generics Bug 1609737 - Simplify calc expressions earlier. r=boris 2020-01-23 00:36:34 +00:00
resolved Bug 1607049 - Pack LengthPercentage better. r=jwatt 2020-01-13 13:23:22 +00:00
specified Bug 1609737 - Simplify calc expressions earlier. r=boris 2020-01-23 00:36:34 +00:00
distance.rs Bug 1567241 - Update to euclid 0.20. r=kvark, emilio. 2019-07-18 22:54:16 +02:00
mod.rs