servo/components/profile_traits
Patrick Walton 5ea8c34276 layout: Move overflow calculation to be a separate, sequential,
bottom-up pass.

Right now, the only reason that overflow calculation works is that we
rely on script inducing extra reflows that are sent for display. This
was preventing #10021 from landing.

This change regresses layout performance by about 1% in my tests.

Fixes #7797 properly.
2016-03-18 22:11:51 -07:00
..
Cargo.toml Bump serde to 0.7 2016-03-17 13:52:39 +01:00
energy.rs Add check up on extern crate order and sort extern crates alphabetically 2015-11-28 03:11:08 +01:00
lib.rs sorted the extern crate, mod & use declarations 2015-09-24 02:12:45 +05:30
mem.rs task -> thread 2016-01-10 17:58:13 +09:00
time.rs layout: Move overflow calculation to be a separate, sequential, 2016-03-18 22:11:51 -07:00