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

Issue 1230313005: split port_util.h off of net_util.h (Closed)

Created:
5 years, 5 months ago by eroman
Modified:
5 years, 5 months ago
Reviewers:
msw, ncarter (slow), mmenke
CC:
chromium-reviews, tim+watch_chromium.org, mlamouri+watch-content_chromium.org, cbentzel+watch_chromium.org, zea+watch_chromium.org, maxbogue+watch_chromium.org, jam, pvalenzuela+watch_chromium.org, plaree+watch_chromium.org, Paweł Hajdan Jr., mkwst+moarreviews-renderer_chromium.org, darin-cc_chromium.org, maniscalco+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

split port_util.h off of net_util.h BUG=488531 TBR=nick@chromium.org,msw@chromium.org Committed: https://crrev.com/9ab6484eaaa89cbe90c182ac3f53f52593151ec4 Cr-Commit-Position: refs/heads/master@{#339612}

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : moar #

Total comments: 16

Patch Set 5 : address some comments and rebase #

Patch Set 6 : remove garbage that got added #

Unified diffs Side-by-side diffs Delta from patch set Stats (+132 lines, -955 lines) Patch
M chrome/browser/sync/test/integration/sync_test.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/startup/startup_browser_creator.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/child/blink_platform_impl.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/pepper/pepper_websocket_host.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/render_thread_impl.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M net/base/host_port_pair.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M net/base/net_util.h View 1 chunk +0 lines, -29 lines 0 comments Download
M net/base/net_util.cc View 1 2 3 4 6 chunks +1 line, -171 lines 0 comments Download
M net/base/net_util_unittest.cc View 1 chunk +0 lines, -15 lines 0 comments Download
A + net/base/port_util.h View 1 2 1 chunk +26 lines, -17 lines 0 comments Download
A + net/base/port_util.cc View 1 2 3 4 2 chunks +74 lines, -698 lines 0 comments Download
A + net/base/port_util_unittest.cc View 1 2 3 4 1 chunk +14 lines, -17 lines 0 comments Download
M net/ftp/ftp_network_transaction.cc View 1 chunk +1 line, -0 lines 0 comments Download
M net/http/http_server_properties_manager.cc View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M net/http/http_stream_factory.cc View 1 chunk +1 line, -0 lines 0 comments Download
M net/http/http_stream_factory_impl_job.cc View 1 chunk +1 line, -0 lines 0 comments Download
M net/http/http_stream_factory_impl_unittest.cc View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M net/net.gypi View 1 2 3 4 2 chunks +3 lines, -0 lines 0 comments Download
M net/test/spawned_test_server/base_test_server.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M net/test/spawned_test_server/spawner_communicator.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M net/url_request/ftp_protocol_handler.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 22 (7 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/1230313005/1
5 years, 5 months ago (2015-07-15 23:10:57 UTC) #2
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: android_compile_dbg on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/android_compile_dbg/builds/36850) (exceeded global ...
5 years, 5 months ago (2015-07-15 23:23:28 UTC) #4
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1230313005/20001
5 years, 5 months ago (2015-07-15 23:23:41 UTC) #5
eroman
5 years, 5 months ago (2015-07-15 23:25:05 UTC) #8
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1230313005/40001
5 years, 5 months ago (2015-07-15 23:25:52 UTC) #9
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: android_compile_dbg on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/android_compile_dbg/builds/36862) (exceeded global ...
5 years, 5 months ago (2015-07-15 23:42:10 UTC) #11
mmenke
LGTM, modulo header nits. https://codereview.chromium.org/1230313005/diff/60001/net/base/host_port_pair.cc File net/base/host_port_pair.cc (right): https://codereview.chromium.org/1230313005/diff/60001/net/base/host_port_pair.cc#newcode13 net/base/host_port_pair.cc:13: #include "net/base/net_util.h" What's net util ...
5 years, 5 months ago (2015-07-16 15:07:58 UTC) #12
eroman
https://codereview.chromium.org/1230313005/diff/60001/net/base/host_port_pair.cc File net/base/host_port_pair.cc (right): https://codereview.chromium.org/1230313005/diff/60001/net/base/host_port_pair.cc#newcode13 net/base/host_port_pair.cc:13: #include "net/base/net_util.h" On 2015/07/16 15:07:57, mmenke wrote: > What's ...
5 years, 5 months ago (2015-07-21 01:04:04 UTC) #13
eroman
TBR=nick,msw msw: chrome/browser/ui/startup/startup_browser_creator.cc nick: chrome/browser/sync/test/integration/sync_test.cc content/child/blink_platform_impl.cc content/renderer/pepper/pepper_websocket_host.cc content/renderer/render_thread_impl.cc
5 years, 5 months ago (2015-07-21 02:34:49 UTC) #15
mmenke
LGTM
5 years, 5 months ago (2015-07-21 03:33:38 UTC) #16
mmenke
On 2015/07/21 03:33:38, mmenke wrote: > LGTM Oops...forgot I signed off on it originally.
5 years, 5 months ago (2015-07-21 03:33:57 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1230313005/100001
5 years, 5 months ago (2015-07-21 05:02:51 UTC) #19
commit-bot: I haz the power
Committed patchset #6 (id:100001)
5 years, 5 months ago (2015-07-21 05:08:01 UTC) #20
commit-bot: I haz the power
Patchset 6 (id:??) landed as https://crrev.com/9ab6484eaaa89cbe90c182ac3f53f52593151ec4 Cr-Commit-Position: refs/heads/master@{#339612}
5 years, 5 months ago (2015-07-21 05:08:59 UTC) #21
msw
5 years, 5 months ago (2015-07-21 17:18:41 UTC) #22
Message was sent while issue was closed.
chrome/browser/ui/startup/startup_browser_creator.cc lgtm

Powered by Google App Engine
This is Rietveld 408576698