aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/cssrulelist.rs
Commit message (Expand)AuthorAgeFilesLines
...
* Make #[dom_struct] a proc_macro attributeAnthony Ramine2017-02-241-0/+1
* Remove HeapGCValueAnthony Ramine2016-12-121-6/+6
* Rename `Reflectable` to `DomObject`.Corey Farwell2016-12-081-1/+1
* Mark JSTraceable and its method as unsafeAnthony Ramine2016-12-061-2/+4
* Update to Rust 1.15.0-nightly (1c448574b 2016-11-28)Anthony Ramine2016-11-291-1/+0
* Move Arc<RwLock<_>> out from CssRules tupleXidorn Quan2016-11-291-5/+5
* Use stylesheet’s base URL and ns prefixes in CSSOM insert/appendRule.Simon Sapin2016-11-281-2/+2
* Make CSSRule always keep a pointer to its parent stylesheetSimon Sapin2016-11-281-12/+10
* Move "remove a CSS rule" algorithm to styleXidorn Quan2016-11-241-25/+1
* Move "insert a CSS rule" algorithm to styleXidorn Quan2016-11-241-62/+14
* Add CSSKeyframesRule.{findRule, deleteRule, appendRule}Manish Goregaokar2016-11-231-25/+60
* Add CSSGroupingRule.{cssRules, insertRule(), deleteRule()}Manish Goregaokar2016-11-231-0/+1
* Transitively deparent on removalManish Goregaokar2016-11-231-2/+9
* Make parent stylesheet optional for CSSRulesManish Goregaokar2016-11-231-7/+12
* Add support for keyframe-backed CSSRules, CSSKeyframesRule.cssRules and CSSKe...Manish Goregaokar2016-11-231-13/+54
* Handle parser state in CSSOM insert_ruleManish Goregaokar2016-11-231-11/+33
* Add insertRule() and deleteRule() on CSSStyleSheetManish Goregaokar2016-11-231-5/+81
* Allow mutation of CssRulesManish Goregaokar2016-11-151-2/+2
* Support basic immutable CSSOMManish Goregaokar2016-11-151-0/+67