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

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

Issue 20609004: [Downloads] Some UMA for downloads resumption. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 4 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/browser/download/download_stats.cc ('k') | no next file » | 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 15492 matching lines...) Expand 10 before | Expand all | Expand 10 after
15503 <int value="4" label="Initiated by Renderer (Obsolete)"/> 15503 <int value="4" label="Initiated by Renderer (Obsolete)"/>
15504 <int value="5" label="Initiated and Unthrottled"/> 15504 <int value="5" label="Initiated and Unthrottled"/>
15505 <int value="6" label="Completed"/> 15505 <int value="6" label="Completed"/>
15506 <int value="7" label="Cancelled"/> 15506 <int value="7" label="Cancelled"/>
15507 <int value="8" label="Started"/> 15507 <int value="8" label="Started"/>
15508 <int value="9" label="Interrupted"/> 15508 <int value="9" label="Interrupted"/>
15509 <int value="10" label="Calls to AppendDataToFile (Size)"/> 15509 <int value="10" label="Calls to AppendDataToFile (Size)"/>
15510 <int value="11" label="Calls to AppendDataToFile (Count)"/> 15510 <int value="11" label="Calls to AppendDataToFile (Count)"/>
15511 <int value="12" label="Interrupted at End of Download"/> 15511 <int value="12" label="Interrupted at End of Download"/>
15512 <int value="13" label="Attempt to Append to Detached File"/> 15512 <int value="13" label="Attempt to Append to Detached File"/>
15513 <int value="14" label="File Missing After Successful Scan"/>
15514 <int value="15" label="Supports ranges and strong validation"/>
15515 <int value="16" label="No WebContents at interruption"/>
15513 </enum> 15516 </enum>
15514 15517
15515 <enum name="DownloadDatabaseRecordDroppedType" type="int"> 15518 <enum name="DownloadDatabaseRecordDroppedType" type="int">
15516 <int value="0" label="Bad State"/> 15519 <int value="0" label="Bad State"/>
15517 <int value="1" label="Bad Danger Type"/> 15520 <int value="1" label="Bad Danger Type"/>
15518 </enum> 15521 </enum>
15519 15522
15520 <enum name="DownloadDOMEvent" type="int"> 15523 <enum name="DownloadDOMEvent" type="int">
15521 <int value="0" label="GetDownloads"/> 15524 <int value="0" label="GetDownloads"/>
15522 <int value="1" label="OpenFile"/> 15525 <int value="1" label="OpenFile"/>
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
15585 <int value="2" label="Finished"/> 15588 <int value="2" label="Finished"/>
15586 <int value="3" label="Write to already completed file"/> 15589 <int value="3" label="Write to already completed file"/>
15587 <int value="4" label="Write to already failed file"/> 15590 <int value="4" label="Write to already failed file"/>
15588 </enum> 15591 </enum>
15589 15592
15590 <enum name="DownloadSource" type="int"> 15593 <enum name="DownloadSource" type="int">
15591 <int value="0" label="Initiated by Save Package on Non-HTML content"/> 15594 <int value="0" label="Initiated by Save Package on Non-HTML content"/>
15592 <int value="1" label="Initiated by Drag-and-drop"/> 15595 <int value="1" label="Initiated by Drag-and-drop"/>
15593 <int value="2" label="Initiated by RPC from Renderer"/> 15596 <int value="2" label="Initiated by RPC from Renderer"/>
15594 <int value="3" label="Initiated by Save from Pepper"/> 15597 <int value="3" label="Initiated by Save from Pepper"/>
15598 <int value="4" label="Initiated by Resumption"/>
15595 </enum> 15599 </enum>
15596 15600
15597 <enum name="DriveCacheDBOpenStatus" type="int"> 15601 <enum name="DriveCacheDBOpenStatus" type="int">
15598 <int value="0" label="Success"/> 15602 <int value="0" label="Success"/>
15599 <int value="1" label="Corrupt database"/> 15603 <int value="1" label="Corrupt database"/>
15600 <int value="2" label="Unknown recoverable failure"/> 15604 <int value="2" label="Unknown recoverable failure"/>
15601 <int value="3" label="Unrecoverable (disk full?) failure"/> 15605 <int value="3" label="Unrecoverable (disk full?) failure"/>
15602 </enum> 15606 </enum>
15603 15607
15604 <enum name="DriveEntryKind" type="int"> 15608 <enum name="DriveEntryKind" type="int">
(...skipping 2116 matching lines...) Expand 10 before | Expand all | Expand 10 after
17721 <int value="0" label="NONE"/> 17725 <int value="0" label="NONE"/>
17722 <int value="1" label="FILE_FAILED"/> 17726 <int value="1" label="FILE_FAILED"/>
17723 <int value="2" label="FILE_ACCESS_DENIED"/> 17727 <int value="2" label="FILE_ACCESS_DENIED"/>
17724 <int value="3" label="FILE_NO_SPACE"/> 17728 <int value="3" label="FILE_NO_SPACE"/>
17725 <int value="5" label="FILE_NAME_TOO_LONG"/> 17729 <int value="5" label="FILE_NAME_TOO_LONG"/>
17726 <int value="6" label="FILE_TOO_LARGE"/> 17730 <int value="6" label="FILE_TOO_LARGE"/>
17727 <int value="7" label="FILE_VIRUS_INFECTED"/> 17731 <int value="7" label="FILE_VIRUS_INFECTED"/>
17728 <int value="10" label="FILE_TRANSIENT_ERROR"/> 17732 <int value="10" label="FILE_TRANSIENT_ERROR"/>
17729 <int value="11" label="FILE_BLOCKED"/> 17733 <int value="11" label="FILE_BLOCKED"/>
17730 <int value="12" label="FILE_SECURITY_CHECK_FAILED"/> 17734 <int value="12" label="FILE_SECURITY_CHECK_FAILED"/>
17735 <int value="13" label="FILE_TOO_SHORT"/>
17731 <int value="20" label="NETWORK_FAILED"/> 17736 <int value="20" label="NETWORK_FAILED"/>
17732 <int value="21" label="NETWORK_TIMEOUT"/> 17737 <int value="21" label="NETWORK_TIMEOUT"/>
17733 <int value="22" label="NETWORK_DISCONNECTED"/> 17738 <int value="22" label="NETWORK_DISCONNECTED"/>
17734 <int value="23" label="NETWORK_SERVER_DOWN"/> 17739 <int value="23" label="NETWORK_SERVER_DOWN"/>
17735 <int value="30" label="SERVER_FAILED"/> 17740 <int value="30" label="SERVER_FAILED"/>
17736 <int value="31" label="SERVER_NO_RANGE"/> 17741 <int value="31" label="SERVER_NO_RANGE"/>
17737 <int value="32" label="SERVER_PRECONDITION"/> 17742 <int value="32" label="SERVER_PRECONDITION"/>
17738 <int value="33" label="SERVER_BAD_CONTENT"/> 17743 <int value="33" label="SERVER_BAD_CONTENT"/>
17739 <int value="40" label="USER_CANCELED"/> 17744 <int value="40" label="USER_CANCELED"/>
17740 <int value="41" label="USER_SHUTDOWN"/> 17745 <int value="41" label="USER_SHUTDOWN"/>
(...skipping 5824 matching lines...) Expand 10 before | Expand all | Expand 10 after
23565 <group name="Disabled" label="Neither extra webstore link is visible"/> 23570 <group name="Disabled" label="Neither extra webstore link is visible"/>
23566 <group name="FooterLink" label="Link in bottom right of footer"/> 23571 <group name="FooterLink" label="Link in bottom right of footer"/>
23567 <group name="PlusIcon" label="Plus icon in apps page"/> 23572 <group name="PlusIcon" label="Plus icon in apps page"/>
23568 <affected-histogram name="Extensions.AppLaunch"/> 23573 <affected-histogram name="Extensions.AppLaunch"/>
23569 <affected-histogram name="NewTabPage.DefaultPageType"/> 23574 <affected-histogram name="NewTabPage.DefaultPageType"/>
23570 </fieldtrial> 23575 </fieldtrial>
23571 23576
23572 </fieldtrials> 23577 </fieldtrials>
23573 23578
23574 </histogram-configuration> 23579 </histogram-configuration>
OLDNEW
« no previous file with comments | « content/browser/download/download_stats.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698