OLD | NEW |
1 <!-- | 1 <!-- |
2 Copyright 2015 The Chromium Authors. All rights reserved. | 2 Copyright 2015 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 <rappor-configuration> | 7 <rappor-configuration> |
8 <!-- | 8 <!-- |
9 This file is used to generate a comprehensive list of Chrome rappor metrics | 9 This file is used to generate a comprehensive list of Chrome rappor metrics |
10 along with a detailed description for each histogram. See the design doc at | 10 along with a detailed description for each histogram. See the design doc at |
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
99 </summary> | 99 </summary> |
100 </rappor-metric> | 100 </rappor-metric> |
101 | 101 |
102 <rappor-metric name="Extensions.PossibleAdInjection2" type="ETLD_PLUS_ONE"> | 102 <rappor-metric name="Extensions.PossibleAdInjection2" type="ETLD_PLUS_ONE"> |
103 <owner>rdevlin.cronin@chromium.org</owner> | 103 <owner>rdevlin.cronin@chromium.org</owner> |
104 <summary> | 104 <summary> |
105 The eTLD+1 of a URL that might be doing ad injection. | 105 The eTLD+1 of a URL that might be doing ad injection. |
106 </summary> | 106 </summary> |
107 </rappor-metric> | 107 </rappor-metric> |
108 | 108 |
| 109 <rappor-metric name="Launch.HomeScreen.Shortcut" type="ETLD_PLUS_ONE"> |
| 110 <owner>dfalcantara@chromium.org</owner> |
| 111 <summary> |
| 112 The eTLD+1 of a URL that was launched from the Android Home screen into a |
| 113 tab. This explicitly does not count relaunches via the Android Recents |
| 114 menu. |
| 115 </summary> |
| 116 </rappor-metric> |
| 117 |
| 118 <rappor-metric name="Launch.HomeScreen.Standalone" type="ETLD_PLUS_ONE"> |
| 119 <owner>dfalcantara@chromium.org</owner> |
| 120 <summary> |
| 121 The eTLD+1 of a URL that was launched from the Android Home screen into a |
| 122 WebappActivity. This explicitly does not count relaunches via the Android |
| 123 Recents menu. |
| 124 </summary> |
| 125 </rappor-metric> |
| 126 |
109 <rappor-metric name="Plugins.FlashOriginUrl" type="ETLD_PLUS_ONE"> | 127 <rappor-metric name="Plugins.FlashOriginUrl" type="ETLD_PLUS_ONE"> |
110 <owner>wfh@chromium.org</owner> | 128 <owner>wfh@chromium.org</owner> |
111 <summary> | 129 <summary> |
112 The domain and registry of the top level URL of a page which attempts to | 130 The domain and registry of the top level URL of a page which attempts to |
113 launch a Flash NPAPI or PPAPI plugin, if the client has Flash installed | 131 launch a Flash NPAPI or PPAPI plugin, if the client has Flash installed |
114 and enabled. Recorded when the plugin frame appears for each Flash object | 132 and enabled. Recorded when the plugin frame appears for each Flash object |
115 found on the page, even if the plugin is click-to-play. | 133 found on the page, even if the plugin is click-to-play. |
116 </summary> | 134 </summary> |
117 </rappor-metric> | 135 </rappor-metric> |
118 | 136 |
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
203 </rappor-metric> | 221 </rappor-metric> |
204 | 222 |
205 <rappor-metric name="interstitial.ssl.domain" type="COARSE_RAPPOR_TYPE"> | 223 <rappor-metric name="interstitial.ssl.domain" type="COARSE_RAPPOR_TYPE"> |
206 <owner>nparker@chromium.org</owner> | 224 <owner>nparker@chromium.org</owner> |
207 <summary> | 225 <summary> |
208 The domain+registry of a URL that triggered an SSL interstitial. Domains | 226 The domain+registry of a URL that triggered an SSL interstitial. Domains |
209 for bad-clock warnings are not reported. | 227 for bad-clock warnings are not reported. |
210 </summary> | 228 </summary> |
211 </rappor-metric> | 229 </rappor-metric> |
212 | 230 |
213 <rappor-metric name="webapps.LaunchURL" type="ETLD_PLUS_ONE"> | |
214 <owner>dfalcantara@chromium.org</owner> | |
215 <summary> | |
216 The eTLD+1 of a URL that was launched from the Android Home screen into a | |
217 WebappActivity. This explicitly does not count relaunches via the Android | |
218 Recents menu. | |
219 </summary> | |
220 </rappor-metric> | |
221 | |
222 </rappor-metrics> | 231 </rappor-metrics> |
223 | 232 |
224 </rappor-configuration> | 233 </rappor-configuration> |
OLD | NEW |