• Home
Name
Date
Size
#Lines
LOC

..--

build/03-May-2024-1,098838

examples/03-May-2024-1,213899

src/03-May-2024-25,45918,723

test_data/03-May-2024-80,30080,272

third_party/03-May-2024-31,40121,018

.gitignoreD03-May-202418 43

AUTHORSD03-May-2024292 1311

LICENSED03-May-20241.5 KiB2827

OWNERSD03-May-20242

PRESUBMIT.pyD03-May-20243.2 KiB10180

READMED03-May-2024254 117

codereview.settingsD03-May-2024224 54

run_dev_server.pyD03-May-20241.4 KiB4735

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