Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
build/ | 03-May-2024 | - | 1,007 | 760 | ||
examples/ | 03-May-2024 | - | 1,213 | 899 | ||
src/ | 03-May-2024 | - | 19,512 | 14,345 | ||
test_data/ | 03-May-2024 | - | 216 | 192 | ||
third_party/ | 03-May-2024 | - | 31,401 | 21,018 | ||
.gitignore | D | 03-May-2024 | 18 | 4 | 3 | |
AUTHORS | D | 03-May-2024 | 292 | 13 | 11 | |
LICENSE | D | 03-May-2024 | 1.5 KiB | 28 | 27 | |
OWNERS | D | 03-May-2024 | 2 | |||
PRESUBMIT.py | D | 03-May-2024 | 2.6 KiB | 86 | 67 | |
README | D | 03-May-2024 | 254 | 11 | 7 | |
codereview.settings | D | 03-May-2024 | 224 | 5 | 4 |
README
1To work on this code, from toplevel 2 python -m SimpleHTTPServer 8001 3 4In any browser, navigate to 5 http://localhost:8001/src/tests.html 6 7If you add a file, make sure to update: 8 ../src/about_tracing.js 9 10And, of course, verify all the tests.html pass. 11