aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/cssmediarule.rs
Commit message (Collapse)AuthorAgeFilesLines
* CSSOM bits for @supports: CSSConditionRule and CSSSupportsRule, with ↵Manish Goregaokar2017-01-071-3/+21
| | | | conditionText attribute
* Remove HeapGCValueAnthony Ramine2016-12-121-3/+3
| | | | | | It could be used to have mutable JSVal fields without GC barriers. With the removal of that trait, MutHeap and MutNullableHeap can respectively be replaced by MutJS and MutNullableJS.
* Rename `Reflectable` to `DomObject`.Corey Farwell2016-12-081-1/+1
| | | | Fixes https://github.com/servo/servo/issues/8473.
* Implement MediaList interfaceNazım Can Altınova2016-12-021-2/+18
|
* Make CSSRule always keep a pointer to its parent stylesheetSimon Sapin2016-11-281-4/+5
| | | | even when the parentStylesheet IDL attribute returns null.
* Add CSSGroupingRule.{cssRules, insertRule(), deleteRule()}Manish Goregaokar2016-11-231-1/+2
|
* Make parent stylesheet optional for CSSRulesManish Goregaokar2016-11-231-2/+2
|
* Implement ToCss serialization for CSSRulesNazım Can Altınova2016-11-181-2/+2
|
* Support basic immutable CSSOMManish Goregaokar2016-11-151-0/+51