summaryrefslogtreecommitdiffstats
path: root/net/url_request
Commit message (Expand)AuthorAgeFilesLines
* Remove obsolete base/lock.h and fix up callers to use the new header file andbrettw@chromium.org2011-01-213-9/+10
* URLRequest::PrepareToRestart() call job_->Kill() and OrphanJob(). rvargas@google.com2011-01-201-1/+0
* Reorder the methods in net/url_request/.erg@google.com2011-01-2018-1154/+1152
* net: Remove typedef net::URLRequestContext URLRequestContext;tfarina@chromium.org2011-01-154-15/+12
* net: Remove typedef net::URLRequestStatus URLRequestStatus;tfarina@chromium.org2011-01-134-30/+28
* net: Remove typedef net::URLRequestTestJob URLRequestTestJob;tfarina@chromium.org2011-01-114-31/+28
* Start reordering the methods in headers in net/.erg@google.com2011-01-071-3/+3
* reapply r70628. It was wrongly blamed for breaking Linux valgrind bots.estade@chromium.org2011-01-072-1/+2
* Revert r70628. It broke Linux valgrind bots. See for exampleestade@chromium.org2011-01-072-2/+1
* First pass at adding http/backend cache events to the NetLog. mmenke@chromium.org2011-01-062-1/+2
* Revert 70618 - First pass at adding http/backend cache events to the NetLog. mmenke@chromium.org2011-01-062-2/+1
* First pass at adding http/backend cache events to the NetLog. mmenke@chromium.org2011-01-062-1/+2
* net: Add namespace net to the remaining files under url_request directory.tfarina@chromium.org2011-01-0612-116/+148
* Move non_thread_safe from base to base/threading and into the base namespace.brettw@chromium.org2011-01-012-4/+4
* Remove base/platform_thread.h stub and fix up all callers to use the new loca...brettw@google.com2011-01-011-4/+4
* Move base/thread.h to base/threading, fix up callers to use the new location.brettw@chromium.org2011-01-012-2/+2
* Move some misc thread-related stuff from base to base/thread and into the basebrettw@chromium.org2010-12-301-5/+2
* net: Add namespace net to URLRequestFileDirJob.tfarina@chromium.org2010-12-302-27/+33
* net: Add namespace net to URLRequestFilter.tfarina@chromium.org2010-12-262-3/+8
* Create a URLRequestContext for PAC fetching.willchan@chromium.org2010-12-232-6/+39
* Give user the ability to disable the URL request throttler:yzshen@google.com2010-12-233-2/+15
* net: Add namespace net to more files. Part 2.tfarina@chromium.org2010-12-205-39/+52
* net: Add namespace net to URLRequestStartEventParameters.tfarina@chromium.org2010-12-172-5/+13
* net: Add namespace net to more files.tfarina@chromium.org2010-12-175-20/+32
* Cache certificate verification results in memory.wtc@google.com2010-12-163-0/+11
* net: Add namespace net to URLRequestErrorJob.tfarina@chromium.org2010-12-153-7/+15
* net: Add namespace net to URLRequestSimpleJob.tfarina@chromium.org2010-12-152-9/+15
* Add /media to whitelist so it can be accessed with file:// protocol on ChromeOS.achuith@chromium.org2010-12-141-0/+1
* Deinline even more destructors.erg@google.com2010-12-142-1/+5
* Even more virtual method deinlining.erg@google.com2010-12-132-1/+5
* net: Add namespace net to URLRequestHttpJob.tfarina@chromium.org2010-12-135-158/+169
* net: Add namespace net to URLRequestDataJob.tfarina@chromium.org2010-12-123-9/+14
* net: Add namespace net to URLRequestFileJob.tfarina@chromium.org2010-12-123-33/+41
* net: Add namespace net to URLRequestFtpJob.tfarina@chromium.org2010-12-123-45/+53
* net: Add namespace net to URLRequestAboutJob.tfarina@chromium.org2010-12-113-8/+16
* net: Remove typedef net::URLRequestJob URLRequestJob;tfarina@chromium.org2010-12-1125-89/+89
* Add a new GetInstance() method for singleton classes under chrome/service and...satish@chromium.org2010-12-096-20/+42
* 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