Home | History | Annotate | only in /external/chromium-trace/trace-viewer
Up to higher level directory
NameDateSize
AUTHORS25-Jul-2013292
build/25-Jul-2013
codereview.settings25-Jul-2013224
examples/25-Jul-2013
LICENSE25-Jul-20131.5K
OWNERS25-Jul-20132
PRESUBMIT.py25-Jul-20133.2K
README25-Jul-2013254
run_dev_server.py25-Jul-20131.4K
src/25-Jul-2013
test_data/25-Jul-2013
third_party/25-Jul-2013

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