Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A round of rust-layers cleanups #76

Merged
merged 3 commits into from Jul 3, 2014
Merged

Conversation

@mrobinson
Copy link
Member

mrobinson commented Jul 2, 2014

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.

mrobinson added 3 commits Jul 2, 2014
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 mrobinson:remove-common branch Jul 8, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

2 participants
You can’t perform that action at this time.