Skip to content
This repository has been archived by the owner on Jul 10, 2023. It is now read-only.

A round of rust-layers cleanups #76

Merged
merged 3 commits into from
Jul 3, 2014
Merged

A round of rust-layers cleanups #76

merged 3 commits into from
Jul 3, 2014

Conversation

mrobinson
Copy link
Member

This PR contains various rust-layers cleanups, including the removal of dead code and general simplification. This is in preparation for a more thorough rework of the tiling code.

CommonLayer is only used by ContainerLayer, so it can be moved directly
into ContainerLayer. A vector can also be used for storing children
instead of an embedded linked-list since the operations we do on the
list of children are still very limited.
This is currently unused in Servo.
pcwalton added a commit that referenced this pull request Jul 3, 2014
A round of rust-layers cleanups
@pcwalton pcwalton merged commit ccd9bb5 into servo:master Jul 3, 2014
@mrobinson mrobinson deleted the remove-common branch July 8, 2014 21:58
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants