servo/components/style/values/generics
Emilio Cobos Álvarez c2819365f0 style: Rename MozLength to Size, and MaxLength to MaxSize.
MozLength is not a very descriptive name. If we're going to use it in both Gecko
and Servo we may as well name it something more accurate.

I would've chosen `ContentSize` per CSS2[1][2] if it wasn't a lie in presence
of box-sizing. I don't have better ideas than `Size`, given that.

[1]: https://drafts.csswg.org/css2/visudet.html#propdef-width
[2]: https://drafts.csswg.org/css2/box.html#content-width

Differential Revision: https://phabricator.services.mozilla.com/D19280
2019-02-12 02:28:00 +01:00
..
background.rs style: Derive more length stuff, and shrink MaxLength / MozLength's repr(C) representation. 2019-02-10 07:11:46 +01:00
basic_shape.rs style: Rename LengthOrPercentage to LengthPercentage. 2019-01-08 12:00:48 +01:00
border.rs style: Rename LengthOrPercentage to LengthPercentage. 2019-01-08 12:00:48 +01:00
box.rs style: Rename LengthOrPercentage to LengthPercentage. 2019-01-08 12:00:48 +01:00
color.rs Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
column.rs Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
counters.rs Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
easing.rs Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
effects.rs Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
flex.rs Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
font.rs Rustfmt has changed its default style :/ 2018-12-28 13:17:47 +01:00
gecko.rs style: Rename LengthOrPercentage to LengthPercentage. 2019-01-08 12:00:48 +01:00
grid.rs style: Rustfmt recent changes. 2019-01-13 21:59:35 +01:00
image.rs style: Rename LengthOrPercentage to LengthPercentage. 2019-01-08 12:00:48 +01:00
length.rs style: Rename MozLength to Size, and MaxLength to MaxSize. 2019-02-12 02:28:00 +01:00
mod.rs style: Use the style system's LengthPercentage for shape-margin. 2019-02-10 05:12:11 +01:00
position.rs style: Clamp to non-negative value after doing interpolation for circle(), ellipse(), and inset(). 2019-01-07 00:32:49 +01:00
rect.rs style: Use Rust lengths for margin / padding / inset. 2019-02-10 05:12:19 +01:00
size.rs Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
svg.rs style: Manually rename some variables. 2019-01-08 12:00:48 +01:00
text.rs style: Rename LengthOrPercentage to LengthPercentage. 2019-01-08 12:00:48 +01:00
transform.rs Rustfmt recent changes. 2019-01-08 12:01:28 +01:00
ui.rs Fix servo build and rustfmt recent changes. 2019-01-20 16:31:01 +01:00
url.rs Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00