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

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

Issue 16370002: Add Extensions.BackgroundPageType histogram. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 | « no previous file | 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 1636 matching lines...) Expand 10 before | Expand all | Expand 10 after
1647 extension_misc::AppLaunchBuckets. See also Apps.AppLaunch for v2 apps. 1647 extension_misc::AppLaunchBuckets. See also Apps.AppLaunch for v2 apps.
1648 </summary> 1648 </summary>
1649 </histogram> 1649 </histogram>
1650 1650
1651 <histogram name="Extensions.AppTabLaunchType" enum="ExtensionLaunchType"> 1651 <histogram name="Extensions.AppTabLaunchType" enum="ExtensionLaunchType">
1652 <summary> 1652 <summary>
1653 The number of apps launched grouped by ExtensionPrefs::LaunchType. 1653 The number of apps launched grouped by ExtensionPrefs::LaunchType.
1654 </summary> 1654 </summary>
1655 </histogram> 1655 </histogram>
1656 1656
1657 <histogram name="Extensions.BackgroundPageType"
1658 units="ExtensionBackgroundPageType">
1659 <summary>The type (if any) of background page the extension has.</summary>
jar (doing other things) 2013/06/04 23:53:59 nit: Please indicate when this is samples, such as
Matt Perry 2013/06/05 00:04:22 Done.
1660 </histogram>
1661
1657 <histogram name="Extensions.DisabledUIUserResponse" 1662 <histogram name="Extensions.DisabledUIUserResponse"
1658 enum="ExtensionDisabledUIUserResponse"> 1663 enum="ExtensionDisabledUIUserResponse">
1659 <summary> 1664 <summary>
1660 User response to the dialog shown when an extension is disabled due to an 1665 User response to the dialog shown when an extension is disabled due to an
1661 update requiring more permissions. 1666 update requiring more permissions.
1662 </summary> 1667 </summary>
1663 </histogram> 1668 </histogram>
1664 1669
1665 <histogram name="Extensions.ExtensionInstalled"> 1670 <histogram name="Extensions.ExtensionInstalled">
1666 <summary>An extension has been installed.</summary> 1671 <summary>An extension has been installed.</summary>
(...skipping 9951 matching lines...) Expand 10 before | Expand all | Expand 10 after
11618 <int value="10044" label="WSAESOCKTNOSUPPORT"/> 11623 <int value="10044" label="WSAESOCKTNOSUPPORT"/>
11619 <int value="10047" label="WSAEAFNOSUPPORT"/> 11624 <int value="10047" label="WSAEAFNOSUPPORT"/>
11620 <int value="10093" label="WSANOTINITIALISED"/> 11625 <int value="10093" label="WSANOTINITIALISED"/>
11621 <int value="10109" label="WSA_TYPE_NOT_FOUND"/> 11626 <int value="10109" label="WSA_TYPE_NOT_FOUND"/>
11622 <int value="11001" label="WSA_HOST_NOT_FOUND"/> 11627 <int value="11001" label="WSA_HOST_NOT_FOUND"/>
11623 <int value="11002" label="WSATRY_AGAIN"/> 11628 <int value="11002" label="WSATRY_AGAIN"/>
11624 <int value="11003" label="WSA_ANO_RECOVERY"/> 11629 <int value="11003" label="WSA_ANO_RECOVERY"/>
11625 <int value="11004" label="WSANO_DATA"/> 11630 <int value="11004" label="WSANO_DATA"/>
11626 </enum> 11631 </enum>
11627 11632
11633 <enum name="ExtensionBackgroundPageType" type="int">
11634 <int value="0" label="None"/>
11635 <int value="1" label="Persistent"/>
11636 <int value="2" label="Event Page"/>
11637 </enum>
11638
11628 <enum name="ExtensionDisabledUIUserResponse" type="int"> 11639 <enum name="ExtensionDisabledUIUserResponse" type="int">
11629 <int value="0" label="IGNORED"/> 11640 <int value="0" label="IGNORED"/>
11630 <int value="1" label="REENABLE"/> 11641 <int value="1" label="REENABLE"/>
11631 <int value="2" label="UNINSTALL"/> 11642 <int value="2" label="UNINSTALL"/>
11632 </enum> 11643 </enum>
11633 11644
11634 <enum name="ExtensionFunctions" type="int"> 11645 <enum name="ExtensionFunctions" type="int">
11635 <!-- Generated from ../../../chrome/browser/extensions/extension_function_histog ram_value.h --> 11646 <!-- Generated from ../../../chrome/browser/extensions/extension_function_histog ram_value.h -->
11636 11647
11637 <int value="0" label="UNKNOWN"/> 11648 <int value="0" label="UNKNOWN"/>
(...skipping 5341 matching lines...) Expand 10 before | Expand all | Expand 10 after
16979 <group name="Disabled" label="Neither extra webstore link is visible"/> 16990 <group name="Disabled" label="Neither extra webstore link is visible"/>
16980 <group name="FooterLink" label="Link in bottom right of footer"/> 16991 <group name="FooterLink" label="Link in bottom right of footer"/>
16981 <group name="PlusIcon" label="Plus icon in apps page"/> 16992 <group name="PlusIcon" label="Plus icon in apps page"/>
16982 <affected-histogram name="Extensions.AppLaunch"/> 16993 <affected-histogram name="Extensions.AppLaunch"/>
16983 <affected-histogram name="NewTabPage.DefaultPageType"/> 16994 <affected-histogram name="NewTabPage.DefaultPageType"/>
16984 </fieldtrial> 16995 </fieldtrial>
16985 16996
16986 </fieldtrials> 16997 </fieldtrials>
16987 16998
16988 </histogram-configuration> 16999 </histogram-configuration>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698