| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |