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

Issue 38007: Tell DNS prefetch when search URL is likely so that prewarming can be done... (Closed)

Created:
11 years, 9 months ago by jar (doing other things)
Modified:
9 years, 7 months ago
Reviewers:
CC:
willchan no longer on Chromium, wtc
Visibility:
Public.

Description

Tell DNS prefetch when search URL is likely so that prewarming can be done r=mbelshe

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+67 lines, -5 lines) Patch
M chrome/browser/autocomplete/autocomplete.h View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/autocomplete/autocomplete.cc View 1 2 2 chunks +26 lines, -1 line 0 comments Download
M chrome/browser/net/dns_global.h View 1 2 1 chunk +6 lines, -1 line 0 comments Download
M chrome/browser/net/dns_global.cc View 1 2 1 chunk +32 lines, -3 lines 0 comments Download

Messages

Total messages: 1 (0 generated)
jar (doing other things)
11 years ago (2009-12-10 01:11:04 UTC) #1
FYI: This is my "old" changelist, created about 9 months ago.  It looks like it
has everything up to the point where a call to warm the connection needs to be
made.

There have been some changes to some of this code in the past months... so it
may not be a perfect integration, but it should have the critical touch points.

It plays off of the call to do a DNS prefetch of the search host.  

If you guys can give me an API to call (message to post??) to induce a
pre-warming event, I'll code and test the whole unit.

Thanks,

Jim

Powered by Google App Engine
This is Rietveld 408576698