servo/components/layout
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
..
display_list Fix servo build. 2019-02-10 07:23:51 +01:00
tests Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
animation.rs Rustfmt has changed its default style :/ 2018-12-28 13:17:47 +01:00
block.rs style: Rename MozLength to Size, and MaxLength to MaxSize. 2019-02-12 02:28:00 +01:00
Cargo.toml Fix servo build and rustfmt recent changes. 2019-01-20 16:31:01 +01:00
construct.rs Remove ObjectElement 2019-01-14 16:10:27 +01:00
context.rs Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
data.rs Rustfmt has changed its default style :/ 2018-12-28 13:17:47 +01:00
flex.rs style: Rename MozLength to Size, and MaxLength to MaxSize. 2019-02-12 02:28:00 +01:00
floats.rs style: Rename MozLength to Size, and MaxLength to MaxSize. 2019-02-12 02:28:00 +01:00
flow.rs style: Fix servo build. 2019-01-08 12:01:11 +01:00
flow_list.rs Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
flow_ref.rs Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
fragment.rs style: Rename MozLength to Size, and MaxLength to MaxSize. 2019-02-12 02:28:00 +01:00
generated_content.rs Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
incremental.rs Remove LayoutDamageComputation 2019-01-14 16:10:26 +01:00
inline.rs Remove InlineFlowDisplayListBuilding 2019-01-14 16:10:25 +01:00
layout_debug.rs Fix deprecation warnings 2019-01-28 11:32:40 +01:00
lib.rs Fix servo build. 2019-02-10 07:23:51 +01:00
linked_list.rs Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
list_item.rs Remove ListItemFlowDisplayListBuilding 2019-01-14 16:10:26 +01:00
model.rs style: Rename MozLength to Size, and MaxLength to MaxSize. 2019-02-12 02:28:00 +01:00
multicol.rs style: Rename MozLength to Size, and MaxLength to MaxSize. 2019-02-12 02:28:00 +01:00
opaque_node.rs Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
parallel.rs Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
persistent_list.rs Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
query.rs Make a bunch of layout queries morally safer 2019-01-09 14:12:54 +01:00
sequential.rs Rustfmt has changed its default style :/ 2018-12-28 13:17:47 +01:00
table.rs style: Rename MozLength to Size, and MaxLength to MaxSize. 2019-02-12 02:28:00 +01:00
table_caption.rs Remove BlockFlowDisplayListBuilding 2019-01-14 10:37:41 +01:00
table_cell.rs style: Rename MozLength to Size, and MaxLength to MaxSize. 2019-02-12 02:28:00 +01:00
table_colgroup.rs style: Rename MozLength to Size, and MaxLength to MaxSize. 2019-02-12 02:28:00 +01:00
table_row.rs style: Rename MozLength to Size, and MaxLength to MaxSize. 2019-02-12 02:28:00 +01:00
table_rowgroup.rs Remove BlockFlowDisplayListBuilding 2019-01-14 10:37:41 +01:00
table_wrapper.rs style: Rename MozLength to Size, and MaxLength to MaxSize. 2019-02-12 02:28:00 +01:00
text.rs Rustfmt has changed its default style :/ 2018-12-28 13:17:47 +01:00
traversal.rs Rustfmt has changed its default style :/ 2018-12-28 13:17:47 +01:00
wrapper.rs Rustfmt has changed its default style :/ 2018-12-28 13:17:47 +01:00