| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 89c90fb8acaf1e0471ed57aa0eb49d46b4cc2526..1770b1e4f1185526969258eb5bf8d3ff5f51825a 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -34673,6 +34673,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="PageLoad.Clients.DocWrite.Block.ReloadCount">
|
| + <owner>shivanisha@chromium.org</owner>
|
| + <owner>bmcquade@chromium.org</owner>
|
| + <summary>
|
| + This metric measures reloads in pages that have synchronous, cross-origin
|
| + document.written scripts that could be blocked if document.write script
|
| + blocking feature is enabled.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="PageLoad.Clients.GoogleCaptcha.Events"
|
| enum="GoogleCaptchaEvent">
|
| <owner>mdw@chromium.org</owner>
|
| @@ -91858,6 +91868,16 @@ To add a new entry, add it with any value and run test to compute valid value.
|
|
|
| <histogram_suffixes name="PageLoadBackgrounded2" separator=".">
|
| <affected-histogram
|
| + name="PageLoad.Clients.DocWrite.Block.Timing2.ParseBlockedOnScriptLoad"/>
|
| + <affected-histogram
|
| + name="PageLoad.Clients.DocWrite.Block.Timing2.ParseBlockedOnScriptLoad.ParseComplete"/>
|
| + <affected-histogram
|
| + name="PageLoad.Clients.DocWrite.Block.Timing2.ParseBlockedOnScriptLoadFromDocumentWrite"/>
|
| + <affected-histogram
|
| + name="PageLoad.Clients.DocWrite.Block.Timing2.ParseBlockedOnScriptLoadFromDocumentWrite.ParseComplete"/>
|
| + <affected-histogram
|
| + name="PageLoad.Clients.DocWrite.Block.Timing2.ParseDuration"/>
|
| + <affected-histogram
|
| name="PageLoad.Clients.DocWrite.Evaluator.Timing2.NavigationToFirstContentfulPaint"/>
|
| <affected-histogram
|
| name="PageLoad.Clients.DocWrite.Evaluator.Timing2.ParseBlockedOnScriptLoad"/>
|
| @@ -91947,6 +91967,10 @@ To add a new entry, add it with any value and run test to compute valid value.
|
| <affected-histogram
|
| name="PageLoad.Timing2.DOMLoadingToDOMContentLoadedEventFired"/>
|
| <affected-histogram name="PageLoad.Timing2.DOMLoadingToFirstContentfulPaint"/>
|
| + <suffix name="Clients.DocWrite.Block"
|
| + label="PageLoadMetrics from a page that has synchronous, cross-origin
|
| + document.written scripts that could be blocked if the
|
| + document.write script blocking feature is enabled."/>
|
| <affected-histogram
|
| name="PageLoad.Timing2.NavigationToDOMContentLoadedEventFired"/>
|
| <affected-histogram name="PageLoad.Timing2.NavigationToFirstContentfulPaint"/>
|
|
|