| OLD | NEW |
| 1 <!-- | 1 <!-- |
| 2 Copyright 2014 The Chromium Authors. All rights reserved. | 2 Copyright 2014 The Chromium Authors. All rights reserved. |
| 3 Use of this source code is governed by a BSD-style license that can be | 3 Use of this source code is governed by a BSD-style license that can be |
| 4 found in the LICENSE file. | 4 found in the LICENSE file. |
| 5 --> | 5 --> |
| 6 | 6 |
| 7 <!-- | 7 <!-- |
| 8 This file is used to generate a comprehensive list of Chrome rappor metrics | 8 This file is used to generate a comprehensive list of Chrome rappor metrics |
| 9 along with a detailed description for each histogram. See the design doc at | 9 along with a detailed description for each histogram. See the design doc at |
| 10 http://www.chromium.org/developers/design-documents/rappor | 10 http://www.chromium.org/developers/design-documents/rappor |
| (...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 133 <rappor-metric name="Plugins.FlashOriginUrl" type="ETLD_PLUS_ONE"> | 133 <rappor-metric name="Plugins.FlashOriginUrl" type="ETLD_PLUS_ONE"> |
| 134 <owner>wfh@chromium.org</owner> | 134 <owner>wfh@chromium.org</owner> |
| 135 <summary> | 135 <summary> |
| 136 The domain and registry of the top level URL of a page which attempts to | 136 The domain and registry of the top level URL of a page which attempts to |
| 137 launch a Flash NPAPI or PPAPI plugin, if the client has Flash installed | 137 launch a Flash NPAPI or PPAPI plugin, if the client has Flash installed |
| 138 and enabled. Recorded when the plugin frame appears for each Flash object | 138 and enabled. Recorded when the plugin frame appears for each Flash object |
| 139 found on the page, even if the plugin is click-to-play. | 139 found on the page, even if the plugin is click-to-play. |
| 140 </summary> | 140 </summary> |
| 141 </rappor-metric> | 141 </rappor-metric> |
| 142 | 142 |
| 143 <rappor-metric name="Interstitial.Malware.Domain" type="COARSE_RAPPOR_TYPE"> |
| 144 <owner>nparker@chromium.org</owner> |
| 145 <summary> |
| 146 The domain+registry of a URL that triggered a malware interstitial. |
| 147 </summary> |
| 148 </rappor-metric> |
| 149 |
| 150 <rappor-metric name="Interstitial.Phishing.Domain" type="COARSE_RAPPOR_TYPE"> |
| 151 <owner>nparker@chromium.org</owner> |
| 152 <summary> |
| 153 The domain+registry of a URL that triggered a phishing interstitial. |
| 154 </summary> |
| 155 </rappor-metric> |
| 156 |
| 157 <rappor-metric name="Interstitial.Harmful.Domain" type="COARSE_RAPPOR_TYPE"> |
| 158 <owner>nparker@chromium.org</owner> |
| 159 <summary> |
| 160 The domain+registry of a URL that triggered an UWS interstitial. |
| 161 </summary> |
| 162 </rappor-metric> |
| 163 |
| 143 </rappor-metrics> | 164 </rappor-metrics> |
| 144 | 165 |
| 145 </rappor-configuration> | 166 </rappor-configuration> |
| OLD | NEW |