aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/values/computed/image.rs
Commit message (Expand)AuthorAgeFilesLines
* Rename LayerImage to ImageLayer and make it a type aliasAnthony Ramine2017-05-151-14/+4
* Refactor GradientAnthony Ramine2017-05-151-333/+69
* Kill side keywords from style::values::specified::imageAnthony Ramine2017-05-151-6/+7
* Introduce style::values::generics::imageAnthony Ramine2017-05-151-305/+17
* Stylo: Implement {specified|computed}::LayerImage.cku2017-05-031-0/+14
* Fix gradient math and positioning. Formatting.Pyfisch2017-04-271-1/+0
* Partially implement radial gradients.Pyfisch2017-04-271-1/+3
* Parse interpolation hints (fixes #15166)Anthony Ramine2017-04-271-9/+56
* Implement webkit-prefixed linear gradientsAnthony Ramine2017-04-131-6/+19
* stylo: Add -moz-element supportNazım Can Altınova2017-04-091-1/+20
* style: Properly track whether <angle> or <time> values came from calc() expre...Emilio Cobos Álvarez2017-03-271-9/+9
* Add support for -moz-image-rectNazım Can Altınova2017-03-251-3/+67
* Add support for non-standard -moz color keyword values.Matt Brubeck2017-03-141-1/+1
* Box CalcLengthOrPercentage to reduce inline size of PropertyDeclaration(s)Manish Goregaokar2017-01-171-4/+4
* style: Prevent more missing docs in the values module.Emilio Cobos Álvarez2016-12-311-0/+6
* Default is top-to-bottom if unset, not bottom-to-topNick Price2016-12-281-1/+1
* Maintain Corner type, add None type to AngleOrCornerNick Price2016-12-161-3/+76
* style: Centralize specified url value handling, and refcount urls.Emilio Cobos Álvarez2016-11-101-11/+9
* Prefer Servo-specific ToCss for all typesRavi Shankar2016-11-071-10/+8
* Implement parsing of all gradientsNazım Can Altınova2016-10-091-0/+460