summaryrefslogtreecommitdiffstats
path: root/net/url_request/url_request_job_factory.h
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in net/.Avi Drissman2015-12-201-1/+1
* Adds MaybeInterceptRedirect and MaybeInterceptResponse to the URLRequestInter...bengr2014-11-071-0/+9
* Removed static factories for data, ftp, file, and about jobs.pauljensen@chromium.org2013-05-081-0/+9
* Revert 188912 "Removed static factories for data, ftp, file, and..."kbr@chromium.org2013-03-191-9/+0
* Removed static factories for data, ftp, file, and about jobs.pauljensen@chromium.org2013-03-191-0/+9
* Remove unused pieces of URLRequestJobFactory API.pauljensen@chromium.org2013-02-121-64/+0
* Turned job_factory into a pure virtual classshalev@chromium.org2012-08-241-22/+22
* Refactoring: ProtocolHandler::MaybeCreateJob and other functions take Network...shalev@chromium.org2012-08-241-10/+20
* Clean-up inline members of nested classes (net/)hans@chromium.org2012-08-091-3/+1
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE.darin@chromium.org2011-08-121-4/+4
* Reland r91815, "Clean up RegisterProtocolFactory calls."willchan@chromium.org2011-07-081-3/+3
* Revert r91815, "Clean up RegisterProtocolFactory calls." (broke mac canaries)caseq@google.com2011-07-081-3/+3
* Clean up RegisterProtocolFactory calls.willchan@chromium.org2011-07-081-3/+3
* Remove ProtocolFactory/Interceptor uses in GViewRequestInterceptor.willchan@chromium.org2011-05-261-0/+5
* Revert 86802 - Remove ProtocolFactory/Interceptor uses in GViewRequestInterce...willchan@chromium.org2011-05-261-5/+0
* Remove ProtocolFactory/Interceptor uses in GViewRequestInterceptor.willchan@chromium.org2011-05-261-0/+5
* Give URLRequestJobFactory::Interceptors the ability to specify protocols they...koz@chromium.org2011-05-251-0/+7
* net: Add NET_API to url_request.rvargas@google.com2011-05-201-3/+5
* Create a URLRequestJobFactory to replace the URLRequest globals.willchan@chromium.org2011-05-141-0/+96