mirror of
https://github.com/servo/servo.git
synced 2025-09-21 20:30:10 +01:00
Add viewer for layout trace files.
This commit is contained in:
parent
5f10d15e74
commit
f4c132f37d
14 changed files with 681 additions and 0 deletions
6
etc/layout_viewer/README
Normal file
6
etc/layout_viewer/README
Normal file
|
@ -0,0 +1,6 @@
|
|||
To generate a layout trace:
|
||||
|
||||
./servo --trace-layout url
|
||||
|
||||
A layout_trace.json file will be writtent to the current directory that can be loaded by the viewer.
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue