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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2212183004: Log to UMA when x-origin frames (1) are created and (2) become visible (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rename histogram: s/Frame/Document/ Created 4 years, 3 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/Source/core/frame/FrameView.cpp ('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 ccb015218961048b5dfb1b1cfa73160813bd231d..54c1dc682726ca9879b889f0ae829730c5e79050 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -8723,6 +8723,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="DeferredDocumentLoading.StatesV1"
Ilya Sherman 2016/09/06 21:29:17 It looks like you're adding a new top-level catego
dgrogan 2016/09/07 17:54:50 Sounds good, I put it under Navigation. The other
Ilya Sherman 2016/09/07 18:00:38 Yes, probably =)
+ enum="DocumentStateForDeferredLoading">
+ <owner>dgrogan@chromium.org</owner>
+ <summary>
+ Why and if subframes would be loaded in a world where we defer loading until
+ they are visible or are important for cross-origin communication.
+ </summary>
+</histogram>
+
<histogram name="DevTools.ActionTaken" enum="DevToolsAction">
<owner>sergeyv@chromium.org</owner>
<owner>vsevik@chromium.org</owner>
@@ -74633,6 +74642,11 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="3" label="Keyboard"/>
</enum>
+<enum name="DocumentStateForDeferredLoading" type="int">
+ <int value="0" label="Created"/>
+ <int value="1" label="WouldLoadBecauseVisible"/>
Ilya Sherman 2016/09/06 21:29:17 Should there also be an entry related to cross-ori
dgrogan 2016/09/07 17:54:50 Depends on the accepted best practices, with which
Ilya Sherman 2016/09/07 18:00:38 Indeed, the best practice is to only list values t
dgrogan 2016/09/07 18:09:38 Ah, I wrote the description aspirationally but lat
+</enum>
+
<enum name="DocumentWriteGatedEvaluation" type="int">
<int value="0" label="Script too long"/>
<int value="1" label="No likely external script write"/>
« no previous file with comments | « third_party/WebKit/Source/core/frame/FrameView.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698