| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index aabd6f892904bde8977d04b523e62d1035bf9709..ec4237de434c703f49f6b22888322a940b7ed974 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -34638,6 +34638,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 document.written,
|
| + synchronous, cross-origin 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>
|
| @@ -91770,6 +91780,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"/>
|
| @@ -91830,9 +91850,10 @@ To add a new entry, add it with any value and run test to compute valid value.
|
| <suffix name="Clients.DocWrite.Evaluator"
|
| label="PageLoadMetrics from a page that could have been evaluated by
|
| the DocumentWriteEvaluator"/>
|
| - <affected-histogram
|
| - name="PageLoad.Timing2.DOMLoadingToDOMContentLoadedEventFired"/>
|
| - <affected-histogram name="PageLoad.Timing2.DOMLoadingToFirstContentfulPaint"/>
|
| + <suffix name="Clients.DocWrite.Block"
|
| + label="PageLoadMetrics from a page that have document.written,
|
| + synchronous, cross-origin 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"/>
|
|
|