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"/> |