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 <!-- | 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 1344 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1355 <rappor-metric name="Media.Video.Autoplay.Muted.Attribute.Frame" | 1355 <rappor-metric name="Media.Video.Autoplay.Muted.Attribute.Frame" |
1356 type="ETLD_PLUS_ONE"> | 1356 type="ETLD_PLUS_ONE"> |
1357 <owner>avayvod@chromium.org</owner> | 1357 <owner>avayvod@chromium.org</owner> |
1358 <owner>mlamouri@chromium.org</owner> | 1358 <owner>mlamouri@chromium.org</owner> |
1359 <owner>zqzhang@chromium.org</owner> | 1359 <owner>zqzhang@chromium.org</owner> |
1360 <summary> | 1360 <summary> |
1361 The eTLD+1 of the frame URL that has an autoplay muted video by attribute. | 1361 The eTLD+1 of the frame URL that has an autoplay muted video by attribute. |
1362 </summary> | 1362 </summary> |
1363 </rappor-metric> | 1363 </rappor-metric> |
1364 | 1364 |
| 1365 <rappor-metric name="Media.Video.Autoplay.Muted.DualSource.Frame" |
| 1366 type="ETLD_PLUS_ONE"> |
| 1367 <owner>avayvod@chromium.org</owner> |
| 1368 <owner>mlamouri@chromium.org</owner> |
| 1369 <owner>zqzhang@chromium.org</owner> |
| 1370 <summary> |
| 1371 The eTLD+1 of the frame URL that has an autoplay muted video by both |
| 1372 attribute and play() method. |
| 1373 </summary> |
| 1374 </rappor-metric> |
| 1375 |
1365 <rappor-metric name="Media.Video.Autoplay.Muted.PlayMethod.Frame" | 1376 <rappor-metric name="Media.Video.Autoplay.Muted.PlayMethod.Frame" |
1366 type="ETLD_PLUS_ONE"> | 1377 type="ETLD_PLUS_ONE"> |
1367 <owner>avayvod@chromium.org</owner> | 1378 <owner>avayvod@chromium.org</owner> |
1368 <owner>mlamouri@chromium.org</owner> | 1379 <owner>mlamouri@chromium.org</owner> |
1369 <owner>zqzhang@chromium.org</owner> | 1380 <owner>zqzhang@chromium.org</owner> |
1370 <summary> | 1381 <summary> |
1371 The eTLD+1 of the frame URL that has an autoplay muted video by play() | 1382 The eTLD+1 of the frame URL that has an autoplay muted video by play() |
1372 method. | 1383 method. |
1373 </summary> | 1384 </summary> |
1374 </rappor-metric> | 1385 </rappor-metric> |
(...skipping 1073 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2448 <flag bit="1" label="IS_REPEAT_VISIT"/> | 2459 <flag bit="1" label="IS_REPEAT_VISIT"/> |
2449 <summary> | 2460 <summary> |
2450 Bitfield of the state from an SSL warning interstitial. | 2461 Bitfield of the state from an SSL warning interstitial. |
2451 </summary> | 2462 </summary> |
2452 </flags-field> | 2463 </flags-field> |
2453 </rappor-metric> | 2464 </rappor-metric> |
2454 | 2465 |
2455 </rappor-metrics> | 2466 </rappor-metrics> |
2456 | 2467 |
2457 </rappor-configuration> | 2468 </rappor-configuration> |
OLD | NEW |