summaryrefslogtreecommitdiffstats
path: root/net/url_request
Commit message (Expand)AuthorAgeFilesLines
* Add the "virtual" keyword on method overrides that are missing it.erg@google.com2010-12-083-9/+10
* Move more code from headers to implementation.erg@google.com2010-12-072-1/+3
* Also register read cookies in the content settings delegate.jochen@chromium.org2010-12-071-33/+36
* Stop adding more refcounts to some more URLRequestJob subtypes.willchan@chromium.org2010-12-036-28/+40
* Make the cookie list a class (instead of a typedef inside CookieMonster)...jochen@chromium.org2010-12-031-1/+1
* Fix URLRequestHttpJob to use ScopedRunnableMethodFactory.willchan@chromium.org2010-12-032-9/+21
* net: Remove typedef net::URLRequest URLRequest;tfarina@chromium.org2010-11-3027-184/+200
* Revert 67662 - FBTF: Remove unneeded headers from base/ (part 10)thestig@chromium.org2010-11-303-12/+10
* FBTF: Remove unneeded headers from base/ (part 10)thestig@chromium.org2010-11-303-10/+12
* net: Add namespace net to URLRequest and URLRequestJob classes.tfarina@chromium.org2010-11-2818-51/+74
* Make URLRequestThrottlerEntryInterface inherit RefCountedThreadSafe,joi@chromium.org2010-11-261-1/+2
* Pass cookie options to content settings delegate.jochen@chromium.org2010-11-254-0/+6
* Implement exponential back-off mechanism.joi@chromium.org2010-11-2511-2/+1127
* net: Implement DNS certificate provenance check uploads.agl@chromium.org2010-11-241-4/+2
* Fixed handling of context_ in URLRequestHttpJobakalin@chromium.org2010-11-231-1/+4
* Revert "Revert "net: Plumb DnsCertProvenanceChecker around.""agl@chromium.org2010-11-223-0/+9
* Revert "net: Plumb DnsCertProvenanceChecker around."agl@chromium.org2010-11-223-9/+0
* net: Plumb DnsCertProvenanceChecker around.agl@chromium.org2010-11-223-0/+9
* Revert 66722 - This prevents crashes due to URLRequestHttpJobs hanging on pas...kkania@chromium.org2010-11-191-4/+1
* Make URLRequestJob RefCounted instead of RefCountedThreadSafe.willchan@chromium.org2010-11-191-5/+2
* Limit chrome:filebrowse access to the same directory as file://dpolukhin@chromium.org2010-11-191-3/+4
* This prevents crashes due to URLRequestHttpJobs hanging on past IOThreadakalin@chromium.org2010-11-191-1/+4
* Revert "net: Plumb DnsCertProvenanceChecker around."agl@chromium.org2010-11-183-9/+0
* net: Plumb DnsCertProvenanceChecker around.agl@chromium.org2010-11-183-0/+9
* base: Get rid of 'using' declaration of StringAppendF.tfarina@chromium.org2010-11-152-3/+3
* Restrict file protocol on chromeos to certain whitelisted directories. Disabl...achuith@chromium.org2010-11-117-6/+70
* Turn on file access checks on Win.jam@chromium.org2010-11-041-0/+8
* Revert 64960 - Turn on file access checks on Win.rafaelw@chromium.org2010-11-031-8/+0
* Turn on file access checks on Win.jam@chromium.org2010-11-031-0/+8
* base: Move CaseInsensitiveCompare traits into the base namespace.tfarina@chromium.org2010-11-031-1/+1
* Convert implicit scoped_refptr constructor calls to explicit ones, part 2thakis@chromium.org2010-11-021-4/+4
* Convert implicit scoped_refptr constructor calls to explicit ones, part 1thakis@chromium.org2010-11-014-23/+23
* Initial support for built-in DNS resolver/cache.agayev@chromium.org2010-10-281-2/+2
* Add support to test_server.py to restrict the SSL/TLS bulk encryption algorit...rsleevi@chromium.org2010-10-281-3/+9
* Revert 64202 - Initial support for built-in DNS resolver/cache.yusukes@chromium.org2010-10-281-2/+2
* Initial support for built-in DNS resolver/cache.agayev@chromium.org2010-10-281-2/+2
* Move debug-related stuff from base to the base/debug directory and use thebrettw@chromium.org2010-10-261-2/+2
* Fix bad revert.thestig@chromium.org2010-10-261-2/+2
* Revert 63801 (broke chromeos bots) - Restrict file protocol on chromeos to ce...thakis@chromium.org2010-10-262-39/+4
* Define AccessDisabled only on ChromeOSachuith@chromium.org2010-10-262-10/+7
* Restrict file protocol on chromeos to certain whitelisted directories. achuith@chromium.org2010-10-252-4/+43
* Thread IO safety: annotate file_util, and block IO thread from doing IOevan@chromium.org2010-10-231-1/+9
* Revert 63600 - Thread IO safety: annotate file_util, and block IO thread from...isherman@chromium.org2010-10-231-9/+1
* Thread IO safety: annotate file_util, and block IO thread from doing IOevan@chromium.org2010-10-231-1/+9
* Revert "Thread IO safety: annotate file_util, and block IO thread from doing IO"evan@chromium.org2010-10-221-9/+1
* Thread IO safety: annotate file_util, and block IO thread from doing IOevan@chromium.org2010-10-221-1/+9
* FBTF: Even more ctor/virtual deinlining.erg@google.com2010-10-192-1/+7
* Revert revert 62918 - net: clean up SSLHostInfo construction."agl@chromium.org2010-10-191-1/+2
* FBTF: Monster ctor patch after changing heuristics in clang plugin.erg@google.com2010-10-186-13/+30
* Coverity: Initialize data members in constructor.kmadhusu@chromium.org2010-10-181-0/+1