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

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

Issue 1299513002: [Android] Add support for a hung renderer dialog (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: New resources, UMA, cleanup, etc... Created 5 years, 3 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 immediatly after a user takes the 10 action taken by a user. It should be logged immediatly after a user takes the
(...skipping 7823 matching lines...) Expand 10 before | Expand all | Expand 10 after
7834 <description>Please enter the description of this user action.</description> 7834 <description>Please enter the description of this user action.</description>
7835 <obsolete>Deprecated as of 5/2015</obsolete> 7835 <obsolete>Deprecated as of 5/2015</obsolete>
7836 </action> 7836 </action>
7837 7837
7838 <action name="MobileFreSkipSignIn"> 7838 <action name="MobileFreSkipSignIn">
7839 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 7839 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
7840 <description>Please enter the description of this user action.</description> 7840 <description>Please enter the description of this user action.</description>
7841 <obsolete>Deprecated as of 5/2015</obsolete> 7841 <obsolete>Deprecated as of 5/2015</obsolete>
7842 </action> 7842 </action>
7843 7843
7844 <action name="MobileHungRendererInfoBarKill">
7845 <owner>jdduke@chromium.org</owner>
7846 <description>
7847 User pressed the kill button on the hung renderer infobar.
7848 </description>
7849 </action>
7850
7844 <action name="MobileMWSession"> 7851 <action name="MobileMWSession">
7845 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 7852 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
7846 <description>Please enter the description of this user action.</description> 7853 <description>Please enter the description of this user action.</description>
7847 </action> 7854 </action>
7848 7855
7849 <action name="MobileMenuAddToBookmarks"> 7856 <action name="MobileMenuAddToBookmarks">
7850 <owner>aurimas@chromium.org</owner> 7857 <owner>aurimas@chromium.org</owner>
7851 <description> 7858 <description>
7852 User pressed the star icon in the app menu to add or remove a bookmark for 7859 User pressed the star icon in the app menu to add or remove a bookmark for
7853 the current page. 7860 the current page.
(...skipping 4875 matching lines...) Expand 10 before | Expand all | Expand 10 after
12729 <action name="webapps.AddShortcut.Manifest"> 12736 <action name="webapps.AddShortcut.Manifest">
12730 <owner>mlamouri@chromium.org</owner> 12737 <owner>mlamouri@chromium.org</owner>
12731 <description> 12738 <description>
12732 Shortcut added to the homescreen with a valid Manifest. This action will be 12739 Shortcut added to the homescreen with a valid Manifest. This action will be
12733 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 12740 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
12734 to keep a trend of whether the webapp also add meta tags. 12741 to keep a trend of whether the webapp also add meta tags.
12735 </description> 12742 </description>
12736 </action> 12743 </action>
12737 12744
12738 </actions> 12745 </actions>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698