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

Issue 1809863002: Update some callers to use more direct ways of constructing IPAddress from well known literals. (Closed)

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

Description

Update some callers to use more direct ways of constructing IPAddress from well known literals. BUG=496258 Committed: https://crrev.com/36d84e54432fcdb48ac3903ad2ba4aa9d68ccca0 Cr-Commit-Position: refs/heads/master@{#381655}

Patch Set 1 #

Total comments: 2

Patch Set 2 : rch feedbak #

Unified diffs Side-by-side diffs Delta from patch set Stats (+47 lines, -40 lines) Patch
M net/base/ip_address.h View 1 chunk +6 lines, -0 lines 0 comments Download
M net/base/ip_address.cc View 1 chunk +10 lines, -0 lines 0 comments Download
M net/base/ip_address_unittest.cc View 1 chunk +10 lines, -0 lines 0 comments Download
M net/http/http_network_transaction_unittest.cc View 1 3 chunks +3 lines, -9 lines 0 comments Download
M net/http/http_server_properties_impl_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/quic/p2p/quic_p2p_session.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/quic/p2p/quic_p2p_session_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/quic/quic_chromium_client_session_test.cc View 1 chunk +1 line, -2 lines 0 comments Download
M net/quic/quic_connection_test.cc View 2 chunks +2 lines, -6 lines 0 comments Download
M net/quic/test_tools/quic_test_utils.cc View 1 chunk +3 lines, -5 lines 0 comments Download
M net/tools/quic/end_to_end_test.cc View 1 chunk +3 lines, -4 lines 0 comments Download
M net/tools/quic/quic_client.cc View 1 chunk +2 lines, -3 lines 0 comments Download
M net/tools/quic/quic_server_bin.cc View 1 chunk +1 line, -2 lines 0 comments Download
M net/tools/quic/quic_simple_client.cc View 1 chunk +2 lines, -4 lines 0 comments Download
M net/tools/quic/quic_simple_server_bin.cc View 1 chunk +1 line, -2 lines 0 comments Download

Messages

Total messages: 13 (6 generated)
eroman
This is a continuation of the work that martijnc is doing around IPAddress cleanups. I ...
4 years, 9 months ago (2016-03-16 23:52:02 UTC) #3
Ryan Hamilton
lgtm https://codereview.chromium.org/1809863002/diff/1/net/http/http_network_transaction_unittest.cc File net/http/http_network_transaction_unittest.cc (right): https://codereview.chromium.org/1809863002/diff/1/net/http/http_network_transaction_unittest.cc#newcode12915 net/http/http_network_transaction_unittest.cc:12915: auto peer_addr = IPEndPoint(IPAddress::IPv4Localhost(), 443); How about: IPEndPoint ...
4 years, 9 months ago (2016-03-17 00:28:37 UTC) #4
eroman
https://codereview.chromium.org/1809863002/diff/1/net/http/http_network_transaction_unittest.cc File net/http/http_network_transaction_unittest.cc (right): https://codereview.chromium.org/1809863002/diff/1/net/http/http_network_transaction_unittest.cc#newcode12915 net/http/http_network_transaction_unittest.cc:12915: auto peer_addr = IPEndPoint(IPAddress::IPv4Localhost(), 443); On 2016/03/17 00:28:37, Ryan ...
4 years, 9 months ago (2016-03-17 01:01:20 UTC) #5
eroman
4 years, 9 months ago (2016-03-17 01:01:59 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1809863002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1809863002/20001
4 years, 9 months ago (2016-03-17 01:02:41 UTC) #9
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 9 months ago (2016-03-17 03:23:19 UTC) #11
commit-bot: I haz the power
4 years, 9 months ago (2016-03-17 03:28:18 UTC) #13
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/36d84e54432fcdb48ac3903ad2ba4aa9d68ccca0
Cr-Commit-Position: refs/heads/master@{#381655}

Powered by Google App Engine
This is Rietveld 408576698