Home | History | Annotate | only in /external/chromium-trace/trace-viewer
Up to higher level directory
NameDateSize
AUTHORS13-Nov-2012292
build/13-Nov-2012
codereview.settings13-Nov-2012224
examples/13-Nov-2012
LICENSE13-Nov-20121.5K
OWNERS13-Nov-20122
PRESUBMIT.py13-Nov-20122.6K
README13-Nov-2012254
src/13-Nov-2012
test_data/13-Nov-2012
third_party/13-Nov-2012

README

      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