Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace all uses of the style::stylearc alias with servo_arc. | Michael Partheil | 2017-07-19 | 1 | -1/+1 |
| | | | | | | The alias is left there temporarilly and will be removed completely in a later commit where also components/style/gecko/generated/structs_{debug|release}.rs are re-generated (they still use the old alias). | ||||
* | style: Split stylesheets.rs | Emilio Cobos Álvarez | 2017-06-04 | 1 | -1/+1 |
| | | | | | | | | | | | | | This file has become quite bloated lately. This commit deletes that file in favor of a set of submodules. The only noticeable change apart from code move, is converting deep_clone_foo methods into a trait. It also unifies logic related to different style rules in the same place. There's some missing work, specially related to font-face and counter-style, but I think this is worth landing in the meantime. | ||||
* | Fix up script and layout. | Bobby Holley | 2017-05-02 | 1 | -1/+1 |
| | |||||
* | Move all PropertyDeclarationBlock from RwLock<_> to Locked<_> | Simon Sapin | 2017-03-19 | 1 | -3/+2 |
| | |||||
* | Replace RwLock<Keyframe> with Locked<Keyframe> | Simon Sapin | 2017-03-19 | 1 | -10/+16 |
| | |||||
* | Make #[dom_struct] a proc_macro attribute | Anthony Ramine | 2017-02-24 | 1 | -0/+1 |
| | |||||
* | script: Fix base url for style-rule-owned declarations. | Emilio Cobos Álvarez | 2017-01-28 | 1 | -2/+3 |
| | |||||
* | Implement CSSKeyframeRule.style | Keith Yeung | 2017-01-07 | 1 | -3/+19 |
| | |||||
* | 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 CSSKeyframesRule.{findRule, deleteRule, appendRule} | Manish Goregaokar | 2016-11-23 | 1 | -2/+2 |
| | |||||
* | Make parent stylesheet optional for CSSRules | Manish Goregaokar | 2016-11-23 | 1 | -2/+2 |
| | |||||
* | Add support for keyframe-backed CSSRules, CSSKeyframesRule.cssRules and ↵ | Manish Goregaokar | 2016-11-23 | 1 | -0/+50 |
CSSKeyframeRule |