servo/components/gfx/display_list
Adenilson Cavalcanti b9e9d7471d Implements a DisplayList dumper.
This patch will iterate through the DisplayList after the reflow
is done and print its elements (as also any sub-lists associated
to a child node stacking context).

It adds a new CLI parameter to trigger the function to dump the display list
to console (i.e. servo --debug dump-display-list url).

Using both display list and flow tree information is helpful to debug
rendering issues.
2015-02-25 19:10:05 -08:00
..
mod.rs Implements a DisplayList dumper. 2015-02-25 19:10:05 -08:00
optimizer.rs Fix warnings in gfx. 2015-02-13 11:00:20 +01:00