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

Issue 730833004: Adds simple browser-side implementation for DNS prefetching. (Closed)

Created:
6 years, 1 month ago by gunsch
Modified:
6 years ago
CC:
chromium-reviews, lcwu1, davidben
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Adds simple browser-side implementation for DNS prefetching. R=wzhong@chromium.org,jar@chromium.org,tsepez@chromium.org,creis@chromium.org BUG=419909 Committed: https://crrev.com/00df169a990ea09d488f1c13ec0293fc11d7992e Cr-Commit-Position: refs/heads/master@{#307137}

Patch Set 1 #

Total comments: 1

Patch Set 2 : adds GN file #

Total comments: 14

Patch Set 3 : addressing comments #

Total comments: 4

Patch Set 4 : address ttuttle@ comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+156 lines, -7 lines) Patch
M components/dns_prefetch.gypi View 1 1 chunk +16 lines, -0 lines 0 comments Download
A + components/dns_prefetch/browser/BUILD.gn View 1 1 chunk +5 lines, -7 lines 0 comments Download
A + components/dns_prefetch/browser/DEPS View 1 chunk +2 lines, -0 lines 0 comments Download
A components/dns_prefetch/browser/net_message_filter.h View 1 2 1 chunk +40 lines, -0 lines 0 comments Download
A components/dns_prefetch/browser/net_message_filter.cc View 1 2 3 1 chunk +93 lines, -0 lines 0 comments Download

Messages

Total messages: 17 (5 generated)
gunsch
Hi all: @wzhong/jar: please review the implementation. wzhong@ wrote the original in the Chromecast codebase ...
6 years, 1 month ago (2014-11-18 17:46:42 UTC) #1
Tom Sepez
> @tsepez: this DEPS is already declared in components/dns_prefetch/common. Would > it be more appropriate ...
6 years, 1 month ago (2014-11-18 17:56:07 UTC) #2
Charlie Reis
[+davidben for FYI] I don't know enough about the DNS prefetch component to say whether ...
6 years, 1 month ago (2014-11-18 19:20:27 UTC) #3
mmenke
Drive by nits https://codereview.chromium.org/730833004/diff/20001/components/dns_prefetch/browser/net_message_filter.h File components/dns_prefetch/browser/net_message_filter.h (right): https://codereview.chromium.org/730833004/diff/20001/components/dns_prefetch/browser/net_message_filter.h#newcode8 components/dns_prefetch/browser/net_message_filter.h:8: #include "components/dns_prefetch/common/prefetch_common.h" Can just forward declare ...
6 years, 1 month ago (2014-11-18 19:28:09 UTC) #5
gunsch
https://codereview.chromium.org/730833004/diff/20001/components/dns_prefetch/browser/net_message_filter.cc File components/dns_prefetch/browser/net_message_filter.cc (right): https://codereview.chromium.org/730833004/diff/20001/components/dns_prefetch/browser/net_message_filter.cc#newcode50 components/dns_prefetch/browser/net_message_filter.cc:50: On 2014/11/18 19:20:26, Charlie Reis wrote: > nit: Remove ...
6 years, 1 month ago (2014-11-18 20:45:57 UTC) #6
gunsch
@ttuttle: can you take a look at the DNS prefetching code itself?
6 years, 1 month ago (2014-11-19 17:21:56 UTC) #9
gunsch
@ttuttle: ping?
6 years ago (2014-12-02 15:40:15 UTC) #11
Deprecated (see juliatuttle)
lgtm modulo nits: https://codereview.chromium.org/730833004/diff/40001/components/dns_prefetch/browser/net_message_filter.cc File components/dns_prefetch/browser/net_message_filter.cc (right): https://codereview.chromium.org/730833004/diff/40001/components/dns_prefetch/browser/net_message_filter.cc#newcode53 components/dns_prefetch/browser/net_message_filter.cc:53: VLOG(2) << __FUNCTION__ << ": " ...
6 years ago (2014-12-05 18:23:48 UTC) #12
gunsch
https://codereview.chromium.org/730833004/diff/40001/components/dns_prefetch/browser/net_message_filter.cc File components/dns_prefetch/browser/net_message_filter.cc (right): https://codereview.chromium.org/730833004/diff/40001/components/dns_prefetch/browser/net_message_filter.cc#newcode53 components/dns_prefetch/browser/net_message_filter.cc:53: VLOG(2) << __FUNCTION__ << ": " << hostname_ << ...
6 years ago (2014-12-05 23:54:00 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/730833004/60001
6 years ago (2014-12-06 00:26:41 UTC) #15
commit-bot: I haz the power
Committed patchset #4 (id:60001)
6 years ago (2014-12-06 01:33:12 UTC) #16
commit-bot: I haz the power
6 years ago (2014-12-06 01:33:55 UTC) #17
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/00df169a990ea09d488f1c13ec0293fc11d7992e
Cr-Commit-Position: refs/heads/master@{#307137}

Powered by Google App Engine
This is Rietveld 408576698