summaryrefslogtreecommitdiffstats
path: root/net/net.gyp
diff options
context:
space:
mode:
authoreroman@chromium.org <eroman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-22 18:56:12 +0000
committereroman@chromium.org <eroman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-22 18:56:12 +0000
commit59872eb99d936134542a0afef965bdd84dfcf7dc (patch)
tree57ce5940c58945becc91d4ea4069912cb64d33c5 /net/net.gyp
parent715a5d7dd8e1b17d428d79ce9309fd0fb554a987 (diff)
downloadchromium_src-59872eb99d936134542a0afef965bdd84dfcf7dc.zip
chromium_src-59872eb99d936134542a0afef965bdd84dfcf7dc.tar.gz
chromium_src-59872eb99d936134542a0afef965bdd84dfcf7dc.tar.bz2
Add an additional per-request DNS cache when executing FindProxyForURL() from a PAC script.
This mini-cache is more aggressive in caching negative resolutions, to avoid performance problems with PAC scripts that do lots of serial DNS resolves. This is necessary now that we no longer globally cache DNS resolve failures to avoid performance regressions. BUG=46821 Review URL: http://codereview.chromium.org/2833021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50495 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/net.gyp')
-rw-r--r--net/net.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/net.gyp b/net/net.gyp
index e5914bb..77f4457e 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -417,6 +417,7 @@
'proxy/proxy_resolver_js_bindings.h',
'proxy/proxy_resolver_mac.cc',
'proxy/proxy_resolver_mac.h',
+ 'proxy/proxy_resolver_request_context.h',
'proxy/proxy_resolver_script.h',
'proxy/proxy_resolver_v8.cc',
'proxy/proxy_resolver_v8.h',