gecko-dev/servo
Emilio Cobos Álvarez 96e9a73918 Bug 1507309 - Simplify background-repeat. r=heycam
This way we always serialize in the shortest form, and take less space.

This is useful because when serializing uncomputed values we'd like to compare
to the initial value to avoid serializing parts of a shorthand, but with the
existing implementation we would generate always a second keyword, which means
that we'll never match it.

This also matches Chrome and WebKit, incidentally, so I'm pretty confident the
behavior change when serializing specified style is web-compatible.

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

--HG--
extra : moz-landing-system : lando
2018-11-15 03:23:39 +00:00
..
components Bug 1507309 - Simplify background-repeat. r=heycam 2018-11-15 03:23:39 +00:00
ports/geckolib Bug 1504034 - Followup to address review comments. r=emilio 2018-11-07 00:12:07 +01:00
support/gecko/nsstring Bug 1486711 - Fill logically uninitialized parts of an XPCOM string's buffer with a marker byte in debug builds. r=froydnj 2018-09-07 05:47:57 +00:00
tests/unit Bug 1504644 - Fix servo build. 2018-11-05 12:47:03 +01:00
moz.build Bug 1464834: Bring back servo/moz.build to fix the linting failure. r=me 2018-05-29 11:07:31 +02:00
rustfmt.toml Bug 1505618 - Add Servo's rustfmt.toml to the servo/ directory. r=heycam 2018-11-08 00:50:17 +01:00