| 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 1211 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1222 <rappor-metric name="NTP.ExplicitUserAction.PageNavigation.OmniboxNonSearch" | 1222 <rappor-metric name="NTP.ExplicitUserAction.PageNavigation.OmniboxNonSearch" |
| 1223 type="UMA_RAPPOR_TYPE"> | 1223 type="UMA_RAPPOR_TYPE"> |
| 1224 <owner>knn@chromium.org</owner> | 1224 <owner>knn@chromium.org</owner> |
| 1225 <summary> | 1225 <summary> |
| 1226 The eTLD+1 of the website visited by a user by typing the URL in the omnibox | 1226 The eTLD+1 of the website visited by a user by typing the URL in the omnibox |
| 1227 including those completed from suggestions but not including those that end | 1227 including those completed from suggestions but not including those that end |
| 1228 up being searches in the search engine. | 1228 up being searches in the search engine. |
| 1229 </summary> | 1229 </summary> |
| 1230 </rappor-metric> | 1230 </rappor-metric> |
| 1231 | 1231 |
| 1232 <rappor-metric name="NTP.SuggestionsImpressions.IconsColor" |
| 1233 type="UMA_RAPPOR_TYPE"> |
| 1234 <owner>mastiz@chromium.org</owner> |
| 1235 <summary> |
| 1236 The eTLD+1 of a most visited tile displayed in the NTP, for cases where the |
| 1237 fallback color was used (as opposed to having an icon, or simply being |
| 1238 gray). |
| 1239 </summary> |
| 1240 </rappor-metric> |
| 1241 |
| 1242 <rappor-metric name="NTP.SuggestionsImpressions.IconsGray" |
| 1243 type="UMA_RAPPOR_TYPE"> |
| 1244 <owner>mastiz@chromium.org</owner> |
| 1245 <summary> |
| 1246 The eTLD+1 of a most visited tile displayed in the NTP, for cases where the |
| 1247 gray fallback icon was used (as opposed to having an icon, or a fallback |
| 1248 color). |
| 1249 </summary> |
| 1250 </rappor-metric> |
| 1251 |
| 1252 <rappor-metric name="NTP.SuggestionsImpressions.IconsReal" |
| 1253 type="UMA_RAPPOR_TYPE"> |
| 1254 <owner>mastiz@chromium.org</owner> |
| 1255 <summary> |
| 1256 The eTLD+1 of a most visited tile displayed in the NTP, for cases where the |
| 1257 real icon was used (as opposed to having a fallback color or simply being |
| 1258 gray). |
| 1259 </summary> |
| 1260 </rappor-metric> |
| 1261 |
| 1232 <rappor-metric name="Navigation.Scheme.Data" type="ETLD_PLUS_ONE"> | 1262 <rappor-metric name="Navigation.Scheme.Data" type="ETLD_PLUS_ONE"> |
| 1233 <owner>meacer@chromium.org</owner> | 1263 <owner>meacer@chromium.org</owner> |
| 1234 <summary> | 1264 <summary> |
| 1235 The domain and registry of the URL that resulted in a main frame navigation | 1265 The domain and registry of the URL that resulted in a main frame navigation |
| 1236 to a |data:| URL. This includes page initiated navigations (e.g. redirects) | 1266 to a |data:| URL. This includes page initiated navigations (e.g. redirects) |
| 1237 and users clicking links, but excludes navigations initiated by users typing | 1267 and users clicking links, but excludes navigations initiated by users typing |
| 1238 |data:| URLs. | 1268 |data:| URLs. |
| 1239 </summary> | 1269 </summary> |
| 1240 </rappor-metric> | 1270 </rappor-metric> |
| 1241 | 1271 |
| (...skipping 992 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2234 <flag bit="1" label="IS_REPEAT_VISIT"/> | 2264 <flag bit="1" label="IS_REPEAT_VISIT"/> |
| 2235 <summary> | 2265 <summary> |
| 2236 Bitfield of the state from an SSL warning interstitial. | 2266 Bitfield of the state from an SSL warning interstitial. |
| 2237 </summary> | 2267 </summary> |
| 2238 </flags-field> | 2268 </flags-field> |
| 2239 </rappor-metric> | 2269 </rappor-metric> |
| 2240 | 2270 |
| 2241 </rappor-metrics> | 2271 </rappor-metrics> |
| 2242 | 2272 |
| 2243 </rappor-configuration> | 2273 </rappor-configuration> |
| OLD | NEW |