Up to higher level directory | |||
Name | Date | Size | |
---|---|---|---|
.gitignore | 20-Sep-2013 | 18 | |
AUTHORS | 20-Sep-2013 | 292 | |
build/ | 20-Sep-2013 | ||
codereview.settings | 20-Sep-2013 | 224 | |
examples/ | 20-Sep-2013 | ||
LICENSE | 20-Sep-2013 | 1.5K | |
OWNERS | 20-Sep-2013 | 2 | |
PRESUBMIT.py | 20-Sep-2013 | 3.2K | |
README | 20-Sep-2013 | 254 | |
run_dev_server.py | 20-Sep-2013 | 1.4K | |
src/ | 20-Sep-2013 | ||
test_data/ | 20-Sep-2013 | ||
third_party/ | 20-Sep-2013 |
1 To work on this code, from toplevel 2 python -m SimpleHTTPServer 8001 3 4 In any browser, navigate to 5 http://localhost:8001/src/tests.html 6 7 If you add a file, make sure to update: 8 ../src/about_tracing.js 9 10 And, of course, verify all the tests.html pass. 11