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

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

Issue 2534333002: Show 'Send Feedback' button on the sad tab page on multiple failures (Closed)
Patch Set: Fixed code based off of twellington's comments. Created 4 years 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/new_or_sad_tab_strings.grdp ('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 9819 matching lines...) Expand 10 before | Expand all | Expand 10 after
9830 <action name="MobileReceivedExternalIntent"> 9830 <action name="MobileReceivedExternalIntent">
9831 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 9831 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
9832 <description>Please enter the description of this user action.</description> 9832 <description>Please enter the description of this user action.</description>
9833 </action> 9833 </action>
9834 9834
9835 <action name="MobileRendererCrashed"> 9835 <action name="MobileRendererCrashed">
9836 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 9836 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
9837 <description>Please enter the description of this user action.</description> 9837 <description>Please enter the description of this user action.</description>
9838 </action> 9838 </action>
9839 9839
9840 <action name="MobileSadTabFeedback">
9841 <owner>jwanda@chromium.org</owner>
9842 <description>
9843 The user pressed the Send Feedback button on a tab that is displaying the
9844 sad view.
9845 </description>
9846 </action>
9847
9840 <action name="MobileSettingsStorageClearAll"> 9848 <action name="MobileSettingsStorageClearAll">
9841 <owner>dmurph@chromium.org</owner> 9849 <owner>dmurph@chromium.org</owner>
9842 <description> 9850 <description>
9843 User clicked on the 'Clear All' button in the Storage section of sites 9851 User clicked on the 'Clear All' button in the Storage section of sites
9844 settings. 9852 settings.
9845 </description> 9853 </description>
9846 </action> 9854 </action>
9847 9855
9848 <action name="MobileShortcutAllBookmarks"> 9856 <action name="MobileShortcutAllBookmarks">
9849 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 9857 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
(...skipping 6130 matching lines...) Expand 10 before | Expand all | Expand 10 after
15980 <action name="webapps.AddShortcut.Manifest"> 15988 <action name="webapps.AddShortcut.Manifest">
15981 <owner>mlamouri@chromium.org</owner> 15989 <owner>mlamouri@chromium.org</owner>
15982 <description> 15990 <description>
15983 Shortcut added to the homescreen with a valid Manifest. This action will be 15991 Shortcut added to the homescreen with a valid Manifest. This action will be
15984 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 15992 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
15985 to keep a trend of whether the webapp also add meta tags. 15993 to keep a trend of whether the webapp also add meta tags.
15986 </description> 15994 </description>
15987 </action> 15995 </action>
15988 15996
15989 </actions> 15997 </actions>
OLDNEW
« no previous file with comments | « components/new_or_sad_tab_strings.grdp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698