Index: tools/metrics/histograms/histograms.xml |
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
index bd67a34ae44f8197d34c54846d98b7755f42a1bf..27fabd3ff85c45774d9d8b8f980c76f12f47cf14 100644 |
--- a/tools/metrics/histograms/histograms.xml |
+++ b/tools/metrics/histograms/histograms.xml |
@@ -35149,6 +35149,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> |
@@ -92515,6 +92525,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"/> |
@@ -92604,6 +92624,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"/> |