summaryrefslogtreecommitdiffstats
path: root/chrome/browser/net/metadata_url_request.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove the metadata URL request handler. This was never used, it was thebrettw@chromium.org2011-06-291-149/+0
* Convert more ProtocolFactories to ProtocolHandlers.willchan@chromium.org2011-05-161-13/+25
* Change some URLRequestJob subclasses to use ScopedRunnableMethodFactory.willchan@chromium.org2011-03-191-4/+9
* Rename all methods accessing Singleton<T> as GetInstance().satish@chromium.org2010-12-131-1/+1
* net: Remove typedef net::URLRequestJob URLRequestJob;tfarina@chromium.org2010-12-111-5/+5
* net: Remove typedef net::URLRequest URLRequest;tfarina@chromium.org2010-11-301-6/+7
* net: Add namespace net to URLRequest and URLRequestJob classes.tfarina@chromium.org2010-11-281-1/+1
* Try to fix CrOS build.brettw@chromium.org2010-04-141-2/+0
* Remove registration of the extension protocol late in the init process. Thisbrettw@chromium.org2010-04-141-5/+4
* Fourth patch in making destructors of refcounted objects private.jam@chromium.org2009-11-051-1/+2
* Adding a new parsing system to the metadata url request.brettw@chromium.org2009-07-231-7/+44
* Add a dummy URL request handler.brettw@chromium.org2009-07-131-0/+96