aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/layout/construct.rs
Commit message (Expand)AuthorAgeFilesLines
* Cargoify servoJack Moffitt2014-09-081-1049/+0
* Add support for backgrounds on inline elements. Fix fixup() by removing it.Glenn Watson2014-08-271-18/+20
* Refactor how LayoutContext structure works (reduce TLS lookups + simplify fns...Glenn Watson2014-08-111-40/+12
* Upgrade Rust.Jack Moffitt2014-08-021-1/+1
* Change layout to handle whitespace between inline elements in HTML file.Glenn Watson2014-07-311-12/+9
* Used rust-url directly instead of servo_util::urlSimon Sapin2014-07-211-5/+4
* Move is_image_data() where it’s used.Simon Sapin2014-07-211-1/+2
* Convert layout code to use logical directions.Simon Sapin2014-07-181-9/+9
* Split layout code into a separate crate.Josh Matthews2014-06-281-0/+1078