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

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

Issue 2371003003: Remove non-elderberry herb flavors. (Closed)
Patch Set: Created 4 years, 2 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 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. A user action should be tied to an actual 9 and description for each user action. A user action should be tied to an actual
10 action taken by a user. It should be logged immediately after a user takes the 10 action taken by a user. It should be logged immediately after a user takes the
(...skipping 15016 matching lines...) Expand 10 before | Expand all | Expand 10 after
15027 15027
15028 <action name="TaskManagement.ReturnButtonClicked"> 15028 <action name="TaskManagement.ReturnButtonClicked">
15029 <owner>dfalcantara@chromium.org</owner> 15029 <owner>dfalcantara@chromium.org</owner>
15030 <description> 15030 <description>
15031 User hit the &quot;X&quot; button to close the tab. The return button is an 15031 User hit the &quot;X&quot; button to close the tab. The return button is an
15032 explicit &quot;close this tab and return to the previous app&quot; button 15032 explicit &quot;close this tab and return to the previous app&quot; button
15033 that may appear to the left of the Omnibox. This is different from regular 15033 that may appear to the left of the Omnibox. This is different from regular
15034 tab closing buttons because those doesn't send the user back to the previous 15034 tab closing buttons because those doesn't send the user back to the previous
15035 app. 15035 app.
15036 </description> 15036 </description>
15037 <obsolete>The button option was removed and code deleted.</obsolete>
15037 </action> 15038 </action>
15038 15039
15039 <action name="TaskManager"> 15040 <action name="TaskManager">
15040 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 15041 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
15041 <description>Please enter the description of this user action.</description> 15042 <description>Please enter the description of this user action.</description>
15042 </action> 15043 </action>
15043 15044
15044 <action name="Terminate_ProcessMismatch_CreateNewWidget"> 15045 <action name="Terminate_ProcessMismatch_CreateNewWidget">
15045 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 15046 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
15046 <description>Please enter the description of this user action.</description> 15047 <description>Please enter the description of this user action.</description>
(...skipping 763 matching lines...) Expand 10 before | Expand all | Expand 10 after
15810 <action name="webapps.AddShortcut.Manifest"> 15811 <action name="webapps.AddShortcut.Manifest">
15811 <owner>mlamouri@chromium.org</owner> 15812 <owner>mlamouri@chromium.org</owner>
15812 <description> 15813 <description>
15813 Shortcut added to the homescreen with a valid Manifest. This action will be 15814 Shortcut added to the homescreen with a valid Manifest. This action will be
15814 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 15815 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
15815 to keep a trend of whether the webapp also add meta tags. 15816 to keep a trend of whether the webapp also add meta tags.
15816 </description> 15817 </description>
15817 </action> 15818 </action>
15818 15819
15819 </actions> 15820 </actions>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698