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 124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
135 </summary> | 135 </summary> |
136 </rappor-metric> | 136 </rappor-metric> |
137 | 137 |
138 <rappor-metric name="BackgroundSync.Register.Origin" type="UMA_RAPPOR_TYPE"> | 138 <rappor-metric name="BackgroundSync.Register.Origin" type="UMA_RAPPOR_TYPE"> |
139 <owner>jkarlin@chromium.org</owner> | 139 <owner>jkarlin@chromium.org</owner> |
140 <summary> | 140 <summary> |
141 The eTLD+1 of a URL which registered a Background Sync event. | 141 The eTLD+1 of a URL which registered a Background Sync event. |
142 </summary> | 142 </summary> |
143 </rappor-metric> | 143 </rappor-metric> |
144 | 144 |
| 145 <rappor-metric name="Cast.Sender.MediaFrameUrl" type="ETLD_PLUS_ONE"> |
| 146 <owner>avayvod@chromium.org</owner> |
| 147 <owner>aberent@chromium.org</owner> |
| 148 <summary> |
| 149 The domain and registry of the frame URL that the user is trying to cast |
| 150 the media from. Recorded every time the user casts the media. |
| 151 </summary> |
| 152 </rappor-metric> |
| 153 |
145 <rappor-metric name="ContentSettings.MixedScript.DisplayedShield" | 154 <rappor-metric name="ContentSettings.MixedScript.DisplayedShield" |
146 type="ETLD_PLUS_ONE"> | 155 type="ETLD_PLUS_ONE"> |
147 <owner>lgarron@chromium.org</owner> | 156 <owner>lgarron@chromium.org</owner> |
148 <summary> | 157 <summary> |
149 The eTLD+1 of a URL that displayed a mixed script shield. Note: this does | 158 The eTLD+1 of a URL that displayed a mixed script shield. Note: this does |
150 *not* include pages with mixed scripts where the user has already clicked | 159 *not* include pages with mixed scripts where the user has already clicked |
151 through the shield. | 160 through the shield. |
152 </summary> | 161 </summary> |
153 </rappor-metric> | 162 </rappor-metric> |
154 | 163 |
(...skipping 1212 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1367 <flag>Bit 1: IS_REPEAT_VISIT</flag> | 1376 <flag>Bit 1: IS_REPEAT_VISIT</flag> |
1368 <summary> | 1377 <summary> |
1369 Bitfield of the state from an SSL warning interstitial. | 1378 Bitfield of the state from an SSL warning interstitial. |
1370 </summary> | 1379 </summary> |
1371 </flags-field> | 1380 </flags-field> |
1372 </rappor-metric> | 1381 </rappor-metric> |
1373 | 1382 |
1374 </rappor-metrics> | 1383 </rappor-metrics> |
1375 | 1384 |
1376 </rappor-configuration> | 1385 </rappor-configuration> |
OLD | NEW |