aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/layout/layout.rs
Commit message (Collapse)AuthorAgeFilesLines
* Cargoify servoJack Moffitt2014-09-081-71/+0
|
* Change scope macro to be a no-op in release builds.Glenn Watson2014-09-051-1/+3
|
* Add a layout debug module. This outputs a trace of the layout process to a JSONGlenn Watson2014-09-041-0/+2
| | | | | | file which can be viewed in an external tool. It provides a timelapse view of how the flow tree and fragments changed during the layout process, which makes it easier to debug layout bugs.
* Move UA stylesheet to src/components/styleSimon Sapin2014-08-161-1/+0
|
* Upgrade Rust.Jack Moffitt2014-08-081-1/+1
|
* Decouple compositing and script crates.Josh Matthews2014-08-081-0/+1
|
* Upgrade Rust.Jack Moffitt2014-08-021-4/+2
|
* Start dogfooding rust-url. Fix #1673.Simon Sapin2014-07-211-1/+1
|
* Break the layout -> compositing dependencyAriel Ben-Yehuda2014-07-211-0/+1
| | | | | This adds a new layout_traits component for the shared trait. This should allow for faster builds.
* Split layout code into a separate crate.Josh Matthews2014-06-281-0/+68