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

Issue 297663003: Stop using urllib.urlretrieve() directly. (Closed)

Created:
6 years, 7 months ago by Raphael Kubo da Costa (rakuco)
Modified:
6 years, 7 months ago
Reviewers:
Jakob Kummerow
CC:
v8-dev
Base URL:
git://github.com/v8/v8.git@master
Visibility:
Public.

Description

Stop using urllib.urlretrieve() directly. Using urllib for SSL connections when behind a proxy is known to be broken, so apply the same fix from depot_tools r149742 and use a wrapper around urllib2 instead. R=jkummerow@chromium.org TEST=run test262 behind corporate proxy Committed: https://code.google.com/p/v8/source/detail?r=21402

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+13 lines, -5 lines) Patch
M test/promises-aplus/testcfg.py View 3 chunks +3 lines, -3 lines 0 comments Download
M test/test262/testcfg.py View 2 chunks +2 lines, -2 lines 0 comments Download
M tools/testrunner/local/utils.py View 2 chunks +8 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Raphael Kubo da Costa (rakuco)
6 years, 7 months ago (2014-05-20 13:04:17 UTC) #1
Jakob Kummerow
LGTM, I'll land.
6 years, 7 months ago (2014-05-20 13:13:49 UTC) #2
Jakob Kummerow
6 years, 7 months ago (2014-05-21 09:25:11 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r21402 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698