Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(110)

Side by Side Diff: chrome/browser/resources/tracing/README

Issue 10065009: Add an overall test runner to about:tracing (Closed) Base URL: git://localhost/home/nduca/Local/chrome/src@master
Patch Set: More tweaks. Proof that READMEs are useless. Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | chrome/browser/resources/tracing/tests.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 This directory contains the UI for Chrome's about:tracing tool. 1 This directory contains the UI for Chrome's about:tracing tool.
2 2
3 To work on this code: 3 To work on this code:
4 cd src/chrome/browser/resources/ 4 cd src/chrome/browser/resources/
5 python -m SimpleHTTPServer 5 python -m SimpleHTTPServer
6 6
7 In any browser, navigate to 7 In any browser, navigate to
8 http://localhost:8000/tracing/ 8 http://localhost:8000/tracing/tests.html
9 9
10 We use Closure's unit test harness for testing. There isn't a master 10 If you add a file, make sure to update:
11 test file, so just run all the .html files you find. :/ 11 ../tracing.js
12 12 And, of course, verify all the tests,
13 If you add a file, make sure to update ../tracing.js and verify all the tests,
14 since we don't have a sane module system.
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/tracing/tests.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698