| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
| |
Also remove Telemetry path check from update_docs. It has a dependency on Telemetry anyway.
BUG=None.
TEST=Ran it.
R=nduca@chromium.org
Review URL: https://codereview.chromium.org/18578002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@209789 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Fix for crash when page has no archive path. Was crashing when trying to do os.path.isfile(None)
Fix license header in one file.
Remove empty directory if we removed .pyc files from it.
BUG=None.
TEST=None.
R=tonyg@chromium.org
Review URL: https://codereview.chromium.org/17734002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208561 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=NONE
TEST=manual
NOTRY=True
Review URL: https://chromiumcodereview.appspot.com/17639005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208281 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
Avoids presubmit failures when stale pyc files are found
NOTRY=True
Review URL: https://chromiumcodereview.appspot.com/17560002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207955 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
R=tonyg@chromium.org
BUG=251801
Review URL: https://codereview.chromium.org/17447010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207545 0039d316-1c4b-4281-b951-d872f2087c98
|
|
This makes help(telemetry) show the classes and methods we care most about.
Then, it adds ./update_docs script that autogenerates a docs/ folder using
pydoc.writedoc. Finally, it adds docs/ which contains HTML documentation on telemetry generated by update_docs.
BUG=241616
Review URL: https://chromiumcodereview.appspot.com/17150002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207156 0039d316-1c4b-4281-b951-d872f2087c98
|