Manish Goregaokar
2ebce54d75
Remove testing feature from style crate
2017-08-07 14:30:31 -07:00
Manish Goregaokar
ccccfb988a
stylo: Support -moz-min-font-size-ratio
2017-05-27 11:37:36 -07:00
Xidorn Quan
5b4f0686c7
Make font-feature-settings a subprop of font
2017-05-13 17:26:23 +10:00
Anthony Ramine
7eb7fc7582
Properly use big endianness to parse font feature tags
2017-05-05 21:57:11 +02:00
Juan C. Gonzalez-Zurita
a3dbf1d275
font-feature-settings gecko glue code
...
FeatureTagValue value property changed to use u32. ToCss for
FeatureTagValue changed to allow conversion from u32 to string. Parse
for the same struct updated to convert from string to u32. Added two
functions to transfer settings to gecko and copy settings.
2017-05-03 17:40:22 -04:00
J. Ryan Stinnett
0936dd24d0
Centralize ParserContext for tests
...
To simplify adding additional data to `ParserContext`, this moves test usages to
a few shared locations, instead of being spread across many tests.
MozReview-Commit-ID: 1OahV797eq
2017-04-14 17:22:14 +08:00
J. Ryan Stinnett
4574cd8ea6
Pull rule_type into ParserContext
...
Absorb `rule_type` into the `ParserContext` so that it's easier to pass down to
deeper levels of the parser.
MozReview-Commit-ID: DjBNytLxGKX
2017-04-12 16:40:17 +08:00
Emilio Cobos Álvarez
b4de69e3eb
style: Avoid cloning all over the error reporter.
2017-03-14 00:49:18 +01:00
Atheed Thameem
17c74cf967
fix to ensure all font-weight keywords are preserved
2017-02-08 13:39:37 -05:00
Emilio Cobos Álvarez
913c874cb5
Urlmageddon: Use refcounted urls more often.
2016-11-17 18:34:23 +01:00
Ravi Shankar
5ac1c11e9e
Fix the unit tests to make use of local ToCss
2016-11-07 09:14:30 +05:30
Will Tange
4a9c3cec5c
Parse font-language-override
style property
2016-10-28 15:25:02 +02:00
rwakulszowa
d6fa6e453a
Use off/- instead of 0/1 when serializing
2016-10-25 20:06:48 +02:00
rwakulszowa
f33388fde3
ToCss tests
2016-10-25 17:12:10 +02:00
rwakulszowa
d94496c896
Refactoring; negative tests
2016-10-25 13:55:32 +02:00
rwakulszowa
34400374c1
Tests cleanup
2016-10-24 19:28:36 +02:00
rwakulszowa
89020022a3
Fixed 'on' bug, to_css bug; added tests
2016-10-24 18:42:16 +02:00