aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/main/layout/incremental.rs
Commit message (Expand)AuthorAgeFilesLines
* Split layout code into a separate crate.Josh Matthews2014-06-281-78/+0
* Use bitflags! for RestyleDamageBrendan Zabarauskas2014-06-051-141/+21
* Make ComputedStyle fields private and add getters.Simon Sapin2014-05-231-12/+14
* This batch of changes upgrades Servo to work with the Rust upgrade as ofLars Bergstrom2014-04-271-1/+1
* layout: Implement basic style sharing.Patrick Walton2014-02-141-1/+1
* style: Separate out style structs into inherited and initial structs.Patrick Walton2014-02-141-1/+1
* Reflow with full style damage when content changesKeegan McAllister2013-12-091-5/+0
* Attempt to fix incremental layoutSimon Sapin2013-10-231-23/+14
* Update to latest Rust.Jack Moffitt2013-10-211-5/+6
* Embed layout data directly in NodeKeegan McAllister2013-09-031-0/+11
* First attempt at incremental layoutKeegan McAllister2013-08-011-0/+198