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

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

Issue 2096363003: [ImportantSites] Adding usage metrics. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comments Created 4 years, 5 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 882 matching lines...) Expand 10 before | Expand all | Expand 10 after
893 </description> 893 </description>
894 </action> 894 </action>
895 895
896 <action name="AlertIndicatorButton_Unmute"> 896 <action name="AlertIndicatorButton_Unmute">
897 <owner>miu@chromium.org</owner> 897 <owner>miu@chromium.org</owner>
898 <description> 898 <description>
899 User clicked the tab alert indicator button to unmute the tab. 899 User clicked the tab alert indicator button to unmute the tab.
900 </description> 900 </description>
901 </action> 901 </action>
902 902
903 <action name="Android.ManageSpace">
904 <owner>dmurph@chromium.org</owner>
905 <description>
906 This is recorded when the user navigates to 'Manage Space' from the Android
Mark P 2016/06/29 20:20:32 nit: "This is recorded when the user navigates" ->
dmurph 2016/06/29 21:56:06 Done.
907 settings for Chrome.
Mark P 2016/06/29 20:20:32 Is this the app information panel in the "Apps" se
dmurph 2016/06/29 21:56:06 Yes, it's a new feature. Fixed.
908 </description>
909 </action>
910
903 <action name="Android.MultiWindowMode.Enter"> 911 <action name="Android.MultiWindowMode.Enter">
904 <owner>twellington@chromium.org</owner> 912 <owner>twellington@chromium.org</owner>
905 <description>The activity entered Android N multi-window mode.</description> 913 <description>The activity entered Android N multi-window mode.</description>
906 </action> 914 </action>
907 915
908 <action name="Android.MultiWindowMode.Enter-SecondInstance"> 916 <action name="Android.MultiWindowMode.Enter-SecondInstance">
909 <owner>twellington@chromium.org</owner> 917 <owner>twellington@chromium.org</owner>
910 <description> 918 <description>
911 The second activity instance (ChromeTabbedActivity2) entered Android N 919 The second activity instance (ChromeTabbedActivity2) entered Android N
912 multi-window mode. Recorded separately from Android.MultiWindowMode.Enter to 920 multi-window mode. Recorded separately from Android.MultiWindowMode.Enter to
(...skipping 8411 matching lines...) Expand 10 before | Expand all | Expand 10 after
9324 <description>Website Settings opened via the menu.</description> 9332 <description>Website Settings opened via the menu.</description>
9325 </action> 9333 </action>
9326 9334
9327 <action name="MobileWebsiteSettingsOpenedFromToolbar"> 9335 <action name="MobileWebsiteSettingsOpenedFromToolbar">
9328 <owner>tedchoc@chromium.org</owner> 9336 <owner>tedchoc@chromium.org</owner>
9329 <description> 9337 <description>
9330 Website Settings opened via the toolbar page info (i.e. https lock) icon. 9338 Website Settings opened via the toolbar page info (i.e. https lock) icon.
9331 </description> 9339 </description>
9332 </action> 9340 </action>
9333 9341
9342 <action name="MobileWebsiteSettingsStorageClearAll">
9343 <owner>dmurph@chromium.org</owner>
9344 <description>
9345 Recorded when the user clicks on the 'Clear All' button in the Storage
Mark P 2016/06/29 20:20:32 "Recorded when the user clicks" -> "User clicked"
dmurph 2016/06/29 21:56:06 Done.
9346 section of sites settings.
9347 </description>
9348 </action>
9349
9334 <action name="MostVisited0"> 9350 <action name="MostVisited0">
9335 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 9351 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
9336 <description>Please enter the description of this user action.</description> 9352 <description>Please enter the description of this user action.</description>
9337 </action> 9353 </action>
9338 9354
9339 <action name="MostVisited1"> 9355 <action name="MostVisited1">
9340 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 9356 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
9341 <description>Please enter the description of this user action.</description> 9357 <description>Please enter the description of this user action.</description>
9342 </action> 9358 </action>
9343 9359
(...skipping 5518 matching lines...) Expand 10 before | Expand all | Expand 10 after
14862 <action name="webapps.AddShortcut.Manifest"> 14878 <action name="webapps.AddShortcut.Manifest">
14863 <owner>mlamouri@chromium.org</owner> 14879 <owner>mlamouri@chromium.org</owner>
14864 <description> 14880 <description>
14865 Shortcut added to the homescreen with a valid Manifest. This action will be 14881 Shortcut added to the homescreen with a valid Manifest. This action will be
14866 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 14882 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
14867 to keep a trend of whether the webapp also add meta tags. 14883 to keep a trend of whether the webapp also add meta tags.
14868 </description> 14884 </description>
14869 </action> 14885 </action>
14870 14886
14871 </actions> 14887 </actions>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698