summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/page_load_histograms.cc
Commit message (Expand)AuthorAgeFilesLines
* Histogram first paint PLT's for Cache Sensitivity Analysis.tburkard@chromium.org2012-12-051-2/+17
* Remove prerendering RenderView histograms.mmenke@chromium.org2012-11-171-6/+0
* Establish /extensions directory and move URLPattern there.aa@chromium.org2012-11-131-2/+2
* Switch the TCP reads on Windows to use non-blocking/non-async I/O.pmeenan@google.com2012-10-311-0/+37
* Remove the expired DnsImpact field trial.stevet@chromium.org2012-10-291-36/+0
* Remove the IdleSktToImpact field trial.stevet@chromium.org2012-10-271-33/+0
* Remove the ProxyConnectionImpact field trial.stevet@chromium.org2012-10-261-33/+0
* Remove the ConnnectBackupJobs field trial.stevet@chromium.org2012-10-241-36/+0
* Remove the ConnCountImpact FieldTrial code.stevet@chromium.org2012-10-241-36/+0
* Upstreaming SpdyProxy-related switches, OTR logic, and histogramsbengr@google.com2012-10-041-0/+11
* Sensitivity Analysis to see how cache performance affects PLTs.tburkard@chromium.org2012-09-271-0/+12
* Histograms - Support histograms for Plugins, GPUrtenneti@google.com2012-07-121-9/+6
* Remove another instance of a dcheck when 'begin' is set incorrectly.nsylvain@chromium.org2012-04-281-3/+6
* Remove the dcheck and make sure we don't send invalid uma data when the reque...nsylvain@chromium.org2012-04-271-2/+5
* Disk cache: Remove per-size-group histograms and a few stale ones.rvargas@google.com2012-04-181-54/+0
* Remove static init in page_load_histograms.cc.pliard@chromium.org2012-02-181-7/+16
* Handle NULL load_event_start.dominich@chromium.org2012-02-011-9/+20
* Add PLT histograms that are equivalent to the existing set but use the Perfor...dominich@chromium.org2012-01-251-19/+34
* Turn on prefetching againgavinp@chromium.org2011-12-271-4/+31
* Link rel=prefetch was disabled during prerender development; for nowgavinp@chromium.org2011-12-271-11/+11
* Update includes to new header locations.abarth@chromium.org2011-12-031-1/+1
* chrome.loadTimes() shouldn't be affected by in-document navigation.simonjam@chromium.org2011-11-171-109/+109
* Redo how page load time stats are gathered for webrequest extensions:mpcomplete@chromium.org2011-10-221-1/+33
* Collect histograms for page load time when adblock extensions are installed.mpcomplete@chromium.org2011-10-161-0/+133
* Get rid of view_messages.h includes in chrome\renderer.jam@chromium.org2011-10-151-10/+6
* Make RenderView inherit from content::RenderView, and add missing functions t...jam@chromium.org2011-10-101-3/+3
* Move NavigationState to content\public\renderer and put it in the content nam...jam@chromium.org2011-10-041-4/+5
* Move RenderViewObserver and RenderViewObserverTracker to content\public\rende...jam@chromium.org2011-10-031-1/+1
* Don't collect UMA stats on multipart page loads because it'stony@chromium.org2011-09-281-0/+5
* Rip out code for logging cross-frame property accesses.thakis@chromium.org2011-08-141-13/+0
* Update chrome/renderer to reflect WEBKIT_FRAME_TO_DOCUMENT_API_MOVEabarth@chromium.org2011-06-241-1/+3
* Remove the SSL FalseStart field trial, since we've finished studying it.mbelshe@google.com2011-06-011-21/+0
* Handle <link rel=prerender> in chrome.gavinp@chromium.org2011-05-241-0/+3
* Disk cache: Re-open the deleted list length experiment.rvargas@google.com2011-05-181-24/+13
* Add one-time randomization support for FieldTrial, and the ability tojoi@chromium.org2011-05-101-28/+21
* Revert 84197 - Add one-time randomization support for FieldTrial, and the abi...joi@chromium.org2011-05-061-21/+28
* Add one-time randomization support for FieldTrial, and the ability tojoi@chromium.org2011-05-051-28/+21
* Remove most prerendering code/references from content. mmenke@chromium.org2011-04-301-64/+8
* Remove the last Chrome dependencies from renderer, and enforce no more includ...jam@chromium.org2011-04-181-0/+1
* Remove the rest of the Chrome dependencies from RenderThread.jam@chromium.org2011-04-141-12/+38
* HTML/Javascript redirects while prerendering are no longermmenke@chromium.org2011-04-111-4/+10
* Fixup broken histogram names - these changed some time back for mostmbelshe@chromium.org2011-04-041-3/+3
* Move a bunch more random files from chrome\renderer to content\renderer.jam@chromium.org2011-03-181-1/+1
* Use the correct preload field trial name in page_load_histograms.cc.mmenke@chromium.org2011-03-141-5/+5
* Add field trial for A/B testing of SSL False Start.mbelshe@chromium.org2011-02-181-0/+21
* Add histograms for prerendering to the renderer process, second try. mmenke@chromium.org2011-02-131-0/+57
* Revert 74034 - Add histograms for prerendering to the renderer process. mmenke@chromium.org2011-02-071-54/+0
* Add histograms for prerendering to the renderer process. mmenke@chromium.org2011-02-071-0/+54
* Roll WebKit DEPS past WebKit move. Update gyp files and include paths to ref...abarth@chromium.org2011-01-171-2/+2
* Fix two bugs in recording web timing histograms.tonyg@chromium.org2011-01-141-19/+32