Name | Date | Size | |
---|---|---|---|
.. | 14-Feb-2013 | 4 KiB | |
.gitignore | 14-Feb-2013 | 18 | |
AUTHORS | 14-Feb-2013 | 292 | |
build/ | 14-Feb-2013 | 4 KiB | |
codereview.settings | 14-Feb-2013 | 224 | |
examples/ | 14-Feb-2013 | 4 KiB | |
LICENSE | 14-Feb-2013 | 1.5 KiB | |
OWNERS | 14-Feb-2013 | 2 | |
PRESUBMIT.py | 14-Feb-2013 | 2.6 KiB | |
README | 14-Feb-2013 | 254 | |
src/ | 14-Feb-2013 | 4 KiB | |
test_data/ | 14-Feb-2013 | 4 KiB | |
third_party/ | 14-Feb-2013 | 4 KiB |
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