aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/csssupportsrule.rs
Commit message (Expand)AuthorAgeFilesLines
* Make ParsingMode bitflags.Hiroyuki Ikezoe2017-05-141-2/+2
* Rename LengthParsingMode to ParsingMode and LengthParsingMode::SVG to PasingM...Hiroyuki Ikezoe2017-05-141-2/+2
* Fix up script and layout.Bobby Holley2017-05-021-1/+1
* Propagate quirks mode all the way to ParserContextAnthony Ramine2017-04-271-1/+3
* SVG length parsing modeJ. Ryan Stinnett2017-04-141-2/+3
* Pull rule_type into ParserContextJ. Ryan Stinnett2017-04-121-2/+2
* Wrap most CSS rules in Locked<_> instead of RwLock<_>Simon Sapin2017-03-191-9/+11
* Introduce a ToCssWithGuard traitSimon Sapin2017-03-191-3/+5
* style: Avoid cloning all over the error reporter.Emilio Cobos Álvarez2017-03-141-2/+4
* Make #[dom_struct] a proc_macro attributeAnthony Ramine2017-02-241-0/+1
* CSSOM bits for @supports: CSSConditionRule and CSSSupportsRule, with conditi...Manish Goregaokar2017-01-071-0/+77