Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
build/ | 03-May-2024 | - | 1,098 | 838 | ||
examples/ | 03-May-2024 | - | 1,213 | 899 | ||
src/ | 03-May-2024 | - | 25,459 | 18,723 | ||
test_data/ | 03-May-2024 | - | 80,300 | 80,272 | ||
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 | 3.2 KiB | 101 | 80 | |
README | D | 03-May-2024 | 254 | 11 | 7 | |
codereview.settings | D | 03-May-2024 | 224 | 5 | 4 | |
run_dev_server.py | D | 03-May-2024 | 1.4 KiB | 47 | 35 |
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