servo/components/style/gecko
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
..
arc_types.rs Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
conversions.rs style: Derive more length stuff, and shrink MaxLength / MozLength's repr(C) representation. 2019-02-10 07:11:46 +01:00
data.rs style: Rustfmt recent changes. 2019-01-07 00:32:54 +01:00
media_features.rs Honour system titlebar button left/right placement. 2019-01-20 14:32:58 +01:00
media_queries.rs Rename nsIDocument to mozilla::dom::Document. 2019-01-07 00:32:51 +01:00
mod.rs style: Make Servo use a single thread-pool for layout-related tasks per-process. 2018-12-23 13:00:56 +01:00
non_ts_pseudo_class_list.rs Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
pseudo_element.rs Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
pseudo_element_definition.mako.rs style: Update the Rust target version for bindgen. 2019-01-07 00:32:50 +01:00
regen_atoms.py style: Document a few more macros. 2019-01-13 21:59:25 +01:00
restyle_damage.rs style: Update the Rust target version for bindgen. 2019-01-07 00:32:50 +01:00
rules.rs Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
selector_parser.rs Rustfmt has changed its default style :/ 2018-12-28 13:17:47 +01:00
snapshot.rs Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
snapshot_helpers.rs Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
traversal.rs Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
url.rs Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
values.rs style: Rename MozLength to Size, and MaxLength to MaxSize. 2019-02-12 02:28:00 +01:00
wrapper.rs style: Fix gecko build. 2019-01-07 00:32:54 +01:00