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

Issue 1898603002: Move Network Quality Estimator files to //net/nqe (Closed)

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

Description

Move Network Quality Estimator files to //net/nqe This restructures the Network Quality Estimator files to live in //net/nqe, rather than in //net/base. Additionally, it moves the socket-related files into //net/socket. BUG=601940 Committed: https://crrev.com/ca83c0041ebaebdfb1594824099156c1edd2789b Cr-Commit-Position: refs/heads/master@{#390475}

Patch Set 1 : #

Total comments: 5

Patch Set 2 : Rebased, removed //net/socket/OWNERS #

Unified diffs Side-by-side diffs Delta from patch set Stats (+72 lines, -3415 lines) Patch
M chrome/browser/android/net/external_estimate_provider_android.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/android/net/external_estimate_provider_android_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/io_thread.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/profiles/profile_io_data.cc View 2 chunks +1 line, -1 line 0 comments Download
M components/cronet.gypi View 1 1 chunk +1 line, -1 line 0 comments Download
M components/cronet/android/BUILD.gn View 1 chunk +1 line, -1 line 0 comments Download
M components/cronet/android/cronet_url_request_context_adapter.h View 1 1 chunk +1 line, -1 line 0 comments Download
M components/cronet/android/cronet_url_request_context_adapter.cc View 1 2 chunks +1 line, -1 line 0 comments Download
M components/data_reduction_proxy/core/browser/data_reduction_proxy_config.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M components/data_reduction_proxy/core/browser/data_reduction_proxy_config_unittest.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M ios/chrome/browser/browser_state/chrome_browser_state_io_data.cc View 2 chunks +1 line, -1 line 0 comments Download
M ios/chrome/browser/ios_chrome_io_thread.mm View 1 2 chunks +2 lines, -2 lines 0 comments Download
M net/base/OWNERS View 1 1 chunk +0 lines, -4 lines 0 comments Download
D net/base/external_estimate_provider.h View 1 chunk +0 lines, -72 lines 0 comments Download
D net/base/network_quality_estimator.h View 1 1 chunk +0 lines, -671 lines 0 comments Download
D net/base/network_quality_estimator.cc View 1 1 chunk +0 lines, -1163 lines 0 comments Download
D net/base/network_quality_estimator_unittest.cc View 1 1 chunk +0 lines, -1345 lines 0 comments Download
D net/base/socket_performance_watcher.h View 1 chunk +0 lines, -43 lines 0 comments Download
D net/base/socket_performance_watcher_factory.h View 1 1 chunk +0 lines, -43 lines 0 comments Download
M net/dns/address_sorter_posix_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M net/dns/dns_session_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M net/net.gypi View 1 7 chunks +6 lines, -6 lines 0 comments Download
A net/nqe/OWNERS View 1 chunk +1 line, -0 lines 0 comments Download
A + net/nqe/external_estimate_provider.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + net/nqe/network_quality_estimator.h View 1 3 chunks +5 lines, -5 lines 0 comments Download
A + net/nqe/network_quality_estimator.cc View 1 4 chunks +7 lines, -10 lines 0 comments Download
A + net/nqe/network_quality_estimator_unittest.cc View 1 2 chunks +4 lines, -4 lines 0 comments Download
M net/quic/quic_chromium_client_session.h View 1 2 chunks +1 line, -1 line 0 comments Download
M net/quic/quic_chromium_client_session_test.cc View 1 2 chunks +1 line, -1 line 0 comments Download
M net/quic/quic_connection_logger.h View 1 1 chunk +1 line, -1 line 0 comments Download
M net/quic/quic_connection_logger_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M net/quic/quic_http_stream_test.cc View 1 2 chunks +1 line, -1 line 0 comments Download
M net/quic/quic_network_transaction_unittest.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M net/quic/quic_stream_factory.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M net/socket/client_socket_factory.h View 1 1 chunk +1 line, -1 line 0 comments Download
M net/socket/client_socket_pool_base_unittest.cc View 1 2 chunks +1 line, -1 line 0 comments Download
A + net/socket/socket_performance_watcher.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + net/socket/socket_performance_watcher_factory.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M net/socket/socket_test_util.h View 1 2 chunks +1 line, -1 line 0 comments Download
M net/socket/tcp_client_socket.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M net/socket/tcp_client_socket_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M net/socket/tcp_socket_posix.h View 1 1 chunk +1 line, -1 line 0 comments Download
M net/socket/tcp_socket_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M net/socket/tcp_socket_win.h View 1 1 chunk +1 line, -1 line 0 comments Download
M net/socket/transport_client_socket_pool.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M net/socket/transport_client_socket_pool_test_util.h View 1 1 chunk +1 line, -1 line 0 comments Download
M net/url_request/url_request_http_job.cc View 1 2 chunks +1 line, -1 line 0 comments Download
M net/url_request/url_request_job.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M net/url_request/url_request_unittest.cc View 1 2 chunks +1 line, -1 line 0 comments Download

Messages

Total messages: 31 (15 generated)
tbansal1
Ryan: PTAL when you have time. Hopefully this will be quick to review. Thanks.
4 years, 8 months ago (2016-04-18 17:30:54 UTC) #9
tbansal1
bengr: PTAL at everything rsleevi: //net/*
4 years, 8 months ago (2016-04-18 17:33:44 UTC) #11
bengr
lgtm
4 years, 8 months ago (2016-04-21 22:55:58 UTC) #12
Ryan Sleevi
apologies for the delay on mostly mechanical changes. LGTM, but please hold off until Ben ...
4 years, 7 months ago (2016-04-27 20:51:08 UTC) #14
tbansal1
https://codereview.chromium.org/1898603002/diff/80001/net/socket/OWNERS File net/socket/OWNERS (right): https://codereview.chromium.org/1898603002/diff/80001/net/socket/OWNERS#newcode1 net/socket/OWNERS:1: per-file socket_performance_watcher*=bengr@chromium.org On 2016/04/27 20:51:08, Ryan Sleevi wrote: > ...
4 years, 7 months ago (2016-04-27 20:59:49 UTC) #15
tbansal1
https://codereview.chromium.org/1898603002/diff/80001/net/socket/OWNERS File net/socket/OWNERS (right): https://codereview.chromium.org/1898603002/diff/80001/net/socket/OWNERS#newcode1 net/socket/OWNERS:1: per-file socket_performance_watcher*=bengr@chromium.org On 2016/04/27 20:59:49, tbansal1 wrote: > On ...
4 years, 7 months ago (2016-04-27 21:24:31 UTC) #16
tbansal1
PTAL. Thanks. mmenke: chrome/browser/profiles/profile_io_data.cc mef: components/cronet* rohitrao: ios/*
4 years, 7 months ago (2016-04-28 14:02:27 UTC) #18
rohitrao (ping after 24h)
ios lgtm
4 years, 7 months ago (2016-04-28 14:05:31 UTC) #19
mef
cronet lgtm
4 years, 7 months ago (2016-04-28 14:10:58 UTC) #20
mmenke
On 2016/04/28 14:10:58, mef wrote: > cronet lgtm profiles/ LGTM
4 years, 7 months ago (2016-04-28 14:48:51 UTC) #21
Ryan Sleevi
https://codereview.chromium.org/1898603002/diff/80001/net/socket/OWNERS File net/socket/OWNERS (right): https://codereview.chromium.org/1898603002/diff/80001/net/socket/OWNERS#newcode1 net/socket/OWNERS:1: per-file socket_performance_watcher*=bengr@chromium.org On 2016/04/27 21:24:31, tbansal1 wrote: > Ryan, ...
4 years, 7 months ago (2016-04-28 16:14:45 UTC) #22
tbansal1
On 2016/04/28 16:14:45, Ryan Sleevi wrote: > https://codereview.chromium.org/1898603002/diff/80001/net/socket/OWNERS > File net/socket/OWNERS (right): > > https://codereview.chromium.org/1898603002/diff/80001/net/socket/OWNERS#newcode1 ...
4 years, 7 months ago (2016-04-28 17:22:56 UTC) #23
tbansal1
https://codereview.chromium.org/1898603002/diff/80001/net/socket/OWNERS File net/socket/OWNERS (right): https://codereview.chromium.org/1898603002/diff/80001/net/socket/OWNERS#newcode1 net/socket/OWNERS:1: per-file socket_performance_watcher*=bengr@chromium.org On 2016/04/28 16:14:44, Ryan Sleevi wrote: > ...
4 years, 7 months ago (2016-04-28 20:06:45 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1898603002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1898603002/100001
4 years, 7 months ago (2016-04-28 20:50:43 UTC) #27
commit-bot: I haz the power
Committed patchset #2 (id:100001)
4 years, 7 months ago (2016-04-28 20:56:47 UTC) #29
commit-bot: I haz the power
4 years, 7 months ago (2016-04-30 17:21:00 UTC) #30
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/ca83c0041ebaebdfb1594824099156c1edd2789b
Cr-Commit-Position: refs/heads/master@{#390475}

Powered by Google App Engine
This is Rietveld 408576698