Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | stylo: Fix StyleSheetInner/Stylesheet mapping | Emilio Cobos Álvarez | 2017-07-02 | 1 | -4/+8 |
| | | | | | | The key of this patch is the split between Stylesheet and StylesheetContents. Gecko will use StylesheetContents, which maps to a ServoStyleSheetInner. | ||||
* | Fix up script and layout. | Bobby Holley | 2017-05-02 | 1 | -1/+1 |
| | |||||
* | Replace RwLock<CssRules> with Locked<CssRules> | Simon Sapin | 2017-03-19 | 1 | -0/+5 |
| | |||||
* | Make #[dom_struct] a proc_macro attribute | Anthony Ramine | 2017-02-24 | 1 | -0/+1 |
| | |||||
* | Support origins in CSSOM stylesheets | Nazım Can Altınova | 2017-01-20 | 1 | -7/+19 |
| | |||||
* | 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. | ||||
* | Use stylesheet’s base URL and ns prefixes in CSSOM insert/appendRule. | Simon Sapin | 2016-11-28 | 1 | -0/+4 |
| | |||||
* | Make CSSRule always keep a pointer to its parent stylesheet | Simon Sapin | 2016-11-28 | 1 | -1/+1 |
| | | | | even when the parentStylesheet IDL attribute returns null. | ||||
* | Implement StyleSheet.disabled. | Cameron McCormack | 2016-11-25 | 1 | -4/+23 |
| | |||||
* | Address review comments | Manish Goregaokar | 2016-11-23 | 1 | -0/+1 |
| | |||||
* | Make parent stylesheet optional for CSSRules | Manish Goregaokar | 2016-11-23 | 1 | -1/+1 |
| | |||||
* | Add support for keyframe-backed CSSRules, CSSKeyframesRule.cssRules and ↵ | Manish Goregaokar | 2016-11-23 | 1 | -2/+3 |
| | | | | CSSKeyframeRule | ||||
* | Handle parser state in CSSOM insert_rule | Manish Goregaokar | 2016-11-23 | 1 | -1/+1 |
| | |||||
* | Add insertRule() and deleteRule() on CSSStyleSheet | Manish Goregaokar | 2016-11-23 | 1 | -1/+21 |
| | |||||
* | Support basic immutable CSSOM | Manish Goregaokar | 2016-11-15 | 1 | -0/+51 |