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

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

Issue 2806053002: Add Precache.Fetch.Begin user action. (Closed)
Patch Set: Amend description. Created 3 years, 8 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
« no previous file with comments | « components/precache/content/precache_manager.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 2014 The Chromium Authors. All rights reserved. 2 Copyright 2014 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 a comprehensive list of Chrome user actions along with the owner 8 This file is a comprehensive list of Chrome user actions along with the owner
9 and description for each user action. 9 and description for each user action.
10 10
(...skipping 13816 matching lines...) Expand 10 before | Expand all | Expand 10 after
13827 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 13827 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
13828 <description>Please enter the description of this user action.</description> 13828 <description>Please enter the description of this user action.</description>
13829 </action> 13829 </action>
13830 13830
13831 <action name="Plugin_NPAPINotSupported"> 13831 <action name="Plugin_NPAPINotSupported">
13832 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 13832 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
13833 <description>Please enter the description of this user action.</description> 13833 <description>Please enter the description of this user action.</description>
13834 <obsolete>Deprecated due to NPAPI removal.</obsolete> 13834 <obsolete>Deprecated due to NPAPI removal.</obsolete>
13835 </action> 13835 </action>
13836 13836
13837 <action name="Precache.Fetch.Begin" not_user_triggered="true">
13838 <owner>twifkak@chromium.org</owner>
13839 <owner>jamartin@chromium.org</owner>
13840 <description>
13841 A precache fetch was initiated, having met all the necessary preconditions.
13842 This occurs when precache is in either Enabled or Control mode.
13843 </description>
13844 </action>
13845
13837 <action name="Precache.Fetch.IntentReceived" not_user_triggered="true"> 13846 <action name="Precache.Fetch.IntentReceived" not_user_triggered="true">
13838 <owner>twifkak@chromium.org</owner> 13847 <owner>twifkak@chromium.org</owner>
13839 <owner>bengr@chromium.org</owner> 13848 <owner>bengr@chromium.org</owner>
13840 <description> 13849 <description>
13841 An intent was received by PrecacheServiceLauncher, corresponding either to a 13850 An intent was received by PrecacheServiceLauncher, corresponding either to a
13842 change in power or network, or to an alarm set by the 13851 change in power or network, or to an alarm set by the
13843 PrecacheServiceLauncher itself. 13852 PrecacheServiceLauncher itself.
13844 </description> 13853 </description>
13845 </action> 13854 </action>
13846 13855
(...skipping 2883 matching lines...) Expand 10 before | Expand all | Expand 10 after
16730 <action name="webapps.AddShortcut.Manifest"> 16739 <action name="webapps.AddShortcut.Manifest">
16731 <owner>mlamouri@chromium.org</owner> 16740 <owner>mlamouri@chromium.org</owner>
16732 <description> 16741 <description>
16733 Shortcut added to the homescreen with a valid Manifest. This action will be 16742 Shortcut added to the homescreen with a valid Manifest. This action will be
16734 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 16743 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
16735 to keep a trend of whether the webapp also add meta tags. 16744 to keep a trend of whether the webapp also add meta tags.
16736 </description> 16745 </description>
16737 </action> 16746 </action>
16738 16747
16739 </actions> 16748 </actions>
OLDNEW
« no previous file with comments | « components/precache/content/precache_manager.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698