summaryrefslogtreecommitdiffstats
path: root/net/proxy/proxy_resolver_v8.h
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in net/.Avi Drissman2015-12-201-0/+3
* Change ProxyResolverV8 to not implement the ProxyResolver interface.sammc2015-05-271-24/+16
* net cleanup: Remove unnecessary namespace prefixes.ttuttle2015-04-231-2/+2
* Lazily initialize the v8::Isolate used by ProxyResolverV8 (in the browser pro...eroman2015-02-261-35/+0
* Standardize usage of virtual/override/final in net/dcheng2014-10-211-12/+11
* replace OVERRIDE and FINAL with override and final in net/mostynb2014-10-091-5/+5
* Make net use v8 through ginjochen@chromium.org2014-04-081-13/+9
* Remove PurgeMemory() from the proxy service. The MemoryPurger is gone, so thispkasting@chromium.org2014-03-111-1/+0
* When running in metro mode, remember the default isolate on the main threadjochen@chromium.org2013-07-311-0/+10
* Convert net to use base::string16 instead of string16.brettw@chromium.org2013-03-291-2/+2
* Replaced deprecated v8 API calls by their non-deprecated counterparts.svenpanne@chromium.org2013-03-051-0/+6
* Optimization for ProxyResolverV8Tracing: early termination.eroman@chromium.org2013-02-211-3/+4
* Make the v8 Isolate used in the proxy resolver explicit.jochen@chromium.org2013-02-011-0/+11
* Make an interface's virtual dtor protected rather than public.eroman@chromium.org2013-02-011-2/+3
* Improve performance of proxy resolver by tracing DNS dependencies.eroman@chromium.org2013-01-301-11/+36
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* base::Bind: Convert most of net/http.jhawkins@chromium.org2011-12-201-1/+1
* base::Bind: Convert net/proxy.jhawkins@chromium.org2011-12-201-2/+2
* Add new text for indicating we are resolving hosts during proxy resolution.willchan@chromium.org2011-11-081-0/+3
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-011-2/+2
* Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE.darin@chromium.org2011-08-121-2/+2
* Add OVERRIDE throughout net/proxy/*eroman@chromium.org2011-07-221-6/+7
* net: Add net_api to the proxy code.rvargas@google.com2011-05-191-1/+2
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* More net/ header/implementation method reordering.erg@google.com2011-01-211-2/+2
* Almost done deinlining virtual methods.erg@google.com2010-12-161-0/+1
* Remove obviously unneeded forward declarations from headers under src/{app,ba...viettrungluu@chromium.org2010-08-211-4/+1
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Reference-count the data used by PAC scripts, so it is shared between threads.eroman@chromium.org2010-07-201-5/+3
* Add the capability to run multiple proxy PAC scripts in parallel.eroman@chromium.org2010-07-091-0/+1
* Revert 51877, since SpdyNetworkTransactionTest.CorruptFrameSessionError start...eroman@chromium.org2010-07-081-1/+0
* Add the capability to run multiple proxy PAC scripts in parallel.eroman@chromium.org2010-07-081-0/+1
* Optimization: reduce the copying of string data between C++ and javascript in...eroman@chromium.org2010-07-011-3/+1
* Generalize the net module's LoadLog facility from a passive container, to an ...eroman@chromium.org2010-03-161-1/+1
* Add the ability to purge memory to the ProxyResolver.pkasting@chromium.org2009-10-131-0/+1
* Respect the charset specified in PAC file responses.eroman@chromium.org2009-09-221-1/+1
* Add trace points for the "dnsResolve()" and "myIpAddress()" PAC javascript bi...eroman@chromium.org2009-09-101-1/+2
* Better match IE's proxy settings.ericroman@google.com2009-08-041-3/+4
* Rename ProxyResolverV8::JSBindings --> ProxyResolverJSBindings.eroman@chromium.org2009-08-021-39/+4
* Remove the concept of threading from ProxyService, and move it into the Proxy...ericroman@google.com2009-07-261-6/+11
* Refactorings surrounding HostResolver:ericroman@google.com2009-07-151-1/+1
* * Avoid doing concurrent DNS resolves of the same hostname in HostResolver.ericroman@google.com2009-06-121-13/+19
* Fixes CRLF and trailing white spaces.maruel@chromium.org2009-03-051-2/+2
* split up proxy_service into several files (one per class).ericroman@google.com2009-03-021-1/+1
* Add js bindings layer for ProxyResolverV8 {"alert()", "dnsResolve()", "myIpAd...ericroman@google.com2009-03-021-0/+42
* Add ProxyResolverV8 class.darin@chromium.org is the original author of 'proxy...ericroman@google.com2009-02-231-0/+56