index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
proxy
/
proxy_resolver_v8.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Strip brackets from IPv6 host literals before passing down to PAC script.
eroman@chromium.org
2012-02-11
1
-1
/
+1
*
Adds TTL argument to HostCache::Set.
szym@chromium.org
2012-01-21
1
-7
/
+5
*
Revert 118489 since it seems to regress linux-sizes.
sadrul@chromium.org
2012-01-20
1
-5
/
+7
*
Adds custom ttl argument to HostCache::Set.
szym@chromium.org
2012-01-20
1
-7
/
+5
*
base::Bind: Convert net/proxy.
jhawkins@chromium.org
2011-12-20
1
-6
/
+6
*
Call LowMemoryNotification instead of IdleNotification when need to free memory.
ulan@chromium.org
2011-11-10
1
-6
/
+1
*
Add new text for indicating we are resolving hosts during proxy resolution.
willchan@chromium.org
2011-11-08
1
-1
/
+53
*
WriteInto handles length_with_null values of 1 better.
cbentzel@chromium.org
2011-10-18
1
-2
/
+5
*
Begin CompletionCallback switchover.
willchan@chromium.org
2011-10-01
1
-2
/
+2
*
Add OVERRIDE throughout net/proxy/*
eroman@chromium.org
2011-07-22
1
-4
/
+5
*
Add a method for PAC script errors to the network delegate.
jochen@chromium.org
2011-05-03
1
-2
/
+5
*
Almost done deinlining virtual methods.
erg@google.com
2010-12-16
1
-0
/
+4
*
Added missing MS PAC extensions for IPv6:
ziadh@chromium.org
2010-08-26
1
-25
/
+178
*
Reference-count the data used by PAC scripts, so it is shared between threads.
eroman@chromium.org
2010-07-20
1
-43
/
+28
*
Display the proxy PAC javascript errors in the NetLog.
eroman@chromium.org
2010-07-14
1
-52
/
+0
*
Add the capability to run multiple proxy PAC scripts in parallel.
eroman@chromium.org
2010-07-09
1
-0
/
+4
*
Revert 51877, since SpdyNetworkTransactionTest.CorruptFrameSessionError start...
eroman@chromium.org
2010-07-08
1
-4
/
+0
*
Add the capability to run multiple proxy PAC scripts in parallel.
eroman@chromium.org
2010-07-08
1
-0
/
+4
*
Re-enable use of external string resources in ProxyResolverV8.
eroman@chromium.org
2010-07-02
1
-2
/
+7
*
Disable use of ExternalStringResource by ProxyResolverV8.
eroman@chromium.org
2010-07-02
1
-1
/
+2
*
Optimization: reduce the copying of string data between C++ and javascript in...
eroman@chromium.org
2010-07-01
1
-29
/
+124
*
Add support for international domain names in PAC scripts. This converts non-...
eroman@chromium.org
2010-06-23
1
-6
/
+25
*
Remove an unused member field.
eroman@chromium.org
2010-06-23
1
-2
/
+1
*
Enable the disabled test ProxyResolverV8Test.ReturnUnicode, by addressing som...
eroman@chromium.org
2010-06-23
1
-40
/
+83
*
Add an additional per-request DNS cache when executing FindProxyForURL() from...
eroman@chromium.org
2010-06-22
1
-21
/
+62
*
Try to fix a deadlock that happened when running the network diagnostic tool ...
eroman@chromium.org
2010-05-13
1
-24
/
+48
*
Change the V8 proxy resolver bindings so that dnsResolve(XXX) returns null wh...
eroman@chromium.org
2010-05-05
1
-16
/
+8
*
Cleanup: Remove the implicit constructor for BoundNetLog that allowed passing...
eroman@chromium.org
2010-04-28
1
-1
/
+1
*
More cleanup to address TODOs in net_log.h.
eroman@chromium.org
2010-04-28
1
-8
/
+8
*
Fix a crash when calling a PAC binding from the global scope.
eroman@chromium.org
2010-03-31
1
-14
/
+12
*
Generalize the net module's LoadLog facility from a passive container, to an ...
eroman@chromium.org
2010-03-16
1
-27
/
+29
*
Add three of the six extensions to PAC that Internet Explorer supports.
eroman@chromium.org
2009-10-26
1
-2
/
+106
*
Add the ability to purge memory to the ProxyResolver.
pkasting@chromium.org
2009-10-13
1
-0
/
+14
*
Fix a bug where if a PAC script ended with a comment and no newline, it would...
eroman@chromium.org
2009-09-24
1
-16
/
+36
*
Respect the charset specified in PAC file responses.
eroman@chromium.org
2009-09-22
1
-7
/
+7
*
Add trace points for the "dnsResolve()" and "myIpAddress()" PAC javascript bi...
eroman@chromium.org
2009-09-10
1
-3
/
+27
*
Better match IE's proxy settings.
ericroman@google.com
2009-08-04
1
-13
/
+34
*
Rename ProxyResolverV8::JSBindings --> ProxyResolverJSBindings.
eroman@chromium.org
2009-08-02
1
-132
/
+4
*
Remove the concept of threading from ProxyService, and move it into the Proxy...
ericroman@google.com
2009-07-26
1
-9
/
+17
*
Make net::HostResolver refcounted.
ericroman@google.com
2009-06-27
1
-1
/
+1
*
Reverting 19425.
ericroman@google.com
2009-06-26
1
-1
/
+1
*
Make net::HostResolver refcounted.
ericroman@google.com
2009-06-26
1
-1
/
+1
*
* Move the global "DnsResolutionObserver" code depended on by DNS prefetcher,...
ericroman@google.com
2009-06-15
1
-7
/
+6
*
* Avoid doing concurrent DNS resolves of the same hostname in HostResolver.
ericroman@google.com
2009-06-12
1
-13
/
+82
*
GetMyHostName is renamed GetHostName to match the name of
wtc@chromium.org
2009-03-25
1
-1
/
+1
*
Implement the PAC js-binding for "myIpAddress()".
ericroman@google.com
2009-03-03
1
-3
/
+9
*
split up proxy_service into several files (one per class).
ericroman@google.com
2009-03-02
1
-0
/
+3
*
Add js bindings layer for ProxyResolverV8 {"alert()", "dnsResolve()", "myIpAd...
ericroman@google.com
2009-03-02
1
-16
/
+184
*
Add ProxyResolverV8 class.darin@chromium.org is the original author of 'proxy...
ericroman@google.com
2009-02-23
1
-0
/
+131