Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(552)

Unified Diff: tools/metrics/histograms/histograms.xml

Side-by-side diff isn't available for this file because of its large size.
Issue 1918373002: Metrics for document.write script blocking (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Bryan's comment: Returning disallowFetch from shouldDisallowFetchForMainFrameScript Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
« no previous file with comments | « third_party/WebKit/public/platform/WebLoadingBehaviorFlag.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"/>
« no previous file with comments | « third_party/WebKit/public/platform/WebLoadingBehaviorFlag.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698