summaryrefslogtreecommitdiffstats
path: root/chrome/browser/net
Commit message (Expand)AuthorAgeFilesLines
* Remove dependency on SingleThreadedProxyResolver from resolve_proxy_msg_helpe...eroman@chromium.org2009-08-061-278/+130
* Better match IE's proxy settings.ericroman@google.com2009-08-041-1/+5
* ChromeURLRequestContext falloutamit@chromium.org2009-07-302-1/+25
* Add plumbing for allowing the renderer to intercept and cancel redirects beforedarin@chromium.org2009-07-303-52/+29
* Move mock url request classes to a location when browser tests will be able t...phajdan.jr@chromium.org2009-07-3012-0/+794
* Undisable DnsMasterTest.MassiveConcurrentLookupTest.phajdan.jr@chromium.org2009-07-292-2/+2
* Moved the logical dependency on Blacklist from URLRequestContextidanan@chromium.org2009-07-281-1/+7
* Navigation and cookies for Automationamit@chromium.org2009-07-282-10/+13
* Remove the concept of threading from ProxyService, and move it into the Proxy...ericroman@google.com2009-07-261-9/+29
* Return Error Status Upon Blocking Requestsidanan@chromium.org2009-07-241-2/+2
* Adding a new parsing system to the metadata url request.brettw@chromium.org2009-07-231-7/+44
* Add support to URLRequest for deferring redirects.darin@chromium.org2009-07-231-2/+0
* Split the IPC code into ipc/agl@chromium.org2009-07-221-2/+2
* Add synchronous-mode operation to MockHostResolver; this helps clarify some t...ericroman@google.com2009-07-181-3/+1
* Change DNS field trial to focus on congestion window settingjar@chromium.org2009-07-181-6/+10
* Added an observer for 'pref::kDefaultCharset' change I forgot to add in r1511...jshin@chromium.org2009-07-172-3/+26
* Blacklist API change for allowing multiple rule matchesidanan@chromium.org2009-07-161-7/+5
* Refactorings surrounding HostResolver:ericroman@google.com2009-07-152-49/+45
* Fix a bunch of minor Coverity issues.phajdan.jr@chromium.org2009-07-159-15/+16
* Add a dummy URL request handler.brettw@chromium.org2009-07-132-0/+106
* Create A/B test of SDCHjar@chromium.org2009-06-303-5/+11
* Fix a typo in a comment.ericroman@google.com2009-06-291-1/+1
* Refactor DNS A/B experient, and add test of congestion time limitsjar@chromium.org2009-06-275-31/+124
* Ensure that even if the HostResolver outlives the IO thread, its jobs will no...ericroman@google.com2009-06-271-0/+3
* Make net::HostResolver refcounted.ericroman@google.com2009-06-275-34/+26
* Add a command line switch to allow setting the max sizervargas@google.com2009-06-262-10/+12
* Reverting 19425.ericroman@google.com2009-06-265-19/+31
* Make net::HostResolver refcounted.ericroman@google.com2009-06-265-31/+19
* Reverting 19271.ericroman@google.com2009-06-252-12/+9
* Teardown the global host resolver as part of ~ChromeURLRequest() rather than ...ericroman@google.com2009-06-252-9/+12
* Privacy Blacklist SketelonAdded code hooks to serve as place holders for the ...idanan@chromium.org2009-06-232-1/+40
* Move socket related files from net/base to net/socket.willchan@chromium.org2009-06-221-1/+1
* Increase timeout in url_fetchet to make it morensylvain@chromium.org2009-06-191-2/+2
* Consistently use int64 for integers holding number of milliseconds.phajdan.jr@chromium.org2009-06-173-4/+4
* Re-land another subset of r18520.ericroman@google.com2009-06-171-5/+21
* Revert 18520.ericroman@google.com2009-06-171-21/+5
* Properly cleanup state after synchronous DNS resolutionjar@chromium.org2009-06-162-13/+28
* * Add an OnCancelResolution() notifier to HostResolver::Observer, so observer...ericroman@google.com2009-06-161-5/+21
* Add a bug number to a TODO comment.ericroman@google.com2009-06-161-0/+1
* [Refactor] Rename DnsResolutionObserver --> HostResolver::Observer.ericroman@google.com2009-06-151-2/+1
* * Move the global "DnsResolutionObserver" code depended on by DNS prefetcher,...ericroman@google.com2009-06-153-21/+45
* * Avoid doing concurrent DNS resolves of the same hostname in HostResolver.ericroman@google.com2009-06-124-17/+26
* Change DnsMaster to only access HostResolver only on the IO thread.ericroman@google.com2009-06-115-81/+197
* Disable extensions in incognito mode.mpcomplete@google.com2009-06-111-4/+6
* Fix tree bustagejar@chromium.org2009-06-051-1/+1
* Prevent SDCH from re-trying to download a dicitionaryjar@chromium.org2009-06-052-0/+23
* Reverting 17638.jar@chromium.org2009-06-056-26/+258
* Disabling a windows-only test failure to turn the tree green again and re-ope...slightlyoff@chromium.org2009-06-051-1/+1
* Fix purify freeze. Revert "Use a priority queue to assure that subresources ...willchan@chromium.org2009-06-046-256/+24
* Use a priority queue to assure that subresources are resolved asapjar@chromium.org2009-06-046-24/+256