Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove and allow some dead code. | Ms2ger | 2016-12-22 | 1 | -11/+1 |
* | Remove HeapGCValue | Anthony Ramine | 2016-12-12 | 1 | -3/+3 |
* | Rename `Reflectable` to `DomObject`. | Corey Farwell | 2016-12-08 | 1 | -1/+1 |
* | Move Arc<RwLock<_>> out from CssRules tuple | Xidorn Quan | 2016-11-29 | 1 | -3/+6 |
* | Make CSSRule always keep a pointer to its parent stylesheet | Simon Sapin | 2016-11-28 | 1 | -8/+6 |
* | Add CSSKeyframesRule.{findRule, deleteRule, appendRule} | Manish Goregaokar | 2016-11-23 | 1 | -2/+1 |
* | Add CSSGroupingRule.{cssRules, insertRule(), deleteRule()} | Manish Goregaokar | 2016-11-23 | 1 | -4/+44 |
* | Make parent stylesheet optional for CSSRules | Manish Goregaokar | 2016-11-23 | 1 | -2/+2 |
* | Support basic immutable CSSOM | Manish Goregaokar | 2016-11-15 | 1 | -0/+30 |