Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove use of unstable box syntax. | Simon Sapin | 2017-10-16 | 1 | -1/+1 |
* | Rename Root<T> to DomRoot<T> | Anthony Ramine | 2017-09-26 | 1 | -2/+2 |
* | Rename dom::bindings::js to dom::bindings::root | Anthony Ramine | 2017-09-26 | 1 | -1/+1 |
* | Replace all uses of the style::stylearc alias with servo_arc. | Michael Partheil | 2017-07-19 | 1 | -1/+1 |
* | style: Split stylesheets.rs | Emilio Cobos Álvarez | 2017-06-04 | 1 | -1/+1 |
* | Fix up script and layout. | Bobby Holley | 2017-05-02 | 1 | -1/+1 |
* | Wrap most CSS rules in Locked<_> instead of RwLock<_> | Simon Sapin | 2017-03-19 | 1 | -6/+5 |
* | Introduce a ToCssWithGuard trait | Simon Sapin | 2017-03-19 | 1 | -2/+3 |
* | Make #[dom_struct] a proc_macro attribute | Anthony Ramine | 2017-02-24 | 1 | -0/+1 |
* | Make CSSRule always keep a pointer to its parent stylesheet | Simon Sapin | 2016-11-28 | 1 | -4/+4 |
* | 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/+50 |