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

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

Issue 16327002: android: Implement single origin and CORS check for video (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address nits. Created 7 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 | Annotate | Revision Log
« no previous file with comments | « content/content_tests.gypi ('k') | webkit/renderer/media/android/webmediaplayer_android.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!-- 1 <!--
2 Copyright 2013 The Chromium Authors. All rights reserved. 2 Copyright 2013 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 histograms along 8 This file is used to generate a comprehensive list of Chrome histograms along
9 with a detailed description for each histogram. 9 with a detailed description for each histogram.
10 10
(...skipping 3349 matching lines...) Expand 10 before | Expand all | Expand 10 after
3360 <histogram name="Media.HardwareAudioSamplesPerSecond" enum="AudioSampleRate"> 3360 <histogram name="Media.HardwareAudioSamplesPerSecond" enum="AudioSampleRate">
3361 <summary>Samples per second of the hardware audio device.</summary> 3361 <summary>Samples per second of the hardware audio device.</summary>
3362 </histogram> 3362 </histogram>
3363 3363
3364 <histogram name="Media.HardwareAudioSamplesPerSecondUnexpected" units="Hz"> 3364 <histogram name="Media.HardwareAudioSamplesPerSecondUnexpected" units="Hz">
3365 <summary> 3365 <summary>
3366 Samples per second of the hardware audio device (atypical values, in Hz). 3366 Samples per second of the hardware audio device (atypical values, in Hz).
3367 </summary> 3367 </summary>
3368 </histogram> 3368 </histogram>
3369 3369
3370 <histogram name="Media.InfoLoadDelay" units="milliseconds">
3371 <summary>
3372 The time it takes to perform redirect tracking and a CORS access check while
3373 preparing to play a media file.
3374 </summary>
3375 </histogram>
3376
3370 <histogram name="Media.LinuxAudioIO" enum="LinuxAudioIO"> 3377 <histogram name="Media.LinuxAudioIO" enum="LinuxAudioIO">
3371 <summary> 3378 <summary>
3372 Audio IO layer used by the Linux OS, sampled once at startup of the browser. 3379 Audio IO layer used by the Linux OS, sampled once at startup of the browser.
3373 </summary> 3380 </summary>
3374 </histogram> 3381 </histogram>
3375 3382
3376 <histogram name="Media.MSE.AudioCodec" enum="MSECodec"> 3383 <histogram name="Media.MSE.AudioCodec" enum="MSECodec">
3377 <summary> 3384 <summary>
3378 Audio codec used in Media Source Extensions playback. Set when AddId() is 3385 Audio codec used in Media Source Extensions playback. Set when AddId() is
3379 called during playback. 3386 called during playback.
(...skipping 14954 matching lines...) Expand 10 before | Expand all | Expand 10 after
18334 <group name="Disabled" label="Neither extra webstore link is visible"/> 18341 <group name="Disabled" label="Neither extra webstore link is visible"/>
18335 <group name="FooterLink" label="Link in bottom right of footer"/> 18342 <group name="FooterLink" label="Link in bottom right of footer"/>
18336 <group name="PlusIcon" label="Plus icon in apps page"/> 18343 <group name="PlusIcon" label="Plus icon in apps page"/>
18337 <affected-histogram name="Extensions.AppLaunch"/> 18344 <affected-histogram name="Extensions.AppLaunch"/>
18338 <affected-histogram name="NewTabPage.DefaultPageType"/> 18345 <affected-histogram name="NewTabPage.DefaultPageType"/>
18339 </fieldtrial> 18346 </fieldtrial>
18340 18347
18341 </fieldtrials> 18348 </fieldtrials>
18342 18349
18343 </histogram-configuration> 18350 </histogram-configuration>
OLDNEW
« no previous file with comments | « content/content_tests.gypi ('k') | webkit/renderer/media/android/webmediaplayer_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698