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

Issue 1580903002: Convert ignore_limits from a SocketParam to a socket request argument. (Closed)

Created:
4 years, 11 months ago by mmenke
Modified:
4 years, 10 months ago
Reviewers:
eroman
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

Convert ignore_limits from a SocketParam to a socket request argument. The SocketParams for all requests in a group should be identical. BUG=533571 Committed: https://crrev.com/d3641e1cd52ef1c5fb3abdfd2d066d1789720c68 Cr-Commit-Position: refs/heads/master@{#372095}

Patch Set 1 #

Patch Set 2 : Oops #

Patch Set 3 : Fix tests #

Patch Set 4 : Fix more stuff #

Patch Set 5 : merge #

Patch Set 6 : Merge #

Patch Set 7 : merge #

Total comments: 4

Patch Set 8 : Response to comments #

Patch Set 9 : Missed one #

Total comments: 11

Patch Set 10 : RespectLimits #

Unified diffs Side-by-side diffs Delta from patch set Stats (+917 lines, -1122 lines) Patch
M net/http/http_network_transaction_unittest.cc View 1 2 3 4 5 6 7 8 9 2 chunks +2 lines, -0 lines 0 comments Download
M net/http/http_proxy_client_socket_pool.h View 1 2 3 4 5 6 7 8 9 4 chunks +2 lines, -2 lines 0 comments Download
M net/http/http_proxy_client_socket_pool.cc View 1 2 3 4 5 6 7 8 9 5 chunks +15 lines, -18 lines 0 comments Download
M net/http/http_proxy_client_socket_pool_unittest.cc View 1 2 3 4 5 6 7 8 9 15 chunks +15 lines, -5 lines 0 comments Download
M net/http/http_proxy_client_socket_wrapper.h View 1 2 3 4 5 6 7 8 9 2 chunks +2 lines, -0 lines 0 comments Download
M net/http/http_proxy_client_socket_wrapper.cc View 1 2 3 4 5 6 7 8 9 5 chunks +5 lines, -3 lines 0 comments Download
M net/http/http_stream_factory_impl_unittest.cc View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
M net/socket/client_socket_handle.h View 1 2 3 4 5 6 7 8 9 4 chunks +6 lines, -2 lines 0 comments Download
M net/socket/client_socket_pool.h View 1 2 3 4 5 6 7 8 9 2 chunks +9 lines, -3 lines 0 comments Download
M net/socket/client_socket_pool_base.h View 1 2 3 4 5 6 7 8 9 10 chunks +26 lines, -15 lines 0 comments Download
M net/socket/client_socket_pool_base.cc View 1 2 3 4 5 6 7 8 9 5 chunks +10 lines, -7 lines 0 comments Download
M net/socket/client_socket_pool_base_unittest.cc View 1 2 3 4 5 6 7 8 9 91 chunks +442 lines, -690 lines 0 comments Download
M net/socket/client_socket_pool_manager.cc View 1 2 3 4 5 6 7 8 9 10 chunks +13 lines, -16 lines 0 comments Download
M net/socket/sequenced_socket_data_unittest.cc View 1 2 3 4 5 6 7 8 9 2 chunks +2 lines, -2 lines 0 comments Download
M net/socket/socket_test_util.h View 1 2 3 4 5 6 7 8 9 3 chunks +6 lines, -6 lines 0 comments Download
M net/socket/socket_test_util.cc View 1 2 3 4 5 6 7 8 9 2 chunks +17 lines, -9 lines 0 comments Download
M net/socket/socks_client_socket_pool.h View 1 2 3 4 5 6 7 8 9 4 chunks +2 lines, -2 lines 0 comments Download
M net/socket/socks_client_socket_pool.cc View 1 2 3 4 5 6 7 8 9 5 chunks +23 lines, -27 lines 0 comments Download
M net/socket/socks_client_socket_pool_unittest.cc View 1 2 3 4 5 6 7 8 9 10 chunks +25 lines, -17 lines 0 comments Download
M net/socket/ssl_client_socket_pool.h View 1 2 3 4 5 6 7 8 9 4 chunks +2 lines, -2 lines 0 comments Download
M net/socket/ssl_client_socket_pool.cc View 1 2 3 4 5 6 7 8 9 10 chunks +20 lines, -32 lines 0 comments Download
M net/socket/ssl_client_socket_pool_unittest.cc View 1 2 3 4 5 6 7 8 9 24 chunks +66 lines, -46 lines 0 comments Download
M net/socket/transport_client_socket_pool.h View 1 2 3 4 5 6 7 8 9 4 chunks +2 lines, -3 lines 0 comments Download
M net/socket/transport_client_socket_pool.cc View 1 2 3 4 5 6 7 8 9 5 chunks +15 lines, -20 lines 0 comments Download
M net/socket/transport_client_socket_pool_unittest.cc View 1 2 3 4 5 6 7 8 9 27 chunks +85 lines, -62 lines 0 comments Download
M net/socket/websocket_transport_client_socket_pool.h View 1 2 3 4 5 6 7 8 9 2 chunks +2 lines, -0 lines 0 comments Download
M net/socket/websocket_transport_client_socket_pool.cc View 1 2 3 4 5 6 7 8 9 6 chunks +14 lines, -18 lines 0 comments Download
M net/socket/websocket_transport_client_socket_pool_unittest.cc View 1 2 3 4 5 6 7 8 9 21 chunks +62 lines, -79 lines 0 comments Download
M net/spdy/spdy_session_unittest.cc View 1 2 3 4 5 6 7 8 9 3 chunks +12 lines, -12 lines 0 comments Download
M net/spdy/spdy_test_util_common.cc View 1 2 3 4 5 6 7 8 9 2 chunks +8 lines, -11 lines 0 comments Download
M net/websockets/websocket_basic_stream_test.cc View 1 2 3 4 5 6 7 8 9 1 chunk +3 lines, -6 lines 0 comments Download
M net/websockets/websocket_handshake_stream_create_helper_test.cc View 1 2 3 4 5 6 7 8 9 1 chunk +3 lines, -7 lines 0 comments Download

Messages

Total messages: 32 (11 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1580903002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1580903002/80001
4 years, 11 months ago (2016-01-14 03:34:23 UTC) #3
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 11 months ago (2016-01-14 05:01:56 UTC) #5
mmenke
David: PTAL when you get a chance, though there's certainly no rush on this one. ...
4 years, 11 months ago (2016-01-14 18:18:51 UTC) #7
mmenke
David: Ping! Just want to make sure this is in your queue. No rush on ...
4 years, 11 months ago (2016-01-20 23:45:08 UTC) #8
mmenke
On 2016/01/20 23:45:08, mmenke wrote: > David: Ping! Just want to make sure this is ...
4 years, 11 months ago (2016-01-20 23:45:32 UTC) #9
davidben
On 2016/01/20 23:45:32, mmenke wrote: > On 2016/01/20 23:45:08, mmenke wrote: > > David: Ping! ...
4 years, 11 months ago (2016-01-21 02:42:06 UTC) #10
mmenke
On 2016/01/21 02:42:06, davidben (slow) wrote: > On 2016/01/20 23:45:32, mmenke wrote: > > On ...
4 years, 11 months ago (2016-01-21 04:15:26 UTC) #11
mmenke
[+eroman]: Mind reviewing this? Background is just that SocketParams really should unique determine a group ...
4 years, 11 months ago (2016-01-21 16:39:17 UTC) #15
eroman
Sure, I can review
4 years, 11 months ago (2016-01-21 21:38:57 UTC) #16
eroman
Design comments: * The boolean (basically false everwhere) is hard to read in the various ...
4 years, 10 months ago (2016-01-26 23:04:57 UTC) #17
mmenke
On 2016/01/26 23:04:57, eroman wrote: > Design comments: > > * The boolean (basically false ...
4 years, 10 months ago (2016-01-26 23:48:26 UTC) #18
eroman
On Tue, Jan 26, 2016 at 3:48 PM, <mmenke@chromium.org> wrote: > On 2016/01/26 23:04:57, eroman ...
4 years, 10 months ago (2016-01-26 23:58:23 UTC) #19
mmenke
On 2016/01/26 23:58:23, eroman wrote: > On Tue, Jan 26, 2016 at 3:48 PM, <mailto:mmenke@chromium.org> ...
4 years, 10 months ago (2016-01-27 00:28:06 UTC) #20
mmenke
https://codereview.chromium.org/1580903002/diff/140001/net/http/http_proxy_client_socket_pool.h File net/http/http_proxy_client_socket_pool.h (right): https://codereview.chromium.org/1580903002/diff/140001/net/http/http_proxy_client_socket_pool.h#newcode73 net/http/http_proxy_client_socket_pool.h:73: bool ignore_limits() const { return ignore_limits_; } On 2016/01/26 ...
4 years, 10 months ago (2016-01-27 18:16:25 UTC) #21
eroman
lgtm https://codereview.chromium.org/1580903002/diff/180001/net/socket/client_socket_handle.h File net/socket/client_socket_handle.h (right): https://codereview.chromium.org/1580903002/diff/180001/net/socket/client_socket_handle.h#newcode53 net/socket/client_socket_handle.h:53: // |ignore_limits| will bypass the wait list, if ...
4 years, 10 months ago (2016-01-27 20:15:13 UTC) #22
mmenke
https://codereview.chromium.org/1580903002/diff/180001/net/socket/client_socket_pool.h File net/socket/client_socket_pool.h (right): https://codereview.chromium.org/1580903002/diff/180001/net/socket/client_socket_pool.h#newcode71 net/socket/client_socket_pool.h:71: enum class IgnoreLimits { DISABLED, ENABLED }; On 2016/01/27 ...
4 years, 10 months ago (2016-01-27 20:37:27 UTC) #23
eroman
lgtm https://codereview.chromium.org/1580903002/diff/180001/net/socket/client_socket_pool.h File net/socket/client_socket_pool.h (right): https://codereview.chromium.org/1580903002/diff/180001/net/socket/client_socket_pool.h#newcode71 net/socket/client_socket_pool.h:71: enum class IgnoreLimits { DISABLED, ENABLED }; On ...
4 years, 10 months ago (2016-01-27 20:40:22 UTC) #24
mmenke
https://codereview.chromium.org/1580903002/diff/180001/net/socket/client_socket_handle.h File net/socket/client_socket_handle.h (right): https://codereview.chromium.org/1580903002/diff/180001/net/socket/client_socket_handle.h#newcode53 net/socket/client_socket_handle.h:53: // |ignore_limits| will bypass the wait list, if true, ...
4 years, 10 months ago (2016-01-28 15:55:12 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1580903002/200001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1580903002/200001
4 years, 10 months ago (2016-01-28 15:55:31 UTC) #28
commit-bot: I haz the power
Committed patchset #10 (id:200001)
4 years, 10 months ago (2016-01-28 16:06:22 UTC) #30
commit-bot: I haz the power
4 years, 10 months ago (2016-01-28 16:07:09 UTC) #32
Message was sent while issue was closed.
Patchset 10 (id:??) landed as
https://crrev.com/d3641e1cd52ef1c5fb3abdfd2d066d1789720c68
Cr-Commit-Position: refs/heads/master@{#372095}

Powered by Google App Engine
This is Rietveld 408576698