Chromium Code Reviews| Index: tools/metrics/histograms/histograms.xml |
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
| index bd68078331b8a6a56f6ce665f1da3772eb4126ce..59a1d93460b453a1c3bf8630af6222aa31b99cd5 100644 |
| --- a/tools/metrics/histograms/histograms.xml |
| +++ b/tools/metrics/histograms/histograms.xml |
| @@ -40470,6 +40470,62 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
| </summary> |
| </histogram> |
| +<histogram name="PageInfo.Action.Http" enum="WebsiteSettingsAction"> |
| + <owner>estark@chromium.org</owner> |
| + <owner>lgarron@chromium.org</owner> |
| + <summary> |
| + Tracks Page Info bubble actions that take place on an HTTP URL that does not |
| + have an omnibox security indicator warning associated with it. |
| + </summary> |
| +</histogram> |
|
Ilya Sherman
2016/10/21 16:27:09
I don't see this histogram being recorded in the C
estark
2016/10/21 17:02:57
Uh oh! Thanks for catching that. Done.
|
| + |
| +<histogram name="PageInfo.Action.HttpsUrl2" enum="WebsiteSettingsAction"> |
| + <owner>estark@chromium.org</owner> |
| + <owner>lgarron@chromium.org</owner> |
| + <summary> |
| + Tracks Page Info bubbleactions that take place on a valid HTTPS URL with no |
|
Ilya Sherman
2016/10/21 16:27:09
nit: s/bubbleactions/bubble actions (throughout)
estark
2016/10/21 17:02:57
Done.
|
| + security issues (e.g. no mixed content). |
| + </summary> |
| +</histogram> |
| + |
| +<histogram name="PageInfo.Action.HttpsUrlDangerous" |
|
Ilya Sherman
2016/10/21 16:27:09
It looks like you're adding a new top-level catego
estark
2016/10/21 17:02:57
I had originally put these under WebsiteSettings,
|
| + enum="WebsiteSettingsAction"> |
| + <owner>estark@chromium.org</owner> |
| + <owner>lgarron@chromium.org</owner> |
| + <summary> |
| + Tracks Page Info bubbleactions that take place on an HTTPS URL that has been |
| + marked dangerous or not secure (such as for malware or broken HTTPS). |
| + </summary> |
| +</histogram> |
| + |
| +<histogram name="PageInfo.Action.HttpsUrlDowngraded" |
| + enum="WebsiteSettingsAction"> |
| + <owner>estark@chromium.org</owner> |
| + <owner>lgarron@chromium.org</owner> |
| + <summary> |
| + Tracks Page Info bubbleactions that take place on a valid HTTPS URL that has |
| + a security issue (e.g. no mixed content). |
|
Ilya Sherman
2016/10/21 16:27:09
nit: Should this say "e.g. mixed content" rather t
estark
2016/10/21 17:02:57
Done.
|
| + </summary> |
| +</histogram> |
| + |
| +<histogram name="PageInfo.Action.HttpUrlDangerous" enum="WebsiteSettingsAction"> |
| + <owner>estark@chromium.org</owner> |
| + <owner>lgarron@chromium.org</owner> |
| + <summary> |
| + Tracks Page Info bubbleactions that take place on an HTTP URL that has been |
| + marked dangerous (such as for malware). |
| + </summary> |
| +</histogram> |
| + |
| +<histogram name="PageInfo.Action.HttpWarning" enum="WebsiteSettingsAction"> |
|
Ilya Sherman
2016/10/21 16:27:09
nit: I'd recommend using an extra dot after "Http"
estark
2016/10/21 17:02:57
Done (with some naming tweaks to make them more co
|
| + <owner>estark@chromium.org</owner> |
| + <owner>lgarron@chromium.org</owner> |
| + <summary> |
| + Tracks Page Info bubbleactions that take place on an HTTP URL that has been |
| + given a "Not secure" warning in the omnibox. |
| + </summary> |
| +</histogram> |
| + |
| <histogram base="true" name="PageLoad.AbortTiming.Background" units="ms"> |
| <owner>bmcquade@chromium.org</owner> |
| <owner>csharrison@chromium.org</owner> |
| @@ -71576,6 +71632,10 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
| </histogram> |
| <histogram name="WebsiteSettings.Action.HttpsUrl" enum="WebsiteSettingsAction"> |
| + <obsolete> |
| + Deprecated October 2016 in favor of PageInfo.Action.HttpsUrl2 and |
| + PageInfo.Action.HttpsUrlDowngraded. |
| + </obsolete> |
| <owner>lgarron@chromium.org</owner> |
| <summary> |
| Tracks WebsiteSettings actions that take place on an HTTPS URL. This |