| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|\ |
|
| * | layout: Implement `text-overflow: ellipsis` per CSS-UI-3 § 6.2. | Patrick Walton | 2015-01-28 | 1 | -0/+1 |
* | | gfx: Implement `font-stretch` per CSS3-FONTS § 3.3 in the Core Text | Patrick Walton | 2015-01-28 | 1 | -0/+1 |
|/ |
|
* | Share supported CSS properties between style and CSSStyleDeclaration | Bruno de Oliveira Abinader | 2015-01-19 | 1 | -0/+18 |
* | Added readonly flag for CSSStyleDeclaration | ProgramFOX | 2014-12-28 | 1 | -0/+1 |
* | Add GetPropertyPriority to CSSStyleDeclaration | Adam Sunderland | 2014-12-23 | 1 | -1/+1 |
* | Implemented CSSStyleDeclaration.setPropertyPriority | ProgramFOX | 2014-12-23 | 1 | -2/+4 |
* | Add missing supported CSS properties. | Josh Matthews | 2014-12-18 | 1 | -0/+24 |
* | Merge CSS2Properties and CSSStyleDeclaration. | Josh Matthews | 2014-12-18 | 1 | -0/+95 |
* | Address review comments. | Josh Matthews | 2014-12-18 | 1 | -2/+1 |
* | Implement RemoveProperty, SetProperty, and supported property indices. | Josh Matthews | 2014-12-18 | 1 | -7/+7 |
* | Add the basic CSSStyleDeclaration CSSOM interface. | Cameron Zwarich | 2014-12-18 | 1 | -0/+31 |