Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename `Reflectable` to `DomObject`. | Corey Farwell | 2016-12-08 | 1 | -1/+1 |
* | Silence a warning | Anthony Ramine | 2016-12-01 | 1 | -1/+0 |
* | Update to Rust 1.15.0-nightly (1c448574b 2016-11-28) | Anthony Ramine | 2016-11-29 | 1 | -2/+0 |
* | Use stylesheet’s base URL and ns prefixes in CSSOM insert/appendRule. | Simon Sapin | 2016-11-28 | 1 | -3/+2 |
* | Make CSSRule always keep a pointer to its parent stylesheet | Simon Sapin | 2016-11-28 | 1 | -8/+7 |
* | Add CSSKeyframesRule.{findRule, deleteRule, appendRule} | Manish Goregaokar | 2016-11-23 | 1 | -1/+48 |
* | Transitively deparent on removal | Manish Goregaokar | 2016-11-23 | 1 | -1/+6 |
* | Make parent stylesheet optional for CSSRules | Manish Goregaokar | 2016-11-23 | 1 | -6/+9 |
* | Add support for keyframe-backed CSSRules, CSSKeyframesRule.cssRules and CSSKe... | Manish Goregaokar | 2016-11-23 | 1 | -2/+21 |
* | Implement ToCss serialization for CSSRules | Nazım Can Altınova | 2016-11-18 | 1 | -2/+2 |
* | Support basic immutable CSSOM | Manish Goregaokar | 2016-11-15 | 1 | -0/+50 |