Bobby Holley
|
c99bcdd4b8
|
Run rustfmt on selectors, servo_arc, and style.
This was generated with:
./mach cargo fmt --package selectors &&
./mach cargo fmt --package servo_arc &&
./mach cargo fmt --package style
Using rustfmt 0.4.1-nightly (a4462d1 2018-03-26)
|
2018-04-10 17:35:15 -07:00 |
|
Anthony Ramine
|
36db6f9cdd
|
Derive ToCss for FontSettings<T>
|
2018-03-08 16:35:13 +01:00 |
|
Anthony Ramine
|
2aa5f68c92
|
Derive ToCss for FontSize
|
2018-03-05 15:53:16 +01:00 |
|
Anthony Ramine
|
e976955634
|
Remove some useless manual layout optimisation for KeywordSize
|
2018-02-19 12:37:46 +01:00 |
|
Anthony Ramine
|
b17fea1d7f
|
Make KeywordInfo generic
|
2018-02-15 12:03:00 +01:00 |
|
Anthony Ramine
|
aea66a9fb6
|
Move FontTag to the generic module
|
2018-02-15 12:03:00 +01:00 |
|
Emilio Cobos Álvarez
|
3b34d734e6
|
style: Refactor font-feature-settings and font-variation-settings.
This fixes all known issues with serialization and parsing of these two
properties, and in particular calc handling and such:
https://bugzilla.mozilla.org/show_bug.cgi?id=1434692
https://bugzilla.mozilla.org/show_bug.cgi?id=1434724
Also does a fair amount of cleanup and all that, which was needed.
|
2018-02-01 12:54:45 +01:00 |
|
Emilio Cobos Álvarez
|
09398d42af
|
style: Move a bunch of font stuff living under generics to the proper module.
FontSettingsTagInt and such shouldn't be in the generic module, I know...
But that will change in a bit.
|
2018-02-01 02:35:33 +01:00 |
|