| Commit message (Expand) | Author | Age | Files | Lines |
* | style: Support the all shorthand. | Cameron McCormack | 2017-04-14 | 1 | -0/+2 |
* | Make font-variant shorthand. | Hiroyuki Ikezoe | 2017-04-14 | 1 | -0/+2 |
* | Don't serialize initial text-decoration-style #15790 | projektir | 2017-03-09 | 1 | -0/+2 |
* | Add support for most of the border-image properties, pass to WR. | Glenn Watson | 2017-02-23 | 1 | -0/+12 |
* | Auto merge of #15289 - montrivo:webidl-exposed, r=cbrewster | bors-servo | 2017-01-29 | 1 | -1/+1 |
|\ |
|
| * | Expose interfaces only where they should be. #12415 - Partial | montrivo | 2017-01-29 | 1 | -1/+1 |
* | | Convert text-orientation to a Gecko-only property | Matt Brubeck | 2017-01-27 | 1 | -2/+2 |
|/ |
|
* | Make background-position a shorthand instead of a longhand | Nazım Can Altınova | 2016-12-15 | 1 | -0/+4 |
* | Support offset- logical properties | Manish Goregaokar | 2016-11-29 | 1 | -0/+8 |
* | Unexpose CSSOM interfaces | Manish Goregaokar | 2016-11-15 | 1 | -1/+1 |
* | Add support for inline-size, block-size, and max-*-size/min-*-size | Manish Goregaokar | 2016-11-11 | 1 | -0/+12 |
* | Add logical padding, margin longhands and border shorthands | Manish Goregaokar | 2016-11-11 | 1 | -0/+24 |
* | Support logical properties | Manish Goregaokar | 2016-11-11 | 1 | -0/+25 |
* | Explicitly expose everything everywhere. | Ms2ger | 2016-07-12 | 1 | -0/+1 |
* | style: Add support to the animation shorthand and fix parsing of animation-name. | Emilio Cobos Álvarez | 2016-07-07 | 1 | -0/+1 |
* | Support flexbox shorthand properties | Pu Xingyu | 2016-06-30 | 1 | -0/+3 |
* | style: parse the remaining animation longhands. | Emilio Cobos Álvarez | 2016-06-28 | 1 | -0/+8 |
* | style: Add animation-iteration-count parsing under experimental flag | Emilio Cobos Álvarez | 2016-06-28 | 1 | -0/+2 |
* | style: Add animation-timing-function parsing as experimental. | Emilio Cobos Álvarez | 2016-06-28 | 1 | -0/+2 |
* | style: Add animation-duration parsing under experimental flag | Emilio Cobos Álvarez | 2016-06-28 | 1 | -0/+2 |
* | style: Refactor to pass animations cleanly, land animation-name parsing as ex... | Emilio Cobos Álvarez | 2016-06-28 | 1 | -0/+3 |
* | Auto merge of #11428 - g-k:csstext, r=SimonSapin | bors-servo | 2016-06-01 | 1 | -2/+2 |
|\ |
|
| * | implement cssText | Glenn Watson | 2016-05-31 | 1 | -2/+2 |
* | | Add remaining longhand flexbox style properties | Pu Xingyu | 2016-05-25 | 1 | -1/+15 |
|/ |
|
* | Add style property for flex-basis | Daniel Robertson | 2016-04-24 | 1 | -0/+2 |
* | Implement flexbox reordering | Daniel Robertson | 2016-04-11 | 1 | -0/+1 |
* | Add dashed CSS properties to CSSStyleDeclaration. | Josh Matthews | 2015-08-28 | 1 | -0/+104 |
* | Parse flex-direction CSS property. | Kyle Zentner | 2015-08-21 | 1 | -0/+2 |
* | Make CSSStyleDeclaration setters rethrow errors instead of unwrapping and cra... | David Zbarsky | 2015-08-11 | 1 | -161/+161 |
* | Implement the unicode-bidi property | Matt Brubeck | 2015-08-03 | 1 | -0/+1 |
* | Add/format license headers for WebIDLs | Corey Farwell | 2015-07-26 | 1 | -3/+3 |
* | Implement enough of 3d transforms spec to run the CSS FPS demo. | Glenn Watson | 2015-06-23 | 1 | -0/+4 |
* | Implement 'background-clip' property in CSS3 Background | Jinwoo Song | 2015-05-16 | 1 | -0/+1 |
* | Implement 'background-origin' property in CSS3 Background | Jinwoo Song | 2015-05-15 | 1 | -0/+1 |
* | Add column-width, column-count, columns and column-gap properties in the styl... | Simon Sapin | 2015-04-29 | 1 | -0/+5 |
* | layout: Implement most of `border-collapse` per CSS 2.1 § 17.6.2. | Patrick Walton | 2015-04-27 | 1 | -1/+1 |
* | Implement CSSStyleDeclaration.float (fixes #5101) | Anthony Ramine | 2015-04-21 | 1 | -1/+1 |
* | layout: Implement CSS transitions per CSS-TRANSITIONS § 2. | Patrick Walton | 2015-03-31 | 1 | -0/+6 |
* | layout: Implement 2D CSS transforms per CSS-TRANSFORMS § 5, 6, 7, and 8. | Patrick Walton | 2015-03-17 | 1 | -0/+3 |
* | layout: Implement `border-spacing` per CSS 2.1 § 17.6.1 and the legacy | Patrick Walton | 2015-03-12 | 1 | -0/+2 |
* | layout: Implement ordered lists, CSS counters, and `quotes` per CSS 2.1 | Patrick Walton | 2015-03-09 | 1 | -0/+5 |
* | Revert "layout: Implement ordered lists, CSS counters, and `quotes` per CSS 2.1" | Simon Sapin | 2015-03-03 | 1 | -5/+0 |
* | auto merge of #5133 : servo/servo/background-size, r=SimonSapin | bors-servo | 2015-03-03 | 1 | -0/+3 |
|\ |
|
| * | layout: Implement `image-rendering` per CSS-IMAGES-3 § 5.3 and | Patrick Walton | 2015-03-03 | 1 | -0/+3 |
* | | auto merge of #5067 : servo/servo/counters, r=SimonSapin | bors-servo | 2015-03-03 | 1 | -0/+5 |
|\ \
| |/
|/| |
|
| * | layout: Implement ordered lists, CSS counters, and `quotes` per CSS 2.1 | Patrick Walton | 2015-03-03 | 1 | -0/+5 |
* | | layout: Implement `overflow-x` and `overflow-y` per CSS-OVERFLOW § 3. | Patrick Walton | 2015-03-03 | 1 | -0/+2 |
|/ |
|
* | layout: Implement `text-shadow` per CSS-TEXT-DECORATION-3 § 4. | Patrick Walton | 2015-03-02 | 1 | -0/+1 |
* | layout: Implement `text-align: justify` and `text-justify` per | Patrick Walton | 2015-01-29 | 1 | -0/+1 |
* | auto merge of #4592 : pcwalton/servo/text-overflow, r=mbrubeck | bors-servo | 2015-01-28 | 1 | -0/+1 |
|\ |
|