aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/main/layout/table_wrapper.rs
Commit message (Expand)AuthorAgeFilesLines
* Split layout code into a separate crate.Josh Matthews2014-06-281-324/+0
* Upgrade Rust.Jack Moffitt2014-06-051-2/+2
* layout: Reference count flows, and forbid unsafe code in many places.Patrick Walton2014-06-031-0/+2
* Rename `box_.rs` to `fragment.rs`Brendan Zabarauskas2014-05-281-1/+1
* Rename functions, fields and adjust comments to use `fragment` instead of `box`Brendan Zabarauskas2014-05-281-17/+17
* Convert usages of `Box` in type identifiers to `Fragment`Brendan Zabarauskas2014-05-281-2/+2
* Make ComputedStyle fields private and add getters.Simon Sapin2014-05-231-7/+7
* Use fmt::Show for outputting debug informationBrendan Zabarauskas2014-05-061-6/+8
* Remove unused teardown methodsBrendan Zabarauskas2014-05-051-5/+0
* Convert Vec::new() to vec!()Matt Murphy2014-05-041-6/+6
* ~[] to Vec in layout flow, block, table, row, rowgroup, wrapperMatt Murphy2014-05-041-8/+8
* Replace most ~"string"s with "string".to_owned().Ms2ger2014-05-041-2/+2
* layout: Rewrite display list building to be parallel and to handlePatrick Walton2014-05-021-26/+9
* layout: Re-enable parallel layout by removing all `RefCell` instancesPatrick Walton2014-05-021-8/+7
* This batch of changes upgrades Servo to work with the Rust upgrade as ofLars Bergstrom2014-04-271-7/+7
* Make box_ not Option in block flows.(fixes #2012)lpy2014-04-061-27/+18
* layout: Address review feedback.Patrick Walton2014-04-031-13/+6
* layout: Implement enough of automatic table layout to pass Acid2.Junyoung Cho2014-04-031-102/+93
* Construct table-related flow and calculate fixed layoutJunyoung Cho2014-03-241-0/+368