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 127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
138 </rappor-metric> | 138 </rappor-metric> |
139 | 139 |
140 <rappor-metric name="Search.DefaultSearchProvider" type="ETLD_PLUS_ONE"> | 140 <rappor-metric name="Search.DefaultSearchProvider" type="ETLD_PLUS_ONE"> |
141 <owner>holte@chromium.org</owner> | 141 <owner>holte@chromium.org</owner> |
142 <summary> | 142 <summary> |
143 The domain and registry of the URL for the default search engine. | 143 The domain and registry of the URL for the default search engine. |
144 Recorded when a profile is opened or after a profile reset. | 144 Recorded when a profile is opened or after a profile reset. |
145 </summary> | 145 </summary> |
146 </rappor-metric> | 146 </rappor-metric> |
147 | 147 |
148 <rappor-metric name="ServiceWorker.ControlledPageLoad" type="ETLD_PLUS_ONE"> | |
149 <owner>horo@chromium.org</owner> | |
150 <summary> | |
151 The domain and registry of the top level URL of a page which is controlled | |
falken
2015/02/25 01:43:59
I'm not sure top level URL makes sense here, if SW
horo
2015/02/25 02:27:00
I thought that "the top level URL" means the origi
| |
152 by a ServiceWorker. Recorded when a page is loaded. | |
153 </summary> | |
154 </rappor-metric> | |
155 | |
148 <rappor-metric name="Settings.FirstStartupPage" type="ETLD_PLUS_ONE"> | 156 <rappor-metric name="Settings.FirstStartupPage" type="ETLD_PLUS_ONE"> |
149 <owner>holte@chromium.org</owner> | 157 <owner>holte@chromium.org</owner> |
150 <summary> | 158 <summary> |
151 The domain and registry of the URL of the first page opened on startup. | 159 The domain and registry of the URL of the first page opened on startup. |
152 Recorded when a profile is loaded if preferences specify a fixed set of URLs | 160 Recorded when a profile is loaded if preferences specify a fixed set of URLs |
153 to open on startup. | 161 to open on startup. |
154 </summary> | 162 </summary> |
155 </rappor-metric> | 163 </rappor-metric> |
156 | 164 |
157 <rappor-metric name="Settings.HomePage2" type="ETLD_PLUS_ONE"> | 165 <rappor-metric name="Settings.HomePage2" type="ETLD_PLUS_ONE"> |
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
198 <owner>nparker@chromium.org</owner> | 206 <owner>nparker@chromium.org</owner> |
199 <summary> | 207 <summary> |
200 The domain+registry of a URL that triggered an SSL interstitial. Domains | 208 The domain+registry of a URL that triggered an SSL interstitial. Domains |
201 for bad-clock warnings are not reported. | 209 for bad-clock warnings are not reported. |
202 </summary> | 210 </summary> |
203 </rappor-metric> | 211 </rappor-metric> |
204 | 212 |
205 </rappor-metrics> | 213 </rappor-metrics> |
206 | 214 |
207 </rappor-configuration> | 215 </rappor-configuration> |
OLD | NEW |