Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor style to be completely backend-independent | Emilio Cobos Álvarez | 2016-02-13 | 1 | -7/+57 |
| | | | | | | | | | | | This commit refactors the style crate to be completely independent of the actual implementation and pseudo-elements supported. This also adds a gecko backend which introduces parsing for the anonymous box pseudo-elements[1], although there's still no way of querying them. https://mxr.mozilla.org/mozilla-central/source/layout/style/nsCSSAnonBoxList.h | ||||
* | Update rust-selectors | Emilio Cobos Álvarez | 2016-02-03 | 1 | -0/+91 |
This commits updates rust-selectors to use the generic parser, and as such it moves the element state into the style crate. |