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

Issue 1060883002: Remove the confusing request_url argument from the constructors (Closed)

Created:
5 years, 8 months ago by Ryan Hamilton
Modified:
5 years, 8 months ago
CC:
chromium-reviews, cbentzel+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Remove the confusing request_url argument from the constructors of HttpProxyClientSocket and SpdyProxyClientSocket. Instead, contruct a "URL" from the endpoint used in the CONNECT request. Committed: https://crrev.com/ecd3c554712ec96b5cfb3e43c714620b2bb74814 Cr-Commit-Position: refs/heads/master@{#324113}

Patch Set 1 #

Patch Set 2 : cleanup #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+18 lines, -50 lines) Patch
M net/http/http_proxy_client_socket.h View 2 chunks +0 lines, -3 lines 0 comments Download
M net/http/http_proxy_client_socket.cc View 2 chunks +2 lines, -3 lines 3 comments Download
M net/http/http_proxy_client_socket_pool.h View 3 chunks +0 lines, -3 lines 0 comments Download
M net/http/http_proxy_client_socket_pool.cc View 5 chunks +4 lines, -10 lines 0 comments Download
M net/http/http_proxy_client_socket_pool_unittest.cc View 1 chunk +0 lines, -1 line 0 comments Download
M net/socket/client_socket_pool_manager.cc View 1 chunk +0 lines, -1 line 0 comments Download
M net/socket/ssl_client_socket_pool_unittest.cc View 1 chunk +0 lines, -1 line 0 comments Download
M net/spdy/spdy_proxy_client_socket.h View 3 chunks +2 lines, -4 lines 0 comments Download
M net/spdy/spdy_proxy_client_socket.cc View 1 4 chunks +6 lines, -18 lines 0 comments Download
M net/spdy/spdy_proxy_client_socket_unittest.cc View 1 chunk +4 lines, -6 lines 0 comments Download

Messages

Total messages: 10 (2 generated)
Ryan Hamilton
5 years, 8 months ago (2015-04-06 03:33:18 UTC) #2
ramant (doing other things)
lgtm https://codereview.chromium.org/1060883002/diff/20001/net/http/http_proxy_client_socket.cc File net/http/http_proxy_client_socket.cc (right): https://codereview.chromium.org/1060883002/diff/20001/net/http/http_proxy_client_socket.cc#newcode62 net/http/http_proxy_client_socket.cc:62: request_.url = GURL("https://" + endpoint.ToString()); nit: should we ...
5 years, 8 months ago (2015-04-06 05:27:53 UTC) #3
ramant (doing other things)
https://codereview.chromium.org/1060883002/diff/20001/net/http/http_proxy_client_socket.cc File net/http/http_proxy_client_socket.cc (right): https://codereview.chromium.org/1060883002/diff/20001/net/http/http_proxy_client_socket.cc#newcode62 net/http/http_proxy_client_socket.cc:62: request_.url = GURL("https://" + endpoint.ToString()); On 2015/04/06 05:27:53, ramant ...
5 years, 8 months ago (2015-04-06 05:34:13 UTC) #4
Ryan Hamilton
https://codereview.chromium.org/1060883002/diff/20001/net/http/http_proxy_client_socket.cc File net/http/http_proxy_client_socket.cc (right): https://codereview.chromium.org/1060883002/diff/20001/net/http/http_proxy_client_socket.cc#newcode62 net/http/http_proxy_client_socket.cc:62: request_.url = GURL("https://" + endpoint.ToString()); On 2015/04/06 05:34:13, ramant ...
5 years, 8 months ago (2015-04-06 14:06:23 UTC) #5
ramant (doing other things)
On 2015/04/06 14:06:23, Ryan Hamilton wrote: > https://codereview.chromium.org/1060883002/diff/20001/net/http/http_proxy_client_socket.cc > File net/http/http_proxy_client_socket.cc (right): > > https://codereview.chromium.org/1060883002/diff/20001/net/http/http_proxy_client_socket.cc#newcode62 ...
5 years, 8 months ago (2015-04-06 16:06:36 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1060883002/20001
5 years, 8 months ago (2015-04-07 18:47:25 UTC) #8
commit-bot: I haz the power
Committed patchset #2 (id:20001)
5 years, 8 months ago (2015-04-07 20:54:13 UTC) #9
commit-bot: I haz the power
5 years, 8 months ago (2015-04-07 20:55:02 UTC) #10
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/ecd3c554712ec96b5cfb3e43c714620b2bb74814
Cr-Commit-Position: refs/heads/master@{#324113}

Powered by Google App Engine
This is Rietveld 408576698