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

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

Issue 2341593003: Add a user action for stop in Android. (Closed)
Patch Set: mpearson@s comment Created 4 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
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/toolbar/ToolbarManager.java ('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. 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 9351 matching lines...) Expand 10 before | Expand all | Expand 10 after
9362 <description>User pressed 'Print' in the app menu.</description> 9362 <description>User pressed 'Print' in the app menu.</description>
9363 </action> 9363 </action>
9364 9364
9365 <action name="MobileMenuQuit"> 9365 <action name="MobileMenuQuit">
9366 <owner>aurimas@chromium.org</owner> 9366 <owner>aurimas@chromium.org</owner>
9367 <description>User pressed 'Quit' in the app menu.</description> 9367 <description>User pressed 'Quit' in the app menu.</description>
9368 <obsolete>This menu item was never added to the app menu.</obsolete> 9368 <obsolete>This menu item was never added to the app menu.</obsolete>
9369 </action> 9369 </action>
9370 9370
9371 <action name="MobileMenuReload"> 9371 <action name="MobileMenuReload">
9372 <owner>aurimas@chromium.org</owner> 9372 <owner>tedchoc@chromium.org</owner>
9373 <description>User pressed 'Reload' in the app menu.</description> 9373 <description>
9374 <obsolete>This menu item was never added to the app menu.</obsolete> 9374 User pressed the reload option in the app menu. This was added in M55.
9375 Prior to M55, the menu reload counts were combined with the toolbar counts,
9376 which were all reported as MobileToolbarReload.
9377 </description>
9375 </action> 9378 </action>
9376 9379
9377 <action name="MobileMenuRequestDesktopSite"> 9380 <action name="MobileMenuRequestDesktopSite">
9378 <owner>aurimas@chromium.org</owner> 9381 <owner>aurimas@chromium.org</owner>
9379 <description> 9382 <description>
9380 User pressed 'Request Desktop Site' in the app menu. 9383 User pressed 'Request Desktop Site' in the app menu.
9381 </description> 9384 </description>
9382 </action> 9385 </action>
9383 9386
9384 <action name="MobileMenuSettings"> 9387 <action name="MobileMenuSettings">
9385 <owner>aurimas@chromium.org</owner> 9388 <owner>aurimas@chromium.org</owner>
9386 <description>User pressed 'Settings' in the app menu.</description> 9389 <description>User pressed 'Settings' in the app menu.</description>
9387 </action> 9390 </action>
9388 9391
9389 <action name="MobileMenuShare"> 9392 <action name="MobileMenuShare">
9390 <owner>aurimas@chromium.org</owner> 9393 <owner>aurimas@chromium.org</owner>
9391 <description>User pressed 'Share' in the app menu.</description> 9394 <description>User pressed 'Share' in the app menu.</description>
9392 </action> 9395 </action>
9393 9396
9394 <action name="MobileMenuShow"> 9397 <action name="MobileMenuShow">
9395 <owner>aurimas@chromium.org</owner> 9398 <owner>aurimas@chromium.org</owner>
9396 <description>User opened the app menu.</description> 9399 <description>User opened the app menu.</description>
9397 </action> 9400 </action>
9398 9401
9402 <action name="MobileMenuStop">
9403 <owner>tedchoc@chromium.org</owner>
9404 <description>User pressed the stop option in the app menu.</description>
9405 </action>
9406
9399 <action name="MobileNTP.Interests.Click"> 9407 <action name="MobileNTP.Interests.Click">
9400 <owner>knn@chromium.org</owner> 9408 <owner>knn@chromium.org</owner>
9401 <description> 9409 <description>
9402 Android: The user clicked on an Interest item shown on the NTP. 9410 Android: The user clicked on an Interest item shown on the NTP.
9403 </description> 9411 </description>
9404 </action> 9412 </action>
9405 9413
9406 <action name="MobileNTP.Interests.Dismissed"> 9414 <action name="MobileNTP.Interests.Dismissed">
9407 <owner>knn@chromium.org</owner> 9415 <owner>knn@chromium.org</owner>
9408 <description> 9416 <description>
(...skipping 373 matching lines...) Expand 10 before | Expand all | Expand 10 after
9782 <description>Please enter the description of this user action.</description> 9790 <description>Please enter the description of this user action.</description>
9783 </action> 9791 </action>
9784 9792
9785 <action name="MobileToolbarNewTab"> 9793 <action name="MobileToolbarNewTab">
9786 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 9794 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
9787 <description>Please enter the description of this user action.</description> 9795 <description>Please enter the description of this user action.</description>
9788 <obsolete>Deprecated as of 5/2015</obsolete> 9796 <obsolete>Deprecated as of 5/2015</obsolete>
9789 </action> 9797 </action>
9790 9798
9791 <action name="MobileToolbarReload"> 9799 <action name="MobileToolbarReload">
9792 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 9800 <owner>tedchoc@chromium.org</owner>
9793 <description>Please enter the description of this user action.</description> 9801 <description>
9802 User pressed the reload icon in the toolbar. Pre-M55, MobileToolbarReload
9803 accounted for all reload actions. M55+, this metric only refers to reloads
9804 that occurred from the toolbar.
9805 </description>
9794 </action> 9806 </action>
9795 9807
9796 <action name="MobileToolbarShowMenu"> 9808 <action name="MobileToolbarShowMenu">
9797 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 9809 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
9798 <description>Please enter the description of this user action.</description> 9810 <description>Please enter the description of this user action.</description>
9799 </action> 9811 </action>
9800 9812
9801 <action name="MobileToolbarShowStackView"> 9813 <action name="MobileToolbarShowStackView">
9802 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 9814 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
9803 <description>Please enter the description of this user action.</description> 9815 <description>Please enter the description of this user action.</description>
9804 </action> 9816 </action>
9805 9817
9806 <action name="MobileToolbarStackViewNewTab"> 9818 <action name="MobileToolbarStackViewNewTab">
9807 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 9819 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
9808 <description>Please enter the description of this user action.</description> 9820 <description>Please enter the description of this user action.</description>
9809 </action> 9821 </action>
9810 9822
9823 <action name="MobileToolbarStop">
9824 <owner>tedchoc@chromium.org</owner>
9825 <description>User pressed the stop icon in the toolbar.</description>
9826 </action>
9827
9811 <action name="MobileToolbarToggleBookmark"> 9828 <action name="MobileToolbarToggleBookmark">
9812 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 9829 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
9813 <description>Please enter the description of this user action.</description> 9830 <description>Please enter the description of this user action.</description>
9814 </action> 9831 </action>
9815 9832
9816 <action name="MobileUsingMenuByHwButtonDragging"> 9833 <action name="MobileUsingMenuByHwButtonDragging">
9817 <owner>kkimlabs@chromium.org</owner> 9834 <owner>kkimlabs@chromium.org</owner>
9818 <description> 9835 <description>
9819 Only for Android. Menu is shown by dragging from hardware menu button. 9836 Only for Android. Menu is shown by dragging from hardware menu button.
9820 </description> 9837 </description>
(...skipping 5927 matching lines...) Expand 10 before | Expand all | Expand 10 after
15748 <action name="webapps.AddShortcut.Manifest"> 15765 <action name="webapps.AddShortcut.Manifest">
15749 <owner>mlamouri@chromium.org</owner> 15766 <owner>mlamouri@chromium.org</owner>
15750 <description> 15767 <description>
15751 Shortcut added to the homescreen with a valid Manifest. This action will be 15768 Shortcut added to the homescreen with a valid Manifest. This action will be
15752 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 15769 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
15753 to keep a trend of whether the webapp also add meta tags. 15770 to keep a trend of whether the webapp also add meta tags.
15754 </description> 15771 </description>
15755 </action> 15772 </action>
15756 15773
15757 </actions> 15774 </actions>
OLDNEW
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/toolbar/ToolbarManager.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698