J. Ryan Stinnett
|
6069e44f02
|
SVG length parsing mode
SVG allows non-zero lengths to be accepted and assumes they are in px. This
adds this length parsing mode to Servo.
MozReview-Commit-ID: Kxd3x64r9Ye
|
2017-04-14 17:22:16 +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 |
|
Simon Sapin
|
adb97d4cbe
|
Wrap most CSS rules in Locked<_> instead of RwLock<_>
|
2017-03-19 22:30:36 +01:00 |
|
Simon Sapin
|
fe4e70c5f8
|
Introduce a ToCssWithGuard trait
|
2017-03-19 22:30:33 +01:00 |
|
Emilio Cobos Álvarez
|
b4de69e3eb
|
style: Avoid cloning all over the error reporter.
|
2017-03-14 00:49:18 +01:00 |
|
Anthony Ramine
|
31e9d81c0f
|
Make #[dom_struct] a proc_macro attribute
|
2017-02-24 01:50:51 +01:00 |
|
Manish Goregaokar
|
b4a83b6cec
|
CSSOM bits for @supports: CSSConditionRule and CSSSupportsRule, with conditionText attribute
|
2017-01-07 23:17:52 -08:00 |
|