gecko-dev/servo
Emilio Cobos Álvarez 6fa29022c2 Bug 1215878 - Optimize cascading of other wide keywords if possible. r=xidorn
The way the copy-on-write stuff works, and the way that we have to apply
properties from most specific to less specific guarantees that always that we're
going to inherit an inherited property, or reset a reset property, we have
already the right value on the style.

Revert relies on that, so there doesn't seem to be a reason to not use that fact
more often and skip useless work earlier.

Font-size is still special of course... I think I have a way to move the
specialness outside of the style, but piece by piece.

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

--HG--
extra : moz-landing-system : lando
2019-03-07 12:48:07 +00:00
..
components Bug 1215878 - Optimize cascading of other wide keywords if possible. r=xidorn 2019-03-07 12:48:07 +00:00
ports/geckolib Bug 1530751 - Make the pres context optional in the style system. r=jwatt 2019-03-06 21:36:12 +00:00
tests/unit Bug 1518098 - Rename LengthOrPercentage to LengthPercentage. r=jwatt#style 2019-01-07 12:42:42 +00:00
moz.build Bug 1511811 - Use https for the MPL license URL. 2018-12-03 08:43:48 -05:00
rustfmt.toml Bug 1505618 - Add Servo's rustfmt.toml to the servo/ directory. r=heycam 2018-11-08 00:50:17 +01:00