- 07 Apr, 2011 2 commits
-
-
maruel@chromium.org authored
Throws exceptions on mac. R=dpranke@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/6811020 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@80771 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
The reason of this change (beside deleting 30 lines) is to fix pylint on Mac. For an unknown reason, it was dying here trying to process the minidom import. R=dpranke@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/6799021 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@80770 0039d316-1c4b-4281-b951-d872f2087c98
-
- 06 Apr, 2011 6 commits
-
-
bauerb@chromium.org authored
BUG=none TEST=no more git config spam! Review URL: http://codereview.chromium.org/6805007 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@80646 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
Also fix a few issues found along the way. Tests had regressed a lot. Add a lot of tweaks to make most test pass. R=dpranke@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/6792060 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@80618 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
Fix execution on windows. Remove more code. R=dpranke@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/6792054 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@80617 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
This removes a significant amount of code. R=dpranke@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/6693100 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@80616 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
Do s/Popen+communicate/check_call/ replacement in a later change in case it breaks something. R=dpranke@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/6794057 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@80615 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
Improved tests and added regression test. R=dpranke@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/6793044 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@80614 0039d316-1c4b-4281-b951-d872f2087c98
-
- 05 Apr, 2011 3 commits
-
-
maruel@chromium.org authored
R=dpranke@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/6693078 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@80454 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
R=dpranke@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/6792029 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@80453 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
TBR=dpranke@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/6792050 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@80452 0039d316-1c4b-4281-b951-d872f2087c98
-
- 04 Apr, 2011 5 commits
-
-
maruel@chromium.org authored
NO CODE CHANGE. git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@80358 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
It will be used for: - git cl patch so binary files can be patched - try jobs instead of doing a curl <url> | patch BUG= TEST= Review URL: http://codereview.chromium.org/6792028 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@80355 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
Make sure every site that catches gclient_utils.Error also catch subprocess2.CalledProcessError. BUG= TEST= Review URL: http://codereview.chromium.org/6691034 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@80339 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
Otherwise I get useless stack traces and the user too. R=dpranke@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/6794020 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@80338 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
R=dpranke@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/6735029 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@80337 0039d316-1c4b-4281-b951-d872f2087c98
-
- 01 Apr, 2011 9 commits
-
-
maruel@chromium.org authored
Horked windows slaves this time. R=dpranke@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/6689023 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@80220 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
It should be fine now that I've fixed python2.5 compatilibity issues in subprocess2.py. R=dpranke@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/6759074 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@80216 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
R=dpranke@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/6791018 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@80212 0039d316-1c4b-4281-b951-d872f2087c98
-
dpranke@chromium.org authored
be assumed to be installed. R=maruel@chromium.org Review URL: http://codereview.chromium.org/6771041 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@80209 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
R=dpranke@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/6706007 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@80182 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
And update local_rietveld to use it. R=dpranke@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/6706022 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@80179 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
Otherwise tree status with non-ascii characters could throw at the console. TBR=dpranke@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/6788013 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@80173 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
Not changed git-cl integration tests because they assume the current directory is ./tests/ R=dpranke@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/6690046 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@80156 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
Move code in tests/fake_repos.py to subprocess2.py. R=dpranke@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/6783022 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@80152 0039d316-1c4b-4281-b951-d872f2087c98
-
- 31 Mar, 2011 6 commits
-
-
maruel@chromium.org authored
Makes all the tests runnable on python 2.5. R=dpranke@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/6690034 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@80068 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
I just don't want to wait for http://codereview.appspot.com/4333051 to be committed. R=dpranke@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/6728033 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@80045 0039d316-1c4b-4281-b951-d872f2087c98
-
bradnelson@google.com authored
BUG=None TEST=None R=thomasvl@google.com Review URL: http://codereview.chromium.org/6728031 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@80043 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
Deprecate RunPythonUnitTests() since it is a bit awkward. Add os_listdir, os_walk and platform to InputApi. GOAL=Slowly adds python 2.5 support for unit tests BUG=none TEST=new unit test R=dpranke@chromium.org Review URL: http://codereview.chromium.org/6778027 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@80009 0039d316-1c4b-4281-b951-d872f2087c98
-
dpranke@chromium.org authored
R=maruel@chromium.org Review URL: http://codereview.chromium.org/6740012 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@79942 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
BUG=none TEST=Poor mac users should be able to use git-cl back again. git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@79932 0039d316-1c4b-4281-b951-d872f2087c98
-
- 30 Mar, 2011 2 commits
-
-
maruel@chromium.org authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@79781 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
R=dpranke@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/6770028 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@79779 0039d316-1c4b-4281-b951-d872f2087c98
-
- 29 Mar, 2011 4 commits
-
-
maruel@chromium.org authored
This make possible to apply private issues or rietveld instances requiring authentication. Forces simplejson to be installed or uses python 2.6's json Make local_rietveld.py usable standalone. R=dpranke@chromium.org TEST=unit tests + manual testing, owners.sh is currentl broken, unrelated to this change. BUG=none Review URL: http://codereview.chromium.org/6721031 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@79734 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
Remove git_cl_hooks.py since it's now unnecessary. BUG= TEST= Review URL: http://codereview.chromium.org/6758001 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@79715 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
R=dpranke@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/6755003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@79682 0039d316-1c4b-4281-b951-d872f2087c98
-
bradnelson@google.com authored
BUG=None TEST=None R=dpranke@chromium.org Review URL: http://codereview.chromium.org/6768006 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@79644 0039d316-1c4b-4281-b951-d872f2087c98
-
- 28 Mar, 2011 3 commits
-
-
dpranke@chromium.org authored
Review URL: http://codereview.chromium.org/6757013 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@79597 0039d316-1c4b-4281-b951-d872f2087c98
-
mark@chromium.org authored
encountering Foundation types that are not id-derived, including NSPoint, NSRange, NSRect, and NSSize. BUG=77438 TEST=Modify chrome/browser/renderer_host/render_widget_host_view_mac.mm Review URL: http://codereview.chromium.org/6755007 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@79564 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
No behavior change. R=dpranke@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/6757002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@79522 0039d316-1c4b-4281-b951-d872f2087c98
-