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 safe-browsing malware |
| 147 interstitial. |
| 148 </summary> |
| 149 </rappor-metric> |
| 150 |
| 151 <rappor-metric name="interstitial.phishing.domain" type="COARSE_RAPPOR_TYPE"> |
| 152 <owner>nparker@chromium.org</owner> |
| 153 <summary> |
| 154 The domain+registry of a URL that triggered a safe-browsing phishing |
| 155 interstitial. |
| 156 </summary> |
| 157 </rappor-metric> |
| 158 |
| 159 <rappor-metric name="interstitial.harmful.domain" type="COARSE_RAPPOR_TYPE"> |
| 160 <owner>nparker@chromium.org</owner> |
| 161 <summary> |
| 162 The domain+registry of a URL that triggered a safe-browsing UWS |
| 163 interstitial. |
| 164 </summary> |
| 165 </rappor-metric> |
| 166 |
| 167 <rappor-metric name="interstitial.ssl.domain" type="COARSE_RAPPOR_TYPE"> |
| 168 <owner>nparker@chromium.org</owner> |
| 169 <summary> |
| 170 The domain+registry of a URL that triggered an SSL interstitial. |
| 171 Domains for bad-clock warnings are not reported. |
| 172 </summary> |
| 173 </rappor-metric> |
| 174 |
143 </rappor-metrics> | 175 </rappor-metrics> |
144 | 176 |
145 </rappor-configuration> | 177 </rappor-configuration> |
OLD | NEW |