| Commit message (Expand) | Author | Age | Files | Lines |
* | Better match IE's proxy settings. | ericroman@google.com | 2009-08-04 | 1 | -1/+5 |
* | ChromeURLRequestContext fallout | amit@chromium.org | 2009-07-30 | 2 | -1/+25 |
* | Add plumbing for allowing the renderer to intercept and cancel redirects before | darin@chromium.org | 2009-07-30 | 3 | -52/+29 |
* | Move mock url request classes to a location when browser tests will be able t... | phajdan.jr@chromium.org | 2009-07-30 | 12 | -0/+794 |
* | Undisable DnsMasterTest.MassiveConcurrentLookupTest. | phajdan.jr@chromium.org | 2009-07-29 | 2 | -2/+2 |
* | Moved the logical dependency on Blacklist from URLRequestContext | idanan@chromium.org | 2009-07-28 | 1 | -1/+7 |
* | Navigation and cookies for Automation | amit@chromium.org | 2009-07-28 | 2 | -10/+13 |
* | Remove the concept of threading from ProxyService, and move it into the Proxy... | ericroman@google.com | 2009-07-26 | 1 | -9/+29 |
* | Return Error Status Upon Blocking Requests | idanan@chromium.org | 2009-07-24 | 1 | -2/+2 |
* | Adding a new parsing system to the metadata url request. | brettw@chromium.org | 2009-07-23 | 1 | -7/+44 |
* | Add support to URLRequest for deferring redirects. | darin@chromium.org | 2009-07-23 | 1 | -2/+0 |
* | Split the IPC code into ipc/ | agl@chromium.org | 2009-07-22 | 1 | -2/+2 |
* | Add synchronous-mode operation to MockHostResolver; this helps clarify some t... | ericroman@google.com | 2009-07-18 | 1 | -3/+1 |
* | Change DNS field trial to focus on congestion window setting | jar@chromium.org | 2009-07-18 | 1 | -6/+10 |
* | Added an observer for 'pref::kDefaultCharset' change I forgot to add in r1511... | jshin@chromium.org | 2009-07-17 | 2 | -3/+26 |
* | Blacklist API change for allowing multiple rule matches | idanan@chromium.org | 2009-07-16 | 1 | -7/+5 |
* | Refactorings surrounding HostResolver: | ericroman@google.com | 2009-07-15 | 2 | -49/+45 |
* | Fix a bunch of minor Coverity issues. | phajdan.jr@chromium.org | 2009-07-15 | 9 | -15/+16 |
* | Add a dummy URL request handler. | brettw@chromium.org | 2009-07-13 | 2 | -0/+106 |
* | Create A/B test of SDCH | jar@chromium.org | 2009-06-30 | 3 | -5/+11 |
* | Fix a typo in a comment. | ericroman@google.com | 2009-06-29 | 1 | -1/+1 |
* | Refactor DNS A/B experient, and add test of congestion time limits | jar@chromium.org | 2009-06-27 | 5 | -31/+124 |
* | Ensure that even if the HostResolver outlives the IO thread, its jobs will no... | ericroman@google.com | 2009-06-27 | 1 | -0/+3 |
* | Make net::HostResolver refcounted. | ericroman@google.com | 2009-06-27 | 5 | -34/+26 |
* | Add a command line switch to allow setting the max size | rvargas@google.com | 2009-06-26 | 2 | -10/+12 |
* | Reverting 19425. | ericroman@google.com | 2009-06-26 | 5 | -19/+31 |
* | Make net::HostResolver refcounted. | ericroman@google.com | 2009-06-26 | 5 | -31/+19 |
* | Reverting 19271. | ericroman@google.com | 2009-06-25 | 2 | -12/+9 |
* | Teardown the global host resolver as part of ~ChromeURLRequest() rather than ... | ericroman@google.com | 2009-06-25 | 2 | -9/+12 |
* | Privacy Blacklist SketelonAdded code hooks to serve as place holders for the ... | idanan@chromium.org | 2009-06-23 | 2 | -1/+40 |
* | Move socket related files from net/base to net/socket. | willchan@chromium.org | 2009-06-22 | 1 | -1/+1 |
* | Increase timeout in url_fetchet to make it more | nsylvain@chromium.org | 2009-06-19 | 1 | -2/+2 |
* | Consistently use int64 for integers holding number of milliseconds. | phajdan.jr@chromium.org | 2009-06-17 | 3 | -4/+4 |
* | Re-land another subset of r18520. | ericroman@google.com | 2009-06-17 | 1 | -5/+21 |
* | Revert 18520. | ericroman@google.com | 2009-06-17 | 1 | -21/+5 |
* | Properly cleanup state after synchronous DNS resolution | jar@chromium.org | 2009-06-16 | 2 | -13/+28 |
* | * Add an OnCancelResolution() notifier to HostResolver::Observer, so observer... | ericroman@google.com | 2009-06-16 | 1 | -5/+21 |
* | Add a bug number to a TODO comment. | ericroman@google.com | 2009-06-16 | 1 | -0/+1 |
* | [Refactor] Rename DnsResolutionObserver --> HostResolver::Observer. | ericroman@google.com | 2009-06-15 | 1 | -2/+1 |
* | * Move the global "DnsResolutionObserver" code depended on by DNS prefetcher,... | ericroman@google.com | 2009-06-15 | 3 | -21/+45 |
* | * Avoid doing concurrent DNS resolves of the same hostname in HostResolver. | ericroman@google.com | 2009-06-12 | 4 | -17/+26 |
* | Change DnsMaster to only access HostResolver only on the IO thread. | ericroman@google.com | 2009-06-11 | 5 | -81/+197 |
* | Disable extensions in incognito mode. | mpcomplete@google.com | 2009-06-11 | 1 | -4/+6 |
* | Fix tree bustage | jar@chromium.org | 2009-06-05 | 1 | -1/+1 |
* | Prevent SDCH from re-trying to download a dicitionary | jar@chromium.org | 2009-06-05 | 2 | -0/+23 |
* | Reverting 17638. | jar@chromium.org | 2009-06-05 | 6 | -26/+258 |
* | Disabling a windows-only test failure to turn the tree green again and re-ope... | slightlyoff@chromium.org | 2009-06-05 | 1 | -1/+1 |
* | Fix purify freeze. Revert "Use a priority queue to assure that subresources ... | willchan@chromium.org | 2009-06-04 | 6 | -256/+24 |
* | Use a priority queue to assure that subresources are resolved asap | jar@chromium.org | 2009-06-04 | 6 | -24/+256 |
* | Successor to http://codereview.chromium.org/115748 | brettw@chromium.org | 2009-06-04 | 1 | -0/+42 |