aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/main/layout/table_cell.rs
Commit message (Expand)AuthorAgeFilesLines
* Split layout code into a separate crate.Josh Matthews2014-06-281-121/+0
* Upgrade Rust.Jack Moffitt2014-06-051-1/+1
* 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-13/+13
* Convert usages of `Box` in type identifiers to `Fragment`Brendan Zabarauskas2014-05-281-4/+4
* Make ComputedStyle fields private and add getters.Simon Sapin2014-05-231-1/+1
* Use fmt::Show for outputting debug informationBrendan Zabarauskas2014-05-061-4/+5
* Remove unused teardown methodsBrendan Zabarauskas2014-05-051-4/+0
* Replace most ~"string"s with "string".to_owned().Ms2ger2014-05-041-1/+1
* layout: Rewrite display list building to be parallel and to handlePatrick Walton2014-05-021-24/+10
* layout: Re-enable parallel layout by removing all `RefCell` instancesPatrick Walton2014-05-021-5/+11
* This batch of changes upgrades Servo to work with the Rust upgrade as ofLars Bergstrom2014-04-271-5/+5
* Make box_ not Option in block flows.(fixes #2012)lpy2014-04-061-24/+15
* layout: Address review feedback.Patrick Walton2014-04-031-1/+1
* layout: Implement enough of automatic table layout to pass Acid2.Junyoung Cho2014-04-031-62/+28
* Construct table-related flow and calculate fixed layoutJunyoung Cho2014-03-241-0/+173