| Commit message (Expand) | Author | Age | Files | Lines |
* | Move pref_{member,service} and important_file_writer from chrome/common | phajdan.jr@chromium.org | 2010-02-19 | 1 | -1/+1 |
* | Removes DCHECK that is hit on showing options dialog. | sky@chromium.org | 2010-01-23 | 1 | -2/+2 |
* | Pull IOThread out of BrowserProcessImpl. Move the dns prefetching initializat... | willchan@chromium.org | 2010-01-22 | 1 | -139/+54 |
* | Change default congestion limit for DNS preresolution | jar@chromium.org | 2010-01-18 | 1 | -2/+2 |
* | Clear the host cache when closing the last incognito window. | eroman@chromium.org | 2010-01-11 | 1 | -22/+30 |
* | Flip: Comma delimit the various flip options. Redo the fixed testing server f... | willchan@chromium.org | 2009-12-15 | 1 | -5/+4 |
* | Refactor: Eliminte locking from PrefetchObserver and DnsMaster in favor of ma... | eroman@chromium.org | 2009-12-08 | 1 | -120/+146 |
* | Delay DNS subresource resolution until navigational resolution is complete | jar@chromium.org | 2009-12-04 | 1 | -2/+6 |
* | Hold a reference to object returned by GetGlobalHostResolver(). | eroman@chromium.org | 2009-12-01 | 1 | -11/+16 |
* | Linux: fix uninit warnings when building -Os. | agl@chromium.org | 2009-11-16 | 1 | -1/+1 |
* | Add a command line flag to force all network traffic through a particular ser... | mbelshe@google.com | 2009-11-03 | 1 | -4/+15 |
* | Third patch in getting rid of caching MessageLoop pointers and always using C... | jam@chromium.org | 2009-11-02 | 1 | -2/+0 |
* | Refactor: Change the interface from HostResolver::DisableIPv6() to HostResolv... | eroman@chromium.org | 2009-10-26 | 1 | -2/+4 |
* | Add a mechanism to disable IPv6. | eroman@chromium.org | 2009-10-21 | 1 | -0/+5 |
* | Change DNS field trial to focus on congestion window setting | jar@chromium.org | 2009-07-18 | 1 | -6/+10 |
* | Refactorings surrounding HostResolver: | ericroman@google.com | 2009-07-15 | 1 | -5/+1 |
* | Create A/B test of SDCH | jar@chromium.org | 2009-06-30 | 1 | -2/+5 |
* | Refactor DNS A/B experient, and add test of congestion time limits | jar@chromium.org | 2009-06-27 | 1 | -4/+67 |
* | 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 | 1 | -13/+13 |
* | Reverting 19425. | ericroman@google.com | 2009-06-26 | 1 | -6/+10 |
* | Make net::HostResolver refcounted. | ericroman@google.com | 2009-06-26 | 1 | -10/+6 |
* | Reverting 19271. | ericroman@google.com | 2009-06-25 | 1 | -9/+5 |
* | Teardown the global host resolver as part of ~ChromeURLRequest() rather than ... | ericroman@google.com | 2009-06-25 | 1 | -5/+9 |
* | 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 |
* | * 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 | 1 | -18/+33 |
* | * Avoid doing concurrent DNS resolves of the same hostname in HostResolver. | ericroman@google.com | 2009-06-12 | 1 | -5/+0 |
* | Change DnsMaster to only access HostResolver only on the IO thread. | ericroman@google.com | 2009-06-11 | 1 | -2/+40 |
* | Test impact of 4 rather than 8 parallel DNS prefetch | jar@chromium.org | 2009-06-01 | 1 | -2/+5 |
* | Make OffTheRecordObserver a Singleton. | mpcomplete@google.com | 2009-05-26 | 1 | -8/+6 |
* | Try to fix test bustage | pkasting@chromium.org | 2009-05-22 | 1 | -4/+7 |
* | Use a NotificationRegistrar to listen for notifications. | pkasting@chromium.org | 2009-05-22 | 1 | -12/+7 |
* | Attempt to detect impact of disabling dns prefetching on transaction latency | jar@chromium.org | 2009-03-23 | 1 | -4/+2 |
* | NO CODE CHANGE | deanm@chromium.org | 2009-03-10 | 1 | -1/+0 |
* | Fix a crash when dns prefetching was being shut down without being started. | phajdan.jr@chromium.org | 2009-02-23 | 1 | -3/+3 |
* | Clean up dns prefetch code, and also port it. | phajdan.jr@chromium.org | 2009-02-19 | 1 | -8/+7 |
* | Reduce the amount of included header files. Vast change like in "Oh God! This... | maruel@chromium.org | 2009-02-18 | 1 | -1/+0 |
* | Persist info about subresources on pages for DNS pre-resolution | jar@chromium.org | 2009-02-17 | 1 | -3/+29 |
* | Revert "Clean up dns prefetch code, and also port it." | tc@google.com | 2009-02-06 | 1 | -2/+12 |
* | Clean up dns prefetch code, and also port it. | phajdan.jr@chromium.org | 2009-02-06 | 1 | -12/+2 |
* | Remove most header file dependencies on the notification type list. It is | brettw@chromium.org | 2009-02-01 | 1 | -6/+6 |
* | Reverting 8627,8625. | maruel@chromium.org | 2009-01-26 | 1 | -2/+12 |
* | Clean up dns prefetch code, and also port it. | phajdan.jr@chromium.org | 2009-01-26 | 1 | -12/+2 |
* | Two things: | ben@chromium.org | 2009-01-24 | 1 | -0/+1 |
* | Platform cleanup in chrome/browser/net. | phajdan.jr@chromium.org | 2008-12-20 | 1 | -1/+1 |
* | Reverting 7304 to reapply 7296. It wasn't its fault. | maruel@chromium.org | 2008-12-19 | 1 | -4/+4 |