Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(153)

Side by Side Diff: tools/metrics/rappor/rappor.xml

Issue 2057153002: Add GetUserMedia ETLD+1 rappor metrics. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix email Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 817 matching lines...) Expand 10 before | Expand all | Expand 10 after
828 </summary> 828 </summary>
829 </rappor-metric> 829 </rappor-metric>
830 830
831 <rappor-metric name="Extensions.PossibleAdInjection2" type="ETLD_PLUS_ONE"> 831 <rappor-metric name="Extensions.PossibleAdInjection2" type="ETLD_PLUS_ONE">
832 <owner>rdevlin.cronin@chromium.org</owner> 832 <owner>rdevlin.cronin@chromium.org</owner>
833 <summary> 833 <summary>
834 The eTLD+1 of a URL that might be doing ad injection. 834 The eTLD+1 of a URL that might be doing ad injection.
835 </summary> 835 </summary>
836 </rappor-metric> 836 </rappor-metric>
837 837
838 <rappor-metric name="GetUserMedia.InsecureOrigin" type="ETLD_PLUS_ONE">
839 <owner>guidou@chromium.org</owner>
840 <owner>grunell@chromium.org</owner>
841 <owner>hta@chromium.org</owner>
842 <summary>
843 The domain and registry of the URL that is trying to use getUserMedia from
844 an insecure origin.
845 </summary>
846 </rappor-metric>
847
848 <rappor-metric name="GetUserMedia.SecureOrigin" type="ETLD_PLUS_ONE">
849 <owner>guidou@chromium.org</owner>
850 <owner>grunell@chromium.org</owner>
851 <owner>hta@chromium.org</owner>
852 <summary>
853 The domain and registry of the URL that is using getUserMedia from a
854 secure origin.
855 </summary>
856 </rappor-metric>
857
838 <rappor-metric name="Launch.HomeScreen.Shortcut" type="ETLD_PLUS_ONE"> 858 <rappor-metric name="Launch.HomeScreen.Shortcut" type="ETLD_PLUS_ONE">
839 <owner>dfalcantara@chromium.org</owner> 859 <owner>dfalcantara@chromium.org</owner>
840 <summary> 860 <summary>
841 The eTLD+1 of a URL that was launched from the Android Home screen into a 861 The eTLD+1 of a URL that was launched from the Android Home screen into a
842 tab. This explicitly does not count relaunches via the Android Recents 862 tab. This explicitly does not count relaunches via the Android Recents
843 menu. 863 menu.
844 </summary> 864 </summary>
845 </rappor-metric> 865 </rappor-metric>
846 866
847 <rappor-metric name="Launch.HomeScreen.Standalone" type="ETLD_PLUS_ONE"> 867 <rappor-metric name="Launch.HomeScreen.Standalone" type="ETLD_PLUS_ONE">
(...skipping 1053 matching lines...) Expand 10 before | Expand all | Expand 10 after
1901 <flag>Bit 1: IS_REPEAT_VISIT</flag> 1921 <flag>Bit 1: IS_REPEAT_VISIT</flag>
1902 <summary> 1922 <summary>
1903 Bitfield of the state from an SSL warning interstitial. 1923 Bitfield of the state from an SSL warning interstitial.
1904 </summary> 1924 </summary>
1905 </flags-field> 1925 </flags-field>
1906 </rappor-metric> 1926 </rappor-metric>
1907 1927
1908 </rappor-metrics> 1928 </rappor-metrics>
1909 1929
1910 </rappor-configuration> 1930 </rappor-configuration>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698