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 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
59 | 59 |
60 <rappor-metrics> | 60 <rappor-metrics> |
61 | 61 |
62 <rappor-metric name="Extensions.PossibleAdInjection2" type="ETLD_PLUS_ONE"> | 62 <rappor-metric name="Extensions.PossibleAdInjection2" type="ETLD_PLUS_ONE"> |
63 <owner>rdevlin.cronin@chromium.org</owner> | 63 <owner>rdevlin.cronin@chromium.org</owner> |
64 <summary> | 64 <summary> |
65 The eTLD+1 of a URL that might be doing ad injection. | 65 The eTLD+1 of a URL that might be doing ad injection. |
66 </summary> | 66 </summary> |
67 </rappor-metric> | 67 </rappor-metric> |
68 | 68 |
| 69 <rappor-metric name="ContentSettings.MixedScript.DisplayedShield" |
| 70 type="ETLD_PLUS_ONE"> |
| 71 <owner>lgarron@chromium.org</owner> |
| 72 <summary> |
| 73 The eTLD+1 of a URL that displayed a mixed script shield. Note: this does |
| 74 *not* include pages with mixed scripts where the user has already clicked |
| 75 through the shield. |
| 76 </summary> |
| 77 </rappor-metric> |
| 78 |
69 <rappor-metric name="Search.DefaultSearchProvider" type="ETLD_PLUS_ONE"> | 79 <rappor-metric name="Search.DefaultSearchProvider" type="ETLD_PLUS_ONE"> |
70 <owner>holte@chromium.org</owner> | 80 <owner>holte@chromium.org</owner> |
71 <summary> | 81 <summary> |
72 The domain and registry of the URL for the default search engine. | 82 The domain and registry of the URL for the default search engine. |
73 Recorded when a profile is opened or after a profile reset. | 83 Recorded when a profile is opened or after a profile reset. |
74 </summary> | 84 </summary> |
75 </rappor-metric> | 85 </rappor-metric> |
76 | 86 |
77 <rappor-metric name="Settings.FirstStartupPage" type="ETLD_PLUS_ONE"> | 87 <rappor-metric name="Settings.FirstStartupPage" type="ETLD_PLUS_ONE"> |
78 <owner>holte@chromium.org</owner> | 88 <owner>holte@chromium.org</owner> |
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
126 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 |
127 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 |
128 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 |
129 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. |
130 </summary> | 140 </summary> |
131 </rappor-metric> | 141 </rappor-metric> |
132 | 142 |
133 </rappor-metrics> | 143 </rappor-metrics> |
134 | 144 |
135 </rappor-configuration> | 145 </rappor-configuration> |
OLD | NEW |