Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CSSOM bits for @supports: CSSConditionRule and CSSSupportsRule, with ↵ | Manish Goregaokar | 2017-01-07 | 1 | -3/+21 |
| | | | | conditionText attribute | ||||
* | Remove HeapGCValue | Anthony Ramine | 2016-12-12 | 1 | -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 Farwell | 2016-12-08 | 1 | -1/+1 |
| | | | | Fixes https://github.com/servo/servo/issues/8473. | ||||
* | Implement MediaList interface | Nazım Can Altınova | 2016-12-02 | 1 | -2/+18 |
| | |||||
* | Make CSSRule always keep a pointer to its parent stylesheet | Simon Sapin | 2016-11-28 | 1 | -4/+5 |
| | | | | even when the parentStylesheet IDL attribute returns null. | ||||
* | Add CSSGroupingRule.{cssRules, insertRule(), deleteRule()} | Manish Goregaokar | 2016-11-23 | 1 | -1/+2 |
| | |||||
* | Make parent stylesheet optional for CSSRules | Manish Goregaokar | 2016-11-23 | 1 | -2/+2 |
| | |||||
* | 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/+51 |