aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/servo.rs
Commit message (Expand)AuthorAgeFilesLines
* Remove some type aliases that are now just re-exports.Simon Sapin2016-07-201-17/+0
* Have a concrete SelectorImpl type everywhere in the style crate.Simon Sapin2016-07-201-5/+4
* Remove the ComputedValue traits and style_struct_traitsSimon Sapin2016-07-201-4/+3
* Move ServoSelectorImpl to a dedicated module.Simon Sapin2016-07-201-1/+1
* style: Remove the Mutex from new_animations_sender by moving it to the local ...Emilio Cobos Álvarez2016-07-011-0/+1
* style: Fix parsing and add generated keyframesEmilio Cobos Álvarez2016-06-281-1/+2
* Add some documentation to the style crate.Ms2ger2016-06-271-1/+3
* layout: Stop storing PrecomputedStyleData in LayoutNodeEmilio Cobos Álvarez2016-04-291-1/+0
* style: Add infrastructure for non-eagerly-cascaded pseudo-elementsEmilio Cobos Álvarez2016-04-291-1/+1
* ComputedValues is now ServoComputedValuesPer Lundberg2016-03-271-2/+2
* Parameterize the rest of the style system on TNode.Bobby Holley2016-03-241-1/+2
* Refactor style to be completely backend-independentEmilio Cobos Álvarez2016-02-131-0/+15