aboutsummaryrefslogtreecommitdiffstats
path: root/src/servo/layout/traverse_parallel.rs
Commit message (Expand)AuthorAgeFilesLines
* Remove traverse_parallel. UnusedBrian Anderson2012-10-091-163/+0
* Update for language changes; remove pipe protocols.Patrick Walton2012-10-041-4/+5
* Split layout/base.rs into box.rs and flow.rsBrian J. Burg2012-09-211-20/+25
* Update for language changesPatrick Walton2012-09-201-2/+2
* Add comments on overall design; move display list building to Flows and Boxes...Brian J. Burg2012-09-191-21/+21
* Rewrite the layout tree to use tandem flow/box trees. Flows areBrian J. Burg2012-09-171-3/+3
* Move traverse to traverse_parallelBrian J. Burg2012-09-121-0/+157