• Home
  • History
  • Annotate
  • only in /external/chromium-trace/trace-viewer/
NameDateSize

..14-Feb-20134 KiB

.gitignore14-Feb-201318

AUTHORS14-Feb-2013292

build/14-Feb-20134 KiB

codereview.settings14-Feb-2013224

examples/14-Feb-20134 KiB

LICENSE14-Feb-20131.5 KiB

OWNERS14-Feb-20132

PRESUBMIT.py14-Feb-20132.6 KiB

README14-Feb-2013254

src/14-Feb-20134 KiB

test_data/14-Feb-20134 KiB

third_party/14-Feb-20134 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