| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
TBR=timurrrr@chromium.org
BUG=105108
TEST=
Review URL: http://codereview.chromium.org/8678023
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111960 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
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
time.
Remove a stale TODO comment.
R=bevc,jimhebert
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/3175001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55637 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
(Per advice from Coverity rep)
BUG=none
TEST=ran this overnight on our Linux and Mac coverity machines, worked.
Review URL: http://codereview.chromium.org/2861078
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53545 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=This has actually been running "in production" for a while, just never got submitted.
The gclient failures of this past week on chromecoverity-Windows prove this works right.
Review URL: http://codereview.chromium.org/3042011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53154 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/2829003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49976 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
in favor of it being stashed in a seperate file. Exposes most of the
tune-ables as command line switches.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/2282006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48453 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
| |
defects from local directory to remote machine.
Review URL: http://codereview.chromium.org/2124019
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48081 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Basically we remove --enable-single-virtual and replace
--all by just the checkers useful to us. This should
speed up the analysis.
R=huanr
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/155589
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20822 0039d316-1c4b-4281-b951-d872f2087c98
|
|
cov-commit-defects on a Chromium tree.
R=patrick
BUG=N/A
TEST=N/A
Review URL: http://codereview.chromium.org/99264
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15831 0039d316-1c4b-4281-b951-d872f2087c98
|