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

Issue 848303005: Renamed the dns_prefetch component to network_predictor (Closed)

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

Description

Renamed the dns_prefetch component to network_predictor This is in preparation for adding preconnect support which goes through the same underlying plumbing. dns_prefetch was too restrictive of a component name and was only exposing the single method. There are no functionality changes in this CL, just the rename (the namespace was also renamed) BUG=450682 Committed: https://crrev.com/ed4b6f8b7392eb64fc664aa49f2627ecb5fdc073 Cr-Commit-Position: refs/heads/master@{#314001}

Patch Set 1 #

Patch Set 2 : Rebased to trunk #

Patch Set 3 : Renamed to network_hints #

Patch Set 4 : Added class-level comments #

Patch Set 5 : Cleaned up class and file names #

Patch Set 6 : Rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+285 lines, -1474 lines) Patch
M chrome/browser/DEPS View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/net/predictor.h View 1 2 3 4 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/net/predictor_unittest.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/renderer_host/chrome_render_message_filter.h View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/renderer_host/chrome_render_message_filter.cc View 1 2 3 4 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/chrome_common.gypi View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M chrome/chrome_renderer.gypi View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/BUILD.gn View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/DEPS View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/chrome_content_renderer_client.h View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/renderer/chrome_content_renderer_client.cc View 1 2 3 4 5 2 chunks +2 lines, -2 lines 0 comments Download
M chromecast/browser/DEPS View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chromecast/browser/cast_content_browser_client.cc View 1 2 3 4 2 chunks +4 lines, -4 lines 0 comments Download
M chromecast/chromecast.gyp View 1 2 3 4 5 1 chunk +2 lines, -2 lines 0 comments Download
M chromecast/renderer/DEPS View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chromecast/renderer/cast_content_renderer_client.h View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
M chromecast/renderer/cast_content_renderer_client.cc View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M components/OWNERS View 1 2 3 4 5 1 chunk +2 lines, -2 lines 0 comments Download
M components/components.gyp View 1 2 1 chunk +1 line, -1 line 0 comments Download
M components/components_tests.gyp View 1 2 3 4 5 3 chunks +4 lines, -4 lines 0 comments Download
D components/dns_prefetch.gypi View 1 chunk +0 lines, -70 lines 0 comments Download
D components/dns_prefetch/OWNERS View 1 chunk +0 lines, -2 lines 0 comments Download
D components/dns_prefetch/browser/BUILD.gn View 1 chunk +0 lines, -16 lines 0 comments Download
D components/dns_prefetch/browser/DEPS View 1 chunk +0 lines, -5 lines 0 comments Download
D components/dns_prefetch/browser/net_message_filter.h View 1 chunk +0 lines, -40 lines 0 comments Download
D components/dns_prefetch/browser/net_message_filter.cc View 1 chunk +0 lines, -93 lines 0 comments Download
D components/dns_prefetch/common/BUILD.gn View 1 chunk +0 lines, -19 lines 0 comments Download
D components/dns_prefetch/common/DEPS View 1 chunk +0 lines, -3 lines 0 comments Download
D components/dns_prefetch/common/prefetch_common.h View 1 chunk +0 lines, -41 lines 0 comments Download
D components/dns_prefetch/common/prefetch_common.cc View 1 chunk +0 lines, -18 lines 0 comments Download
D components/dns_prefetch/common/prefetch_message_generator.h View 1 chunk +0 lines, -7 lines 0 comments Download
D components/dns_prefetch/common/prefetch_message_generator.cc View 1 chunk +0 lines, -33 lines 0 comments Download
D components/dns_prefetch/common/prefetch_messages.h View 1 chunk +0 lines, -40 lines 0 comments Download
D components/dns_prefetch/common/prefetch_messages.cc View 1 chunk +0 lines, -42 lines 0 comments Download
D components/dns_prefetch/renderer/BUILD.gn View 1 chunk +0 lines, -21 lines 0 comments Download
D components/dns_prefetch/renderer/DEPS View 1 chunk +0 lines, -5 lines 0 comments Download
D components/dns_prefetch/renderer/predictor_queue.h View 1 chunk +0 lines, -91 lines 0 comments Download
D components/dns_prefetch/renderer/predictor_queue.cc View 1 chunk +0 lines, -156 lines 0 comments Download
D components/dns_prefetch/renderer/predictor_queue_unittest.cc View 1 chunk +0 lines, -262 lines 0 comments Download
D components/dns_prefetch/renderer/prescient_networking_dispatcher.h View 1 chunk +0 lines, -29 lines 0 comments Download
D components/dns_prefetch/renderer/prescient_networking_dispatcher.cc View 1 chunk +0 lines, -27 lines 0 comments Download
D components/dns_prefetch/renderer/renderer_net_predictor.h View 1 chunk +0 lines, -107 lines 0 comments Download
D components/dns_prefetch/renderer/renderer_net_predictor.cc View 1 chunk +0 lines, -165 lines 0 comments Download
D components/dns_prefetch/renderer/renderer_net_predictor_unittest.cc View 1 chunk +0 lines, -37 lines 0 comments Download
A components/network_hints.gypi View 1 2 3 4 1 chunk +70 lines, -0 lines 0 comments Download
A + components/network_hints/OWNERS View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
A + components/network_hints/browser/BUILD.gn View 1 2 3 4 1 chunk +3 lines, -3 lines 0 comments Download
A + components/network_hints/browser/DEPS View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
A + components/network_hints/browser/network_hints_message_filter.h View 1 2 3 4 2 chunks +9 lines, -9 lines 0 comments Download
A + components/network_hints/browser/network_hints_message_filter.cc View 1 2 3 4 4 chunks +12 lines, -10 lines 0 comments Download
A components/network_hints/common/BUILD.gn View 1 2 3 4 1 chunk +19 lines, -0 lines 0 comments Download
A + components/network_hints/common/DEPS View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
A + components/network_hints/common/network_hints_common.h View 1 2 3 4 2 chunks +5 lines, -5 lines 0 comments Download
A + components/network_hints/common/network_hints_common.cc View 1 2 3 4 2 chunks +3 lines, -3 lines 0 comments Download
A + components/network_hints/common/network_hints_message_generator.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
A + components/network_hints/common/network_hints_message_generator.cc View 1 2 3 4 1 chunk +6 lines, -6 lines 0 comments Download
A + components/network_hints/common/network_hints_messages.h View 1 2 3 4 3 chunks +7 lines, -7 lines 0 comments Download
A components/network_hints/common/network_hints_messages.cc View 1 2 3 4 1 chunk +42 lines, -0 lines 0 comments Download
A + components/network_hints/renderer/BUILD.gn View 1 2 3 4 1 chunk +6 lines, -6 lines 0 comments Download
A + components/network_hints/renderer/DEPS View 1 2 1 chunk +1 line, -1 line 0 comments Download
A + components/network_hints/renderer/dns_prefetch_queue.h View 1 2 3 4 2 chunks +7 lines, -5 lines 0 comments Download
A + components/network_hints/renderer/dns_prefetch_queue.cc View 1 2 3 4 2 chunks +3 lines, -3 lines 0 comments Download
A + components/network_hints/renderer/dns_prefetch_queue_unittest.cc View 1 2 3 4 2 chunks +3 lines, -3 lines 0 comments Download
A + components/network_hints/renderer/prescient_networking_dispatcher.h View 1 2 3 4 2 chunks +9 lines, -7 lines 0 comments Download
A + components/network_hints/renderer/prescient_networking_dispatcher.cc View 1 2 3 4 2 chunks +4 lines, -4 lines 0 comments Download
A + components/network_hints/renderer/renderer_dns_prefetch.h View 1 2 3 4 3 chunks +15 lines, -13 lines 0 comments Download
A + components/network_hints/renderer/renderer_dns_prefetch.cc View 1 2 3 4 9 chunks +17 lines, -17 lines 0 comments Download
A + components/network_hints/renderer/renderer_dns_prefetch_unittest.cc View 1 2 3 4 3 chunks +6 lines, -6 lines 0 comments Download
M tools/ipc_fuzzer/message_lib/DEPS View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M tools/ipc_fuzzer/message_lib/all_messages.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 22 (5 generated)
Pat Meenan
mmenke@chromium.org, ttuttle@chromium.org: Sending it out to the net owners first to make sure the rename ...
5 years, 11 months ago (2015-01-21 21:37:39 UTC) #2
gunsch
On 2015/01/21 21:37:39, Pat Meenan wrote: > mailto:mmenke@chromium.org, mailto:ttuttle@chromium.org: Sending it out to the net ...
5 years, 11 months ago (2015-01-21 21:45:16 UTC) #3
mmenke
On 2015/01/21 21:37:39, Pat Meenan wrote: > mailto:mmenke@chromium.org, mailto:ttuttle@chromium.org: Sending it out to the net ...
5 years, 11 months ago (2015-01-21 21:49:34 UTC) #4
Deprecated (see juliatuttle)
On 2015/01/21 21:37:39, Pat Meenan wrote: > mailto:mmenke@chromium.org, mailto:ttuttle@chromium.org: Sending it out to the net ...
5 years, 11 months ago (2015-01-21 22:04:35 UTC) #5
mmenke
On 2015/01/21 22:04:35, ttuttle wrote: > On 2015/01/21 21:37:39, Pat Meenan wrote: > > mailto:mmenke@chromium.org, ...
5 years, 11 months ago (2015-01-22 16:45:01 UTC) #6
Pat Meenan
On 2015/01/22 16:45:01, mmenke wrote: > On 2015/01/21 22:04:35, ttuttle wrote: > > On 2015/01/21 ...
5 years, 11 months ago (2015-01-22 16:50:46 UTC) #7
mmenke
On 2015/01/22 16:50:46, Pat Meenan wrote: > On 2015/01/22 16:45:01, mmenke wrote: > > On ...
5 years, 11 months ago (2015-01-22 16:52:58 UTC) #8
Pat Meenan
On 2015/01/22 16:52:58, mmenke wrote: > On 2015/01/22 16:50:46, Pat Meenan wrote: > > On ...
5 years, 11 months ago (2015-01-22 19:56:26 UTC) #9
mmenke
On 2015/01/22 19:56:26, Pat Meenan wrote: > On 2015/01/22 16:52:58, mmenke wrote: > > On ...
5 years, 11 months ago (2015-01-22 19:59:03 UTC) #10
Pat Meenan
I made the latest changes in 2 patchsets. The first one added some class comments ...
5 years, 11 months ago (2015-01-27 21:19:41 UTC) #11
mmenke
LGTM, sorry for slowness, took a few days off.
5 years, 10 months ago (2015-01-30 15:32:54 UTC) #12
Pat Meenan
brettw@chromium.org: Could you PTAL at the component rename (owners, deps, etc)? Already got sign-off on ...
5 years, 10 months ago (2015-01-30 16:01:01 UTC) #14
brettw
LGTM, just did a spot check of build files.
5 years, 10 months ago (2015-01-30 18:56:46 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/848303005/80001
5 years, 10 months ago (2015-01-30 19:01:10 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/848303005/100001
5 years, 10 months ago (2015-01-30 20:43:38 UTC) #20
commit-bot: I haz the power
Committed patchset #6 (id:100001)
5 years, 10 months ago (2015-01-30 22:00:29 UTC) #21
commit-bot: I haz the power
5 years, 10 months ago (2015-01-30 22:01:26 UTC) #22
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/ed4b6f8b7392eb64fc664aa49f2627ecb5fdc073
Cr-Commit-Position: refs/heads/master@{#314001}

Powered by Google App Engine
This is Rietveld 408576698