summaryrefslogtreecommitdiffstats
path: root/components/page_load_metrics
Commit message (Expand)AuthorAgeFilesLines
* Factor core page load timing histograms into separate observer.bmcquade2016-01-055-618/+112
* Convert Pass()→std::move() in //components/[n-z]*dcheng2015-12-263-9/+17
* Switch to standard integer types in components/, part 3 of 4.avi2015-12-252-1/+5
* Remove committed events from MetricsWebContentsObserverbmcquade2015-12-245-166/+47
* Ignore aborts with an abort timestamp before navigation startbmcquade2015-12-242-9/+36
* [page_load_metrics] User Initiated Abort Tracking (Observer version)csharrison2015-12-167-58/+249
* Don't log background navigations in StaleWhileRevalidateExperiment histogramsricea2015-12-102-1/+17
* Instead of PageLoadMetricsObservers observing load events occurring in a tab,...csharrison2015-12-075-122/+125
* Add more components to "gn check".brettw2015-11-272-0/+11
* Bucket FirstContentfulPaint timing into High/Low res clock bucketscsharrison2015-11-242-0/+14
* ScopedPtrMap -> std::map from /componentlimasdf2015-11-232-7/+10
* Factor macro and GetFirstContentfulPaint into page_load_metrics_util.bmcquade2015-11-185-25/+52
* [page_load_metrics] Get navigation_start from NavigationHandlecsharrison2015-11-173-35/+29
* Add UMA to count the number of Google CAPTCHA pages shown and solved by users.mdw2015-11-173-0/+24
* page_load_metrics symbolic constants refactorcsharrison2015-11-153-109/+111
* PageLoadMetricsEmbedderInterface disallow logging UMA for Prerendercsharrison2015-11-133-31/+86
* RAPPOR test infrastructure + implementation in page_load_metricscsharrison2015-11-024-22/+194
* Add time-to-first-contentful-paint to PageLoadMetricsksakamoto2015-10-301-0/+20
* Observer interface for PageLoadMetrics and example observer FromGWScsharrison2015-10-286-22/+208
* Add time-to-first-paint and time-to-first-image-paint to PageLoadMetricsksakamoto2015-10-285-2/+32
* MetricsWebContentsObserver can start observing a web_contents in the middle o...csharrison2015-10-272-2/+36
* Revert of Remove DCHECK_IMPLIES/CHECK_IMPLIES. (patchset #3 id:40001 of https...jbudorick2015-10-271-2/+3
* Remove DCHECK_IMPLIES/CHECK_IMPLIES.vmpstr2015-10-271-3/+2
* Aggressively check if RenderFrameObserver has render_frame()csharrison2015-10-233-1/+13
* DidFinishNavigation should always be preceded with DidStartNavigation. We CHE...csharrison2015-10-211-1/+1
* Un-revert of PageLoadMetrics Browsertestscsharrison2015-10-192-26/+26
* Page Abort Events for relevant navigationscsharrison2015-10-193-128/+407
* Add "time to first text paint" to PageLoadMetrics systemksakamoto2015-10-076-3/+40
* Revert of Add RAPPOR support for PageLoadMetrics (patchset #10 id:180001 of h...ksakamoto2015-10-074-138/+21
* Revert of Add multi-dimensional test infrastructure to RAPPOR + tests (patchs...ksakamoto2015-10-071-70/+0
* Add multi-dimensional test infrastructure to RAPPOR + testscsharrison2015-10-071-0/+70
* Add RAPPOR support for PageLoadMetricscsharrison2015-10-064-21/+138
* Add page load abort metrics to PageLoadMetrics systemcsharrison2015-10-024-6/+179
* Remove erroneous dcheckcsharrison2015-10-011-5/+9
* Separate page load metrics for backgrounded pagescsharrison2015-09-304-57/+315
* Proper timing unitscsharrison2015-09-251-3/+4
* Remove WebContentsObserver::DidCommitNavigationclamy2015-09-242-3/+5
* Added Kinuko to page_load_metrics/OWNERScsharrison2015-09-241-0/+1
* base: Template methods on Timer classes instead of the classes themselves.danakj2015-09-241-2/+1
* remove csharrison and bmcquade from OWNERS, as they are not committerscsharrison2015-09-221-2/+0
* PageLoadMetrics renderer and browser implementation.csharrison2015-09-2121-0/+1301