Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | layout: Implement `text-overflow: ellipsis` per CSS-UI-3 § 6.2. | Patrick Walton | 2015-01-28 | 1 | -0/+1 | |
| | | | | | | | | Only the one-value syntax is supported for now. | |||||
* | | gfx: Implement `font-stretch` per CSS3-FONTS § 3.3 in the Core Text | Patrick Walton | 2015-01-28 | 1 | -0/+1 | |
|/ | | | | font backend. | |||||
* | Share supported CSS properties between style and CSSStyleDeclaration | Bruno de Oliveira Abinader | 2015-01-19 | 1 | -0/+18 | |
| | | | | | | | | | | | Avoids duplicated code when implementing the CSS properties accessors in CSSStyleDeclaration WebIDL. Servo internal CSS properties are not accessible. CSS property "float" is unnacessible because we currently lack support for BinaryName IDL annotation (#4435). Fixes #4429, #4430. | |||||
* | Added readonly flag for CSSStyleDeclaration | ProgramFOX | 2014-12-28 | 1 | -0/+1 | |
| | ||||||
* | Add GetPropertyPriority to CSSStyleDeclaration | Adam Sunderland | 2014-12-23 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | Tweak getPropertyPriority to match recommendations Adding Tests for Style Priority Use else if Adding Content Test for GetPropertyPriority Revert "Adding Tests for Style Priority" This reverts commit 8666a37f833b06c3e43f27acd8a9678e94425e55. | |||||
* | Implemented CSSStyleDeclaration.setPropertyPriority | ProgramFOX | 2014-12-23 | 1 | -2/+4 | |
| | | | | Implemented CSSStyleDeclaration.setPropertyPriority, resolves #4433 | |||||
* | 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 | |
This just includes the .webidl file (with some of the functionality commented out) and the stub implementations for the bindings. This is another step towards #1721. |