aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/layout/layout_debug.rs
Commit message (Collapse)AuthorAgeFilesLines
* Cargoify servoJack Moffitt2014-09-081-126/+0
|
* Change scope macro to be a no-op in release builds.Glenn Watson2014-09-051-0/+14
|
* Add a layout debug module. This outputs a trace of the layout process to a JSONGlenn Watson2014-09-041-0/+112
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.