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

Issue 330016: Add proxy basic auth support in net/socket_stream. (Closed)

Created:
11 years, 1 month ago by ukai
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Add proxy basic auth support in net/socket_stream. BUG=none TEST=net_unittests passes Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=30176

Patch Set 1 #

Total comments: 6

Patch Set 2 : delay run OnAuthRequired #

Total comments: 6

Patch Set 3 : update comment #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+397 lines, -5 lines) Patch
M net/net.gyp View 1 chunk +1 line, -0 lines 0 comments Download
M net/socket_stream/socket_stream.h View 1 2 7 chunks +36 lines, -1 line 0 comments Download
M net/socket_stream/socket_stream.cc View 1 9 chunks +150 lines, -4 lines 1 comment Download
A net/socket_stream/socket_stream_unittest.cc View 1 chunk +210 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
ukai
11 years, 1 month ago (2009-10-26 08:09:34 UTC) #1
tyoshino (SeeGerritForStatus)
http://codereview.chromium.org/330016/diff/1/3 File net/socket_stream/socket_stream.cc (right): http://codereview.chromium.org/330016/diff/1/3#newcode349 Line 349: if (result != ERR_IO_PENDING && result != OK) ...
11 years, 1 month ago (2009-10-26 09:06:42 UTC) #2
Yuzo
http://codereview.chromium.org/330016/diff/1/3 File net/socket_stream/socket_stream.cc (right): http://codereview.chromium.org/330016/diff/1/3#newcode160 Line 160: if (!socket_.get()) When can this be true? Is ...
11 years, 1 month ago (2009-10-26 10:09:31 UTC) #3
ukai
http://codereview.chromium.org/330016/diff/1/3 File net/socket_stream/socket_stream.cc (right): http://codereview.chromium.org/330016/diff/1/3#newcode160 Line 160: if (!socket_.get()) On 2009/10/26 10:09:31, Yuzo wrote: > ...
11 years, 1 month ago (2009-10-26 11:23:05 UTC) #4
Yuzo
http://codereview.chromium.org/330016/diff/3001/2004 File net/socket_stream/socket_stream.h (right): http://codereview.chromium.org/330016/diff/3001/2004#newcode71 Line 71: // If there is credential for |auth_info|, use ...
11 years, 1 month ago (2009-10-27 02:00:09 UTC) #5
Yuzo
http://codereview.chromium.org/330016/diff/3001/2004 File net/socket_stream/socket_stream.h (right): http://codereview.chromium.org/330016/diff/3001/2004#newcode36 Line 36: // It provides plain full-duplex stream with proxy ...
11 years, 1 month ago (2009-10-27 04:13:54 UTC) #6
ukai
http://codereview.chromium.org/330016/diff/3001/2004 File net/socket_stream/socket_stream.h (right): http://codereview.chromium.org/330016/diff/3001/2004#newcode36 Line 36: // It provides plain full-duplex stream with proxy ...
11 years, 1 month ago (2009-10-27 04:22:20 UTC) #7
Yuzo
LGTM
11 years, 1 month ago (2009-10-27 04:53:58 UTC) #8
tyoshino (SeeGerritForStatus)
11 years, 1 month ago (2009-10-27 09:25:33 UTC) #9
LGTM

http://codereview.chromium.org/330016/diff/3003/3005
File net/socket_stream/socket_stream.cc (right):

http://codereview.chromium.org/330016/diff/3003/3005#newcode761
Line 761: return;
remove

Powered by Google App Engine
This is Rietveld 408576698