| 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 1316 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1327 | 1327 |
| 1328 <rappor-metric name="Media.Session.APIUsage.Origin" type="ETLD_PLUS_ONE"> | 1328 <rappor-metric name="Media.Session.APIUsage.Origin" type="ETLD_PLUS_ONE"> |
| 1329 <owner>avayvod@chromium.org</owner> | 1329 <owner>avayvod@chromium.org</owner> |
| 1330 <owner>mlamouri@chromium.org</owner> | 1330 <owner>mlamouri@chromium.org</owner> |
| 1331 <owner>zqzhang@chromium.org</owner> | 1331 <owner>zqzhang@chromium.org</owner> |
| 1332 <summary> | 1332 <summary> |
| 1333 The eTLD+1 of the URL of frames using the Media Session API. | 1333 The eTLD+1 of the URL of frames using the Media Session API. |
| 1334 </summary> | 1334 </summary> |
| 1335 </rappor-metric> | 1335 </rappor-metric> |
| 1336 | 1336 |
| 1337 <rappor-metric name="Media.Video.Autoplay.Muted.Attribute.ChildFrame" |
| 1338 type="ETLD_PLUS_ONE"> |
| 1339 <owner>avayvod@chromium.org</owner> |
| 1340 <owner>mlamouri@chromium.org</owner> |
| 1341 <owner>zqzhang@chromium.org</owner> |
| 1342 <summary> |
| 1343 The eTLD+1 of the child frame URL that has an autoplay muted video by |
| 1344 attribute. |
| 1345 </summary> |
| 1346 </rappor-metric> |
| 1347 |
| 1348 <rappor-metric name="Media.Video.Autoplay.Muted.Attribute.TopLevelFrame" |
| 1349 type="ETLD_PLUS_ONE"> |
| 1350 <owner>avayvod@chromium.org</owner> |
| 1351 <owner>mlamouri@chromium.org</owner> |
| 1352 <owner>zqzhang@chromium.org</owner> |
| 1353 <summary> |
| 1354 The eTLD+1 of the top-level frame URL that has an autoplay muted video by |
| 1355 attribute in itself or one of its child frames. |
| 1356 </summary> |
| 1357 </rappor-metric> |
| 1358 |
| 1337 <rappor-metric name="NTP.ExplicitUserAction.PageNavigation.NTPTileClick" | 1359 <rappor-metric name="NTP.ExplicitUserAction.PageNavigation.NTPTileClick" |
| 1338 type="UMA_RAPPOR_TYPE"> | 1360 type="UMA_RAPPOR_TYPE"> |
| 1339 <owner>knn@chromium.org</owner> | 1361 <owner>knn@chromium.org</owner> |
| 1340 <summary> | 1362 <summary> |
| 1341 The eTLD+1 of the website visited by a user by clicking on the tile in the | 1363 The eTLD+1 of the website visited by a user by clicking on the tile in the |
| 1342 NewTabPage. | 1364 NewTabPage. |
| 1343 </summary> | 1365 </summary> |
| 1344 </rappor-metric> | 1366 </rappor-metric> |
| 1345 | 1367 |
| 1346 <rappor-metric name="NTP.ExplicitUserAction.PageNavigation.OmniboxNonSearch" | 1368 <rappor-metric name="NTP.ExplicitUserAction.PageNavigation.OmniboxNonSearch" |
| (...skipping 1052 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2399 <flag bit="1" label="IS_REPEAT_VISIT"/> | 2421 <flag bit="1" label="IS_REPEAT_VISIT"/> |
| 2400 <summary> | 2422 <summary> |
| 2401 Bitfield of the state from an SSL warning interstitial. | 2423 Bitfield of the state from an SSL warning interstitial. |
| 2402 </summary> | 2424 </summary> |
| 2403 </flags-field> | 2425 </flags-field> |
| 2404 </rappor-metric> | 2426 </rappor-metric> |
| 2405 | 2427 |
| 2406 </rappor-metrics> | 2428 </rappor-metrics> |
| 2407 | 2429 |
| 2408 </rappor-configuration> | 2430 </rappor-configuration> |
| OLD | NEW |