Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make ParsingMode bitflags. | Hiroyuki Ikezoe | 2017-05-14 | 1 | -2/+2 |
| | | | | | assert_parsing_mode_match() is mostly the same as assert_restyle_hints_match(). | ||||
* | Rename LengthParsingMode to ParsingMode and LengthParsingMode::SVG to ↵ | Hiroyuki Ikezoe | 2017-05-14 | 1 | -2/+2 |
| | | | | | | | PasingMode::AllowUnitlessLength. We need another flag that represents allow-negative-number for SMIL, so this enum will also comprise the another parsing mode that allows negative number. | ||||
* | Fix up script and layout. | Bobby Holley | 2017-05-02 | 1 | -1/+1 |
| | |||||
* | Propagate quirks mode all the way to ParserContext | Anthony Ramine | 2017-04-27 | 1 | -1/+3 |
| | | | | The quirks mode is still not properly propagated in geckolib. | ||||
* | SVG length parsing mode | J. Ryan Stinnett | 2017-04-14 | 1 | -2/+3 |
| | | | | | | | 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 | ||||
* | Pull rule_type into ParserContext | J. Ryan Stinnett | 2017-04-12 | 1 | -2/+2 |
| | | | | | | | Absorb `rule_type` into the `ParserContext` so that it's easier to pass down to deeper levels of the parser. MozReview-Commit-ID: DjBNytLxGKX | ||||
* | Wrap most CSS rules in Locked<_> instead of RwLock<_> | Simon Sapin | 2017-03-19 | 1 | -9/+11 |
| | |||||
* | Introduce a ToCssWithGuard trait | Simon Sapin | 2017-03-19 | 1 | -3/+5 |
| | |||||
* | style: Avoid cloning all over the error reporter. | Emilio Cobos Álvarez | 2017-03-14 | 1 | -2/+4 |
| | |||||
* | Make #[dom_struct] a proc_macro attribute | Anthony Ramine | 2017-02-24 | 1 | -0/+1 |
| | |||||
* | CSSOM bits for @supports: CSSConditionRule and CSSSupportsRule, with ↵ | Manish Goregaokar | 2017-01-07 | 1 | -0/+77 |
conditionText attribute |