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

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

Issue 102433009: Most visited iframe now postMessage to signal the iframing page that the link has been displayed (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed support for multiple thumbnail URLs, refactored UMA logging. Created 6 years, 11 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
« chrome/common/ntp_logging_events.h ('K') | « chrome/common/ntp_logging_events.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 4be2238483e4433fc68401572f28ef170bb65aef..f3a8aace04d209d617a85ac3208c85344565bbae 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -11761,6 +11761,17 @@ other types of suffix sets.
</summary>
</histogram>
+<histogram name="NewTabPage.NumberOfExternalFallbacks">
+ <summary>
+ The number of tiles for which we relied on external tiles as a fallback
+ because a local screenshot was not available to be used as a thumbnail.
+ External tiles are those for which the visuals are handled by the page
+ itself, not by the iframe. Recorded before changing focus away from the NTP,
+ be it bynavigating to a URL, switching tabs, changing the active window or
+ closing the tab/shutting down Chrome.
+ </summary>
+</histogram>
+
<histogram name="NewTabPage.NumberOfExternalTiles">
<summary>
The number of external tiles that are displayed on the NTP. External tiles
@@ -11771,6 +11782,25 @@ other types of suffix sets.
</summary>
</histogram>
+<histogram name="NewTabPage.NumberOfGrayTileFallbacks">
+ <summary>
+ The number of tiles for which we displayed a gray tile with the domain name
+ as a fallback because a local screenshot was not available to be used as a
+ thumbnail. Recorded before changing focus away from the NTP, be it by
+ navigating to a URL, switching tabs, changing the active window or closing
+ the tab/shutting down Chrome.
+ </summary>
+</histogram>
+
+<histogram name="NewTabPage.NumberOfGrayTiles">
+ <summary>
+ The number of tiles for which no thumbnail was specified, but a domain was
+ so we displayed a gray tile with the domain name in it. Recorded before
+ changing focus away from the NTP, be it by navigating to a URL, switching
+ tabs, changing the active window or closing the tab/shutting down Chrome.
+ </summary>
+</histogram>
+
<histogram name="NewTabPage.NumberOfMouseOvers">
<summary>
The total number of times the user hovered the mouse over Most Visited tile
@@ -11780,6 +11810,34 @@ other types of suffix sets.
</summary>
</histogram>
+<histogram name="NewTabPage.NumberOfThumbnailAttempts">
+ <summary>
+ The number of tiles for which we attempted to use a local screenshot as a
+ thumbnail. Recorded before changing focus away from the NTP, be it by
+ navigating to a URL, switching tabs, changing the active window or closing
+ the tab/shutting down Chrome.
+ </summary>
+</histogram>
+
+<histogram name="NewTabPage.NumberOfThumbnailErrors">
+ <summary>
+ The number of thumbnails for which a local screenshot was not available so
+ we were not able to display them on the Most Visited section of the NTP.
+ Recorded before changing focus away from the NTP, be it by navigating to a
+ URL, switching tabs, changing the active window or closing the tab/shutting
+ down Chrome.
+ </summary>
+</histogram>
+
+<histogram name="NewTabPage.NumberOfTiles">
+ <summary>
+ The number of tiles that are displayed on the NTP, no matter if they are
+ thumbnails, gray tiles, or external tiles. Recorded before changing focus
+ away from the NTP, be it by navigating to a URL, switching tabs, changing
+ the active window or closing the tab/shutting down Chrome.
+ </summary>
+</histogram>
+
<histogram name="NewTabPage.OtherSessionsMenu" enum="NtpOtherSessionsType">
<summary>
Histogram for usage of the menu on the NTP that allows the user to access
@@ -11860,6 +11918,10 @@ other types of suffix sets.
</histogram>
<histogram name="NewTabPage.ThumbnailErrorRate">
+ <obsolete>
+ Deprecated 01/2014. Replaced by NewTabPage.NumberOfThumbnailAttempts and
+ NewTabPage.NumberOfThumbnailErrors.
+ </obsolete>
<summary>
The percentage of errors per attempts to load image thumbnails on the New
Tab Page. When an error occurs, a grey tile is shown instead of a thumbnail
@@ -11871,6 +11933,10 @@ other types of suffix sets.
</histogram>
<histogram name="NewTabPage.ThumbnailFallbackRate" units="%">
+ <obsolete>
+ Deprecated 01/2014. Replaced by NewTabPage.NumberOfGrayTileFallbacks and
+ NewTabPage.NumberOfExternalFallbacks.
+ </obsolete>
<summary>
The percentage of times most visited tiles use the fallback thumbnail. Only
requests that actually specify a fallback thumbnail are considered here. We
« chrome/common/ntp_logging_events.h ('K') | « chrome/common/ntp_logging_events.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698