aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/csssupportsrule.rs
Commit message (Expand)AuthorAgeFilesLines
* Remove use of unstable box syntax.Simon Sapin2017-10-161-1/+1
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-2/+2
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-1/+1
* Devirtualize CSS error reporting.Josh Matthews2017-08-241-1/+1
* Replace all uses of the style::stylearc alias with servo_arc.Michael Partheil2017-07-191-1/+1
* Move ParsingMode into style_traits.Hiroyuki Ikezoe2017-06-141-2/+2
* Thread ParseError return values through CSS parsing.Josh Matthews2017-06-091-2/+3
* style: Split stylesheets.rsEmilio Cobos Álvarez2017-06-041-1/+1
* 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