| 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 991 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1002 </rappor-metric> | 1002 </rappor-metric> |
| 1003 | 1003 |
| 1004 <rappor-metric name="Net.ErrAborted.Slow" type="ETLD_PLUS_ONE"> | 1004 <rappor-metric name="Net.ErrAborted.Slow" type="ETLD_PLUS_ONE"> |
| 1005 <owner>csharrison@chromium.org</owner> | 1005 <owner>csharrison@chromium.org</owner> |
| 1006 <summary> | 1006 <summary> |
| 1007 The domain and registry of the URL that leads to a main frame ERR_ABORTED | 1007 The domain and registry of the URL that leads to a main frame ERR_ABORTED |
| 1008 error more than 100 ms after the request is created. | 1008 error more than 100 ms after the request is created. |
| 1009 </summary> | 1009 </summary> |
| 1010 </rappor-metric> | 1010 </rappor-metric> |
| 1011 | 1011 |
| 1012 <rappor-metric name="OfflinePages.OfflineVersionWasViewedWhileOffline" |
| 1013 type="LOW_FREQUENCY_UMA_RAPPOR_TYPE"> |
| 1014 <owner>dewittj@chromium.org</owner> |
| 1015 <summary> |
| 1016 The domain and registry of the URL that is saved by the offline pages |
| 1017 feature. |
| 1018 </summary> |
| 1019 </rappor-metric> |
| 1020 |
| 1021 <rappor-metric name="OfflinePages.PageWasSavedForOffline" |
| 1022 type="UMA_RAPPOR_TYPE"> |
| 1023 <owner>dewittj@chromium.org</owner> |
| 1024 <summary> |
| 1025 The domain and registry of the URL that is saved by the offline pages |
| 1026 feature. |
| 1027 </summary> |
| 1028 </rappor-metric> |
| 1029 |
| 1012 <rappor-metric name="PageLoad.CoarseTiming.NavigationToFirstContentfulPaint" | 1030 <rappor-metric name="PageLoad.CoarseTiming.NavigationToFirstContentfulPaint" |
| 1013 type="UMA_RAPPOR_TYPE"> | 1031 type="UMA_RAPPOR_TYPE"> |
| 1014 <owner>csharrison@chromium.org</owner> | 1032 <owner>csharrison@chromium.org</owner> |
| 1015 <owner>bmcquade@chromium.org</owner> | 1033 <owner>bmcquade@chromium.org</owner> |
| 1016 <summary> | 1034 <summary> |
| 1017 The eTLD+1 of the website visited, along with a bitfield representing | 1035 The eTLD+1 of the website visited, along with a bitfield representing |
| 1018 bucket membership in a coarse histogram of time from navigation start to the | 1036 bucket membership in a coarse histogram of time from navigation start to the |
| 1019 time the first real content (text/image) is painted on the screen (See | 1037 time the first real content (text/image) is painted on the screen (See |
| 1020 PageLoad.Timing2.NavigationToFirstContentfulPaint). The bucket's name is the | 1038 PageLoad.Timing2.NavigationToFirstContentfulPaint). The bucket's name is the |
| 1021 histogram's lower bound. Tracks the same sites that the rest of the | 1039 histogram's lower bound. Tracks the same sites that the rest of the |
| (...skipping 859 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1881 <flag>Bit 1: IS_REPEAT_VISIT</flag> | 1899 <flag>Bit 1: IS_REPEAT_VISIT</flag> |
| 1882 <summary> | 1900 <summary> |
| 1883 Bitfield of the state from an SSL warning interstitial. | 1901 Bitfield of the state from an SSL warning interstitial. |
| 1884 </summary> | 1902 </summary> |
| 1885 </flags-field> | 1903 </flags-field> |
| 1886 </rappor-metric> | 1904 </rappor-metric> |
| 1887 | 1905 |
| 1888 </rappor-metrics> | 1906 </rappor-metrics> |
| 1889 | 1907 |
| 1890 </rappor-configuration> | 1908 </rappor-configuration> |
| OLD | NEW |