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

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

Issue 2064083002: media: Add Rappor reporting in MediaLog (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more fixes 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 899 matching lines...) Expand 10 before | Expand all | Expand 10 after
910 </rappor-metric> 910 </rappor-metric>
911 911
912 <rappor-metric name="Media.OriginUrl.EME.Insecure" type="ETLD_PLUS_ONE"> 912 <rappor-metric name="Media.OriginUrl.EME.Insecure" type="ETLD_PLUS_ONE">
913 <owner>xhwang@chromium.org</owner> 913 <owner>xhwang@chromium.org</owner>
914 <summary> 914 <summary>
915 The domain and registry of the URL that uses Encrypted Media Extensions 915 The domain and registry of the URL that uses Encrypted Media Extensions
916 (EME) from an insecure origin. 916 (EME) from an insecure origin.
917 </summary> 917 </summary>
918 </rappor-metric> 918 </rappor-metric>
919 919
920 <rappor-metric name="Media.OriginUrl.GpuVideoDecoderInitFailure"
921 type="ETLD_PLUS_ONE">
922 <owner>xhwang@chromium.org</owner>
923 <summary>
924 The domain and registry of the URL that loads an HTML5 media player but
925 seeing a failure when trying to initialize the GpuVideoDecoder.
926 </summary>
927 </rappor-metric>
928
920 <rappor-metric name="Media.OriginUrl.HLS" type="ETLD_PLUS_ONE"> 929 <rappor-metric name="Media.OriginUrl.HLS" type="ETLD_PLUS_ONE">
921 <owner>watk@chromium.org</owner> 930 <owner>watk@chromium.org</owner>
922 <summary> 931 <summary>
923 The domain and registry of the URL that loads an HTML5 media player to play 932 The domain and registry of the URL that loads an HTML5 media player to play
924 a HLS stream. 933 a HLS stream.
925 </summary> 934 </summary>
926 </rappor-metric> 935 </rappor-metric>
927 936
928 <rappor-metric name="Media.OriginUrl.MS" type="ETLD_PLUS_ONE"> 937 <rappor-metric name="Media.OriginUrl.MS" type="ETLD_PLUS_ONE">
929 <owner>xhwang@chromium.org</owner> 938 <owner>xhwang@chromium.org</owner>
(...skipping 971 matching lines...) Expand 10 before | Expand all | Expand 10 after
1901 <flag>Bit 1: IS_REPEAT_VISIT</flag> 1910 <flag>Bit 1: IS_REPEAT_VISIT</flag>
1902 <summary> 1911 <summary>
1903 Bitfield of the state from an SSL warning interstitial. 1912 Bitfield of the state from an SSL warning interstitial.
1904 </summary> 1913 </summary>
1905 </flags-field> 1914 </flags-field>
1906 </rappor-metric> 1915 </rappor-metric>
1907 1916
1908 </rappor-metrics> 1917 </rappor-metrics>
1909 1918
1910 </rappor-configuration> 1919 </rappor-configuration>
OLDNEW
« media/filters/gpu_video_decoder.cc ('K') | « media/renderers/default_renderer_factory.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698