summaryrefslogtreecommitdiffstats
path: root/content/browser/loader/resource_dispatcher_host_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Move existing kSitePerProcess checks to a policy-oracle objectnick2015-07-271-3/+5
* Make the logic for stream interception by MimeHandlerViews consistent with st...raymes2015-07-221-8/+8
* Fix recording of "Time to error histograms".rdsmith2015-07-081-9/+9
* Remove the DataCompressionProxyCriticalBypass field trial.jeremyim2015-06-271-8/+0
* Make ResourceDispatcherHostImpl::DidReceiveResponse less repetitivericea2015-06-191-6/+5
* Deleted an extra lineekaramad2015-06-151-2/+1
* Rename BufferedResourceHandler to MimeTypeResourceHandler.mmenke2015-06-131-4/+3
* Remove --enable-strict-site-isolation from code and comments.nick2015-06-091-5/+0
* Replace more ObserverList with base::ObserverList.brettw2015-06-031-3/+6
* Change most uses of Pickle to base::Picklebrettw2015-06-031-1/+1
* Introduce bad_message.h for chrome and NaCl.nick2015-06-021-6/+5
* Run load state update timer only when neededandresantoso2015-05-271-8/+11
* PlzNavigate: provide the FrameTreeNode ID to the network stackclamy2015-05-261-58/+56
* Don't share ResourceDispatcherHostImpl's timer for reporting upload progress.andresantoso2015-05-231-4/+0
* This was a good experiment, but there's nobody currently driving this iterati...dglazkov2015-05-181-11/+0
* Remove LOAD_SUB_FRAME load flag.mmenke2015-05-181-6/+1
* Create histograms to track time-to-error values for different errors.rdsmith2015-05-141-1/+41
* Change content/browser GURL::SchemeIsSecure calls to SchemeIsCryptographic.palmer2015-05-071-2/+2
* Fix an issue that external protocol in subframes are not handled on Androidqinmin2015-05-061-1/+2
* Change FrameTreeNode id from int64 to int.vishal.b2015-04-291-1/+1
* Remove scoped tracker for bug 455952.mmenke2015-04-231-5/+0
* Remove LOAD_IS_DOWNLOAD network load flag.mmenke2015-04-161-1/+1
* PlzNavigate: Show error pages when the navigation failed before commitclamy2015-04-161-1/+1
* Move some instrumentation from bug 431326 to bug 441028. Remove otherpkasting2015-04-151-0/+4
* Revert of Ensuring interception of stream get determined by plugin path befor...deepak.m12015-04-131-7/+8
* Modify instrumentation for various jank bugs, mostly removing outdated sites.pkasting2015-04-101-9/+4
* Ensuring interception of stream get determined by plugin path before checking...deepak.m12015-04-081-8/+7
* Fix shutdown crash when AudioRendererHosts outlive the ResourceSchedulermmenke2015-03-301-0/+4
* Remove prerender cookie store, part 4.davidben2015-03-231-3/+3
* Remove prerender cookie store, part 3.davidben2015-03-201-13/+2
* favor DCHECK_CURRENTLY_ON for better logs in content/browser/[f-p]*mostynb2015-03-181-8/+8
* Add profiling to track jank in ResourceDispatcherHostImpl::UpdateLoadInfoOnUI...erikchen2015-03-111-0/+5
* base: Stop passing a non-const ref to ObserverListBase::Iterator.danakj2015-03-091-2/+2
* Remove some RDH profiling now that cause of jank has been identified.mmenke2015-03-061-41/+3
* Add more ScopedTrackers to track down jank in the RDHmmenke2015-03-021-0/+8
* Update instrumentation for many different bugs based on new UMA data.pkasting2015-02-281-13/+0
* RDH: More instrumentation for jank in GetLoadInfoForAllRoutes.mmenke2015-02-271-0/+14
* Update instrumentation for many different bugs based on new UMA data.pkasting2015-02-211-57/+61
* Make ResourceDispatcherHostImpl::UpdateLoadStates do less work.mmenke2015-02-111-99/+65
* Adding instrumentation to locate the source of jankiness.pkasting2015-02-071-0/+37
* Adding instrumentation to locate the source of jankiness.pkasting2015-02-061-0/+6
* PlzNavigate: Remove the RequestNavigation IPCclamy2015-02-051-18/+17
* New TimeToURLJobStart* navigation metrics now work with PlzNavigate.carlosk2015-02-041-1/+3
* [Storage] Blob Storage Refactoring pt 1:dmurph2015-01-231-2/+1
* Get rid of net::DO_NOT_PROMPT_FOR_LOGINbaranovich2015-01-151-36/+42
* Use a FrameAssociatedLoader when downloading image resources.mlamouri2015-01-141-4/+2
* Transfer serviceworker state during cross site navigations too.michaeln2014-12-091-1/+8
* Remove SSLClientAuthHandler dependency on the RDH.davidben2014-12-081-10/+0
* Re-revert of "Remove SSLClientAuthHandler's RDH dependency." (https://coderev...davidben2014-12-031-0/+10
* Support "shouldResetAppCache" request parameter.eustas2014-11-271-1/+2