| Commit message (Expand) | Author | Age | Files | Lines |
* | When running in metro mode, remember the default isolate on the main thread | jochen@chromium.org | 2013-07-31 | 1 | -0/+10 |
* | Convert net to use base::string16 instead of string16. | brettw@chromium.org | 2013-03-29 | 1 | -2/+2 |
* | Replaced deprecated v8 API calls by their non-deprecated counterparts. | svenpanne@chromium.org | 2013-03-05 | 1 | -0/+6 |
* | Optimization for ProxyResolverV8Tracing: early termination. | eroman@chromium.org | 2013-02-21 | 1 | -3/+4 |
* | Make the v8 Isolate used in the proxy resolver explicit. | jochen@chromium.org | 2013-02-01 | 1 | -0/+11 |
* | Make an interface's virtual dtor protected rather than public. | eroman@chromium.org | 2013-02-01 | 1 | -2/+3 |
* | Improve performance of proxy resolver by tracing DNS dependencies. | eroman@chromium.org | 2013-01-30 | 1 | -11/+36 |
* | Remove the rest of #pragma once in one big CL. | ajwong@chromium.org | 2012-07-11 | 1 | -1/+0 |
* | base::Bind: Convert most of net/http. | jhawkins@chromium.org | 2011-12-20 | 1 | -1/+1 |
* | base::Bind: Convert net/proxy. | jhawkins@chromium.org | 2011-12-20 | 1 | -2/+2 |
* | Add new text for indicating we are resolving hosts during proxy resolution. | willchan@chromium.org | 2011-11-08 | 1 | -0/+3 |
* | Begin CompletionCallback switchover. | willchan@chromium.org | 2011-10-01 | 1 | -2/+2 |
* | Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE. | darin@chromium.org | 2011-08-12 | 1 | -2/+2 |
* | Add OVERRIDE throughout net/proxy/* | eroman@chromium.org | 2011-07-22 | 1 | -6/+7 |
* | net: Add net_api to the proxy code. | rvargas@google.com | 2011-05-19 | 1 | -1/+2 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 1 | -2/+2 |
* | More net/ header/implementation method reordering. | erg@google.com | 2011-01-21 | 1 | -2/+2 |
* | Almost done deinlining virtual methods. | erg@google.com | 2010-12-16 | 1 | -0/+1 |
* | Remove obviously unneeded forward declarations from headers under src/{app,ba... | viettrungluu@chromium.org | 2010-08-21 | 1 | -4/+1 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Reference-count the data used by PAC scripts, so it is shared between threads. | eroman@chromium.org | 2010-07-20 | 1 | -5/+3 |
* | Add the capability to run multiple proxy PAC scripts in parallel. | eroman@chromium.org | 2010-07-09 | 1 | -0/+1 |
* | Revert 51877, since SpdyNetworkTransactionTest.CorruptFrameSessionError start... | eroman@chromium.org | 2010-07-08 | 1 | -1/+0 |
* | Add the capability to run multiple proxy PAC scripts in parallel. | eroman@chromium.org | 2010-07-08 | 1 | -0/+1 |
* | Optimization: reduce the copying of string data between C++ and javascript in... | eroman@chromium.org | 2010-07-01 | 1 | -3/+1 |
* | Generalize the net module's LoadLog facility from a passive container, to an ... | eroman@chromium.org | 2010-03-16 | 1 | -1/+1 |
* | Add the ability to purge memory to the ProxyResolver. | pkasting@chromium.org | 2009-10-13 | 1 | -0/+1 |
* | Respect the charset specified in PAC file responses. | eroman@chromium.org | 2009-09-22 | 1 | -1/+1 |
* | Add trace points for the "dnsResolve()" and "myIpAddress()" PAC javascript bi... | eroman@chromium.org | 2009-09-10 | 1 | -1/+2 |
* | Better match IE's proxy settings. | ericroman@google.com | 2009-08-04 | 1 | -3/+4 |
* | Rename ProxyResolverV8::JSBindings --> ProxyResolverJSBindings. | eroman@chromium.org | 2009-08-02 | 1 | -39/+4 |
* | Remove the concept of threading from ProxyService, and move it into the Proxy... | ericroman@google.com | 2009-07-26 | 1 | -6/+11 |
* | Refactorings surrounding HostResolver: | ericroman@google.com | 2009-07-15 | 1 | -1/+1 |
* | * Avoid doing concurrent DNS resolves of the same hostname in HostResolver. | ericroman@google.com | 2009-06-12 | 1 | -13/+19 |
* | Fixes CRLF and trailing white spaces. | maruel@chromium.org | 2009-03-05 | 1 | -2/+2 |
* | split up proxy_service into several files (one per class). | ericroman@google.com | 2009-03-02 | 1 | -1/+1 |
* | Add js bindings layer for ProxyResolverV8 {"alert()", "dnsResolve()", "myIpAd... | ericroman@google.com | 2009-03-02 | 1 | -0/+42 |
* | Add ProxyResolverV8 class.darin@chromium.org is the original author of 'proxy... | ericroman@google.com | 2009-02-23 | 1 | -0/+56 |