- 06 Nov, 2012 1 commit
-
-
enne@chromium.org authored
This is unfortunately imperfect in a number of ways: * Needs to get info from git commits, so needs a local WebKit git repo, and an explicit option to find it. * Bugzilla doesn't return nearly as much information as other bug servers, and individual issues would have to be hit (and parsed) to get it. * Searching for comments includes any issue ever commented on that was changed over the time period requested, so may have false positives. * Reviews themselves can't be searched from Bugzilla, so can only be detected as "reviews" once landed and "issues" until then. BUG=158993 Review URL: https://chromiumcodereview.appspot.com/11365078 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@166100 0039d316-1c4b-4281-b951-d872f2087c98
-
- 05 Nov, 2012 1 commit
-
-
ilevy@chromium.org authored
Added checks: - Block upload of a diff from sha not in current branch (this includes tracking against an unrebased local master) - Block upload of a diff containing shas from origin/master (should never happen) - Use explicit calls to git merge-base instead of calling git diff with "<branch>..." which implicitly uses merge-base. BUG=157503 Review URL: https://chromiumcodereview.appspot.com/11262057 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@165887 0039d316-1c4b-4281-b951-d872f2087c98
-
- 02 Nov, 2012 2 commits
-
-
szager@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@165720 0039d316-1c4b-4281-b951-d872f2087c98
-
stuartmorgan@chromium.org authored
This allows specificying that a target OS list should override the base list instead of adding to it. This is useful for iOS builds, where the desired behavior is to pull only the iOS deps, not the union of the Mac and iOS deps. Review URL: https://chromiumcodereview.appspot.com/11363036 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@165671 0039d316-1c4b-4281-b951-d872f2087c98
-
- 01 Nov, 2012 4 commits
-
-
thakis@chromium.org authored
TEST=`~/src/depot_tools/ninja --version` works when depot_tools isn't in PATH Review URL: https://chromiumcodereview.appspot.com/11366044 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@165510 0039d316-1c4b-4281-b951-d872f2087c98
-
cjhopman@chromium.org authored
If the keyring password doesn't work on the first try, it probably won't work on the second or third. The KeyringCreds object already supports this, we just were recreating the object at each step. Also, if after three tries authentication to code.google.com still fails, then the script should continue and just use un-authenticated access to code.google.com. BUG=158388 Review URL: https://chromiumcodereview.appspot.com/11340023 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@165446 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
TBR=cmp@chromium.org BUG= Review URL: https://chromiumcodereview.appspot.com/11366030 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@165354 0039d316-1c4b-4281-b951-d872f2087c98
-
szager@google.com authored
TBR=cmp@chromium.org Review URL: https://codereview.chromium.org/11362025 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@165295 0039d316-1c4b-4281-b951-d872f2087c98
-
- 25 Oct, 2012 3 commits
-
-
szager@google.com authored
Rearrange some of the pipe redirections to avoid crashing on Windows. TBR=cmp@chromium.org Review URL: https://codereview.chromium.org/11260036 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@164140 0039d316-1c4b-4281-b951-d872f2087c98
-
ukai@chromium.org authored
R=chase@chromium.org,szager@chromium.org,maruel@chromium.org BUG=157398 Review URL: https://codereview.chromium.org/11262004 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@164026 0039d316-1c4b-4281-b951-d872f2087c98
-
sivachandra@chromium.org authored
BUG=155792 Review URL: https://chromiumcodereview.appspot.com/11274037 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@163975 0039d316-1c4b-4281-b951-d872f2087c98
-
- 24 Oct, 2012 1 commit
-
-
sivachandra@chromium.org authored
BUG=155792 Review URL: https://chromiumcodereview.appspot.com/11246004 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@163955 0039d316-1c4b-4281-b951-d872f2087c98
-
- 23 Oct, 2012 2 commits
-
-
maruel@chromium.org authored
R=csharp@chromium.org BUG= Review URL: https://chromiumcodereview.appspot.com/11232069 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@163646 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
These are used for Google AppEngine configuration files. TBR=csharp@chromium.org BUG= Review URL: https://chromiumcodereview.appspot.com/11239003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@163582 0039d316-1c4b-4281-b951-d872f2087c98
-
- 22 Oct, 2012 3 commits
-
-
sivachandra@chromium.org authored
BUG=156729 Review URL: https://chromiumcodereview.appspot.com/11236013 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@163366 0039d316-1c4b-4281-b951-d872f2087c98
-
cjhopman@chromium.org authored
These calculations were not dropping the time from the provided date. And so a week would be Monday 11AM to Monday 11AM when run at 11AM. BUG= Review URL: https://chromiumcodereview.appspot.com/11233041 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@163360 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
TBR=rogerta@chromium.org BUG= Review URL: https://chromiumcodereview.appspot.com/11235034 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@163342 0039d316-1c4b-4281-b951-d872f2087c98
-
- 20 Oct, 2012 2 commits
-
-
dpranke@chromium.org authored
R=maruel@chromium.org BUG=157022 Review URL: https://chromiumcodereview.appspot.com/11236018 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@163198 0039d316-1c4b-4281-b951-d872f2087c98
-
dpranke@chromium.org authored
OWNERS checks on DEPS to fail. TBR=maruel@chromium.org BUG=157022 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@163192 0039d316-1c4b-4281-b951-d872f2087c98
-
- 19 Oct, 2012 3 commits
-
-
iannucci@chromium.org authored
Depends on rietveld cl: https://codereview.appspot.com/6726050/ BUG=155511 Review URL: https://chromiumcodereview.appspot.com/11195012 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@163092 0039d316-1c4b-4281-b951-d872f2087c98
-
scottmg@google.com authored
Update to b022e789fd of github.com/martine/ninja:master. Specifically, pulls in space-in-path dependency file fix here: https://github.com/martine/ninja/commit/32f8ed1178089a4c3b88b95c717e0399d9da957b Bootstrapped from clean pull, ninja_test passes cleanly. BUG=156789 TBR=maruel Review URL: https://codereview.chromium.org/11226006 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@163001 0039d316-1c4b-4281-b951-d872f2087c98
-
cmp@chromium.org authored
This reverts commit r162769. TBR=maruel@google.com BUG=156778 Review URL: https://chromiumcodereview.appspot.com/11190067 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@162892 0039d316-1c4b-4281-b951-d872f2087c98
-
- 18 Oct, 2012 1 commit
-
-
maruel@chromium.org authored
Ensure the gcl change directory is created when gcl was never used by itself but used through trychange.py R=nsylvain@chromium.org BUG= Review URL: https://chromiumcodereview.appspot.com/11193040 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@162769 0039d316-1c4b-4281-b951-d872f2087c98
-
- 17 Oct, 2012 3 commits
-
-
cjhopman@chromium.org authored
Found to be particularly helpful in writing snippets. This tool looks up all activity for a particular user across many different services. It looks up changes and reviews across various Rietveld and Gerrit instances and looks up issues in various google code projects. Running with no arguments will look up activity of $USER over the current week (last week on Monday). I.e. the primary use case is for looking up your activity for writing snippets. BUG= Review URL: https://chromiumcodereview.appspot.com/11140010 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@162561 0039d316-1c4b-4281-b951-d872f2087c98
-
dpranke@chromium.org authored
R=maruel@chromium.org BUG=119394 Review URL: https://chromiumcodereview.appspot.com/11114005 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@162529 0039d316-1c4b-4281-b951-d872f2087c98
-
ilevy@chromium.org authored
This will let DEPS files specify a higher local bound for recursion. Note there is an edge case where a dependency can be initially pulled in with a lower recursion level and then gets ignored subsequently when a lower level DEPS overrides it's inclusion level and then includes the same dependency. I do not solve this case, as I am intending to use this syntax for top level deps files. BUG=155780 Review URL: https://chromiumcodereview.appspot.com/11146032 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@162464 0039d316-1c4b-4281-b951-d872f2087c98
-
- 16 Oct, 2012 1 commit
-
-
ilevy@chromium.org authored
- On high core, fast machines, jobs=8 is does not offer good parallelization. Switch to use number of local cpus. R=maruel@chromium.org BUG= Review URL: https://chromiumcodereview.appspot.com/11140019 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@162072 0039d316-1c4b-4281-b951-d872f2087c98
-
- 15 Oct, 2012 2 commits
-
-
srdjan@google.com authored
Adjust timeouts in PrimeLint. BUG=154553 Review URL: https://chromiumcodereview.appspot.com/11122005 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@161950 0039d316-1c4b-4281-b951-d872f2087c98
-
szager@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/11148019 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@161909 0039d316-1c4b-4281-b951-d872f2087c98
-
- 11 Oct, 2012 2 commits
-
-
szager@google.com authored
Takes into account the new submodule-enabled repository layout. Review URL: https://codereview.chromium.org/11098064 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@161403 0039d316-1c4b-4281-b951-d872f2087c98
-
szager@google.com authored
and deps2submodules.py. Depends on https://codereview.chromium.org/11085027 Review URL: https://codereview.chromium.org/11090038 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@161305 0039d316-1c4b-4281-b951-d872f2087c98
-
- 10 Oct, 2012 2 commits
-
-
maruel@chromium.org authored
Let's say there's 2 solutions, solA and solB, both fetching the dependency depA with different urls, solA has 'depA': 'http://foo/bar' and solB has 'depA': From('depB', 'bar'). This case used to not work, because LateOverride() was not called in verify_validity(), so it was not comparing the resolved urls but instead what is textually specified in both DEPS files. Also because LateOverride() was not called, verify_validity() was comparing the original urls even if custom_deps is specified in the solution(s). Finally, allow one to mismatch the other IFF one is None. R=szager@chromium.org BUG= Review URL: https://chromiumcodereview.appspot.com/11088023 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@161228 0039d316-1c4b-4281-b951-d872f2087c98
-
mkwst@chromium.org authored
BUG=155016 Review URL: https://chromiumcodereview.appspot.com/11028112 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@161109 0039d316-1c4b-4281-b951-d872f2087c98
-
- 09 Oct, 2012 2 commits
-
-
cmp@chromium.org authored
R=maruel@chromium.org BUG=153446 Review URL: https://chromiumcodereview.appspot.com/11094033 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@160960 0039d316-1c4b-4281-b951-d872f2087c98
-
sivachandra@chromium.org authored
BUG=152209 Review URL: https://chromiumcodereview.appspot.com/11043031 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@160956 0039d316-1c4b-4281-b951-d872f2087c98
-
- 04 Oct, 2012 1 commit
-
-
maruel@chromium.org authored
TBR=csharp@chromium.org BUG= Review URL: https://chromiumcodereview.appspot.com/11065002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@160027 0039d316-1c4b-4281-b951-d872f2087c98
-
- 03 Oct, 2012 2 commits
-
-
maruel@chromium.org authored
If a file is empty, it's not a binary file in the first place. This is to protect against improper uploads. From light testing, it seems binary file support is totally broken. This needs to be verified throughout before being enabled back. TBR=rogerta@chromium.org BUG=23608 Review URL: https://chromiumcodereview.appspot.com/11016032 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@159941 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
R=nsylvain@chromium.org BUG= Review URL: https://chromiumcodereview.appspot.com/11046016 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@159909 0039d316-1c4b-4281-b951-d872f2087c98
-
- 02 Oct, 2012 2 commits
-
-
hinoka@chromium.org authored
BUG= Review URL: https://chromiumcodereview.appspot.com/11046004 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@159765 0039d316-1c4b-4281-b951-d872f2087c98
-
iannucci@chromium.org authored
BUG=125983 Review URL: https://chromiumcodereview.appspot.com/10945002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@159732 0039d316-1c4b-4281-b951-d872f2087c98
-