Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(57)

Issue 93139: Remove wget.exe and use a small javascript instead. Had issues with some AV..... (Closed)

Created:
11 years, 8 months ago by M-A Ruel
Modified:
9 years, 7 months ago
Reviewers:
SkyLined
CC:
chromium-reviews_googlegroups.com
Base URL:
svn://chrome-svn.corp.google.com/chrome/trunk/tools/depot_tools/
Visibility:
Public.

Description

Remove wget.exe and use a small javascript instead. Had issues with some AV... Actually, the get_file.js code was written by B.J. I have no merit. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=14457

Patch Set 1 #

Total comments: 1

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+115 lines, -1 line) Patch
A bootstrap/win/get_file.js View 1 chunk +114 lines, -0 lines 0 comments Download
D bootstrap/win/wget.exe View Binary file 0 comments Download
M bootstrap/win/win_tools.bat View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
M-A Ruel
11 years, 8 months ago (2009-04-24 19:50:21 UTC) #1
SkyLined
11 years, 8 months ago (2009-04-24 19:59:46 UTC) #2
LGTM with one small addition.

http://codereview.chromium.org/93139/diff/1/2
File bootstrap/win/win_tools.bat (right):

http://codereview.chromium.org/93139/diff/1/2#newcode27
Line 27: cscript //nologo "%~dp0get_file.js"
%WIN_TOOLS_ROOT_URL%/third_party/svn_win_client.7z "%~dp0svn.7z"
I'd insert "/e:jscript" here too - to make sure cscript uses the right scripting
engine.

Powered by Google App Engine
This is Rietveld 408576698