servo/components/style/values/computed
Nazım Can Altınova dfd12d78c6 stylo: Don't serialize default position on -moz- prefixed linear gradient
Normally, we should not serialize if the line direction points downwards. Unprefixed and
-webkit- prefixed syntaxes use only Keyword enum for line direction and we check them already.
But -moz- prefixed linear gradients can store position too. Therefore it's stored inside
`LineDirection::MozPosition` and we should check that for consistency between other gradients.
2017-09-29 00:06:18 +03:00
..
align.rs style: Get rid of ComputedValueAsSpecified for alignment props. 2017-09-11 11:29:29 +02:00
angle.rs Measure PropertyDeclaration more thoroughly. 2017-09-14 13:18:03 +10:00
background.rs style: Be a bit more explicit about background-size. 2017-09-17 21:33:19 +02:00
basic_shape.rs Introduce ComputedUrl 2017-08-09 13:55:39 +02:00
border.rs style: Make border-spacing serialization consistent, and move it to precomputed_type. 2017-09-17 21:33:17 +02:00
box.rs Use generics for the vertical-align property 2017-08-30 23:01:12 +02:00
color.rs Measure PropertyDeclaration more thoroughly. 2017-09-14 13:18:03 +10:00
effects.rs Use Option<RGBA> for color in shadow 2017-08-19 00:20:24 +10:00
flex.rs Rename LengthOrPercentageOrAutoOrContent to FlexBasis 2017-06-17 13:46:35 +02:00
font.rs Add FIXME for font-size animated value 2017-09-24 00:47:54 -07:00
gecko.rs Use generics for scroll-snap-points-* 2017-06-06 19:27:43 +02:00
image.rs stylo: Don't serialize default position on -moz- prefixed linear gradient 2017-09-29 00:06:18 +03:00
length.rs Add FIXME for font-size animated value 2017-09-24 00:47:54 -07:00
mod.rs stylo: Move font-size stuff to values::*::font 2017-09-23 10:52:07 -07:00
percentage.rs Measure PropertyDeclaration more thoroughly. 2017-09-14 13:18:03 +10:00
position.rs style: Respect calc for percentages. 2017-07-14 13:43:27 +02:00
rect.rs Introduce style::values::generics::rect ▭ 2017-05-23 10:59:57 +02:00
svg.rs Introduce CSSPixelLength and update NonNegativeLength. 2017-09-13 18:05:14 +08:00
text.rs Introduce CSSPixelLength and update NonNegativeLength. 2017-09-13 18:05:14 +08:00
time.rs Measure PropertyDeclaration more thoroughly. 2017-09-14 13:18:03 +10:00
transform.rs Backed out changeset 616bd23b9896 (bug 1391145) for frequently failing mochitests layout/style/test/test_animations.html and layout/style/test/test_animations_omta.html on Linux x64. r=backout 2017-09-16 13:48:06 +00:00