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

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

Issue 2569223002: Add User Actions for Reading List (Closed)
Patch Set: 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 | « 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 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 9863 matching lines...) Expand 10 before | Expand all | Expand 10 after
9874 <action name="MobileQRScannerScannedCode"> 9874 <action name="MobileQRScannerScannedCode">
9875 <owner>jif@chromium.org</owner> 9875 <owner>jif@chromium.org</owner>
9876 <description>User scanned a code using the QR Scanner.</description> 9876 <description>User scanned a code using the QR Scanner.</description>
9877 </action> 9877 </action>
9878 9878
9879 <action name="MobileQRScannerTorchOn"> 9879 <action name="MobileQRScannerTorchOn">
9880 <owner>jif@chromium.org</owner> 9880 <owner>jif@chromium.org</owner>
9881 <description>User switched on torch in the QR Scanner.</description> 9881 <description>User switched on torch in the QR Scanner.</description>
9882 </action> 9882 </action>
9883 9883
9884 <action name="MobileReadingListAdd">
9885 <owner>gambard@chromium.org</owner>
9886 <description>
9887 User added an entry to the ReadingList from inside Chrome.
9888 </description>
9889 </action>
9890
9891 <action name="MobileReadingListDeleteRead">
9892 <owner>gambard@chromium.org</owner>
9893 <description>
9894 User deleted all the read entries of the ReadingList using 'Delete All
9895 Read'.
9896 </description>
9897 </action>
9898
9899 <action name="MobileReadingListMarkRead">
9900 <owner>gambard@chromium.org</owner>
9901 <description>
9902 User marked one or multiple ReadingList entries as 'Read'.
9903 </description>
9904 </action>
9905
9906 <action name="MobileReadingListMarkUnread">
9907 <owner>gambard@chromium.org</owner>
9908 <description>
9909 User marked one or multiple ReadingList entries as 'Unread'.
9910 </description>
9911 </action>
9912
9913 <action name="MobileReadingListOpen">
9914 <owner>gambard@chromium.org</owner>
9915 <description>User opened a ReadingList entry.</description>
9916 </action>
9917
9884 <action name="MobileReceivedExternalIntent"> 9918 <action name="MobileReceivedExternalIntent">
9885 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 9919 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
9886 <description>Please enter the description of this user action.</description> 9920 <description>Please enter the description of this user action.</description>
9887 </action> 9921 </action>
9888 9922
9889 <action name="MobileRendererCrashed"> 9923 <action name="MobileRendererCrashed">
9890 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 9924 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
9891 <description>Please enter the description of this user action.</description> 9925 <description>Please enter the description of this user action.</description>
9892 </action> 9926 </action>
9893 9927
(...skipping 6180 matching lines...) Expand 10 before | Expand all | Expand 10 after
16074 <action name="webapps.AddShortcut.Manifest"> 16108 <action name="webapps.AddShortcut.Manifest">
16075 <owner>mlamouri@chromium.org</owner> 16109 <owner>mlamouri@chromium.org</owner>
16076 <description> 16110 <description>
16077 Shortcut added to the homescreen with a valid Manifest. This action will be 16111 Shortcut added to the homescreen with a valid Manifest. This action will be
16078 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 16112 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
16079 to keep a trend of whether the webapp also add meta tags. 16113 to keep a trend of whether the webapp also add meta tags.
16080 </description> 16114 </description>
16081 </action> 16115 </action>
16082 16116
16083 </actions> 16117 </actions>
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