| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148449 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
+++ REVERT NOTICE +++
Bad commit. Destination file is empty
+++ +++
This way chromebot can do a checkout.
Review URL: https://chromiumcodereview.appspot.com/10440056
TBR=chrisphan@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10800066
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147755 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
This way chromebot can do a checkout.
Review URL: https://chromiumcodereview.appspot.com/10440056
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139171 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Make sure that:
- shebang is only present for executable files
- shebang is #!/usr/bin/env python
- __main__ is only present for executable files
- file's executable bit is coherent
Also fix EOF LF to be only one.
Minor python style fixes.
TBR=nirnimesh@chromium.org
BUG=105108
TEST=
Review URL: http://codereview.chromium.org/8680018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111658 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- replacing occurences of sys.platform == 'linux2' with
sys.platform.startswith('linux')
- congregating occurences of sys.platform in ('linux[X]', 'linuxY', ...)
to sys.platform.startswith('linux')
- adding the key 'linux3' to all relevant lookup dicts
BUG=85845
TEST=Try building chromium on Linux >=3.0-r1
Review URL: http://codereview.chromium.org/7172016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89354 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is so that I can use this script for non-chrome sym files too, particularly pepper.
R=thestig@chromium.org
BUG=
TEST=
Review URL: http://codereview.chromium.org/6895044
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@82911 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Sample usage for chromeos chrome dmps:
python process_dumps_linux.py --processor-dir=. --symbol-dir=debug/breakpad/chrome/A9EE56E4F8A61BB38CA990B65A53E28E0 --symbol-filename=chrome.sym --dump-file=chromium-renderer-minidump-786fe1677009746c.dmp
BUG=
TEST=
Review URL: http://codereview.chromium.org/6873024
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81841 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/3236007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58066 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
TEST=run process_dumps_linux.py with --dump-file option.
BUG=22265
Review URL: http://codereview.chromium.org/342030
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30404 0039d316-1c4b-4281-b951-d872f2087c98
|
|
BUG=22265
TEST=none
Review URL: http://codereview.chromium.org/267123
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29298 0039d316-1c4b-4281-b951-d872f2087c98
|