зеркало из https://github.com/mozilla/gecko-dev.git
447756f015
<!-- Please describe your changes on the following line: --> Layout viewer now uses local copy of jquery as requested in ticket, so etc/layout_viewer/viewer.html can work without connection to the internet. --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [x] These changes fix #15964(github issue number if applicable). <!-- Either: --> - [ ] There are tests for these changes OR - [x] These changes do not require tests because changes are tested manually by unplugging the internet connection. <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> Source-Repo: https://github.com/servo/servo Source-Revision: 99f5edbefb69019db0b80688da286a857fd9d6ea --HG-- extra : subtree_source : https%3A//hg.mozilla.org/projects/converted-servo-linear extra : subtree_revision : 14a7de95d95bd42c9ab276c59b901467cdeaab81 |
||
---|---|---|
.. | ||
css | ||
fonts | ||
js | ||
README | ||
viewer.html |
README
To generate a layout trace: ``` ./mach run -d -Z trace-layout <url> ``` A few `layout_trace_<reflow_count>.json` files will be written to the current directory that can be loaded by the viewer.