summaryrefslogtreecommitdiffstats
path: root/content/browser/loader/resource_dispatcher_host_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Move webkit/blob to new locations. Also move content::WebBlobRegistryImpl to ...michaeln@google.com2013-05-291-2/+2
* Avoid accessing an OfflinePolicy object unless it exists.rdsmith@chromium.org2013-05-231-4/+11
* Add expected content size to streamsPrivate.onExecuteMimeTypeHandlerzork@chromium.org2013-05-211-1/+2
* Add support for split Public Suffix List distinctions.nyquist@chromium.org2013-05-141-2/+3
* Revert 199771 "Add support for split Public Suffix List distinct..."nyquist@chromium.org2013-05-131-3/+2
* Add support for split Public Suffix List distinctions.nyquist@chromium.org2013-05-131-2/+3
* Limit the number of pending requests to the max number of file descriptors.simonjam@chromium.org2013-05-091-36/+89
* Collect stats on percentage of resources loaded in offline mode.rdsmith@chromium.org2013-05-031-2/+2
* Add histogram for image errors.skonig@chromium.org2013-04-301-12/+12
* Fix memory leaks from http://codereview.chromium.org/12886022.rdsmith@chromium.org2013-04-261-5/+18
* Implement offline mode behind a flag.rdsmith@chromium.org2013-04-201-25/+60
* Cleanup: Remove unnecessary ".get()" from scoped_ptrs<>.erg@chromium.org2013-04-171-1/+1
* Remove URL fragment from referrer HTTP header (to comply with rfc2616) when o...mef@chromium.org2013-04-101-3/+3
* Don't cancel Requests that are owned by streams.zork@chromium.org2013-04-031-6/+9
* net: extract net/cert out of net/basephajdan.jr@chromium.org2013-03-291-1/+1
* [Net] Propagate priority changes from URLRequest to HttpTransactionakalin@chromium.org2013-03-221-1/+1
* Revert 189829 "[Net] Propagate priority changes from URLRequest ..."msw@chromium.org2013-03-221-1/+1
* [Net] Propagate priority changes from URLRequest to HttpTransactionakalin@chromium.org2013-03-221-1/+1
* Split the ProcessType enum into process types that content knows about (which...jam@chromium.org2013-03-221-2/+2
* Add Resource Handler for creating Streams to forward to extensionszork@chromium.org2013-03-201-0/+43
* ResourceScheduler should use renderer notifications instead of MRUCache to tr...simonjam@chromium.org2013-03-181-0/+13
* net: split net/ssl out of net/basephajdan.jr@chromium.org2013-03-141-1/+1
* Add a ResourceScheduler to ResourceDispatcherHost.simonjam@chromium.org2013-02-271-35/+18
* Revert 183382 - broke gmailsimonjam@chromium.org2013-02-211-18/+35
* Add a ResourceScheduler to ResourceDispatcherHost.simonjam@chromium.org2013-02-201-35/+18
* Create a ResourceMessageDelegate interface to allow ResourceLoaders to directlysimonjam@chromium.org2013-02-151-33/+46
* Minimize PowerSaveBlocker usage during uploading data.hashimoto@chromium.org2013-02-131-1/+1
* Use base namespace for FilePath in content/browserbrettw@chromium.org2013-02-071-1/+1
* Revert cross-origin auth prompt blocking.tsepez@chromium.org2013-02-071-2/+3
* Use WebKit's resource priorities instead of computing our own.simonjam@chromium.org2013-02-051-42/+10
* Block power save while uploading data.hashimoto@chromium.org2013-01-241-0/+6
* Support uploading filesystem fileshashimoto@chromium.org2013-01-151-0/+1
* Initial CL for Downloads resumption.rdsmith@chromium.org2013-01-121-2/+4
* net: Stop using base::WorkerPool from UploadFileElementReaderhashimoto@chromium.org2013-01-101-1/+2
* Add file browser handler resource throttler for intercepting downloads.tbarzic@chromium.org2012-12-181-2/+4
* net: Change argument of URLRequest::set_upload from UploadData to UploadDataS...hashimoto@chromium.org2012-12-151-4/+4
* Add content/browser/loader/ for resource loading related classes.darin@chromium.org2012-12-051-0/+1729