aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/cssstylerule.rs
Commit message (Collapse)AuthorAgeFilesLines
* Implement CSSKeyframeRule.styleKeith Yeung2017-01-071-1/+1
|
* Remove and allow some dead code.Ms2ger2016-12-221-4/+0
|
* Implement CSSStyleRule.styleKeith Yeung2016-12-171-3/+23
|
* Make CSSRule always keep a pointer to its parent stylesheetSimon Sapin2016-11-281-4/+5
| | | | even when the parentStylesheet IDL attribute returns null.
* Make parent stylesheet optional for CSSRulesManish Goregaokar2016-11-231-2/+2
|
* Support basic immutable CSSOMManish Goregaokar2016-11-151-0/+50