Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upExtract layout query code into a separate file #6787
Closed
Comments
bors-servo
pushed a commit
that referenced
this issue
Aug 6, 2015
Extract layout query code into layout/query.rs Fix for #6787. I left the commits split up for ease of review, happy to squash when this gets accepted. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/6836) <!-- Reviewable:end -->
|
@jdm This can be closed :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
layout_task.rs is becoming unwieldy, and will only continue to grow. I propose extracting
LayoutRPCImpl,UnioningFragmentBorderBoxIterator,CollectingFragmentBorderBoxIterator,process_content_box_request, andprocess_content_boxes_request(these two don't use theselfargument) into a new file inlayoutcalledquery.rs.Code: components/layout/layout_task.rs