aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/cssgroupingrule.rs
Commit message (Collapse)AuthorAgeFilesLines
* Remove and allow some dead code.Ms2ger2016-12-221-11/+1
|
* 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.
* Move Arc<RwLock<_>> out from CssRules tupleXidorn Quan2016-11-291-3/+6
|
* Make CSSRule always keep a pointer to its parent stylesheetSimon Sapin2016-11-281-8/+6
| | | | even when the parentStylesheet IDL attribute returns null.
* Add CSSKeyframesRule.{findRule, deleteRule, appendRule}Manish Goregaokar2016-11-231-2/+1
|
* Add CSSGroupingRule.{cssRules, insertRule(), deleteRule()}Manish Goregaokar2016-11-231-4/+44
|
* Make parent stylesheet optional for CSSRulesManish Goregaokar2016-11-231-2/+2
|
* Support basic immutable CSSOMManish Goregaokar2016-11-151-0/+30