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

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

Issue 2341593003: Add a user action for stop in Android. (Closed)
Patch Set: update actions.xml forrealz 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 355 matching lines...) Expand 10 before | Expand all | Expand 10 after
9764 <description>Please enter the description of this user action.</description> 9772 <description>Please enter the description of this user action.</description>
9765 </action> 9773 </action>
9766 9774
9767 <action name="MobileToolbarNewTab"> 9775 <action name="MobileToolbarNewTab">
9768 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 9776 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
9769 <description>Please enter the description of this user action.</description> 9777 <description>Please enter the description of this user action.</description>
9770 <obsolete>Deprecated as of 5/2015</obsolete> 9778 <obsolete>Deprecated as of 5/2015</obsolete>
9771 </action> 9779 </action>
9772 9780
9773 <action name="MobileToolbarReload"> 9781 <action name="MobileToolbarReload">
9774 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 9782 <owner>tedchoc@chromium.org</owner>
9775 <description>Please enter the description of this user action.</description> 9783 <description>
9784 User pressed the reload icon in the toolbar. Prior to M55, this metric
9785 included all reload actions that happened either from the toolbar (tablets)
9786 or from the menu (phones). From M55 going forward, this only includes
9787 reload actions from the toolbar. Pre-M55, this was the same as
9788 MobileToolbarReload summed with MobileMenuReload.
Mark P 2016/09/16 22:00:21 the same as MobileToolbarReload -> the same as wha
Ted C 2016/09/16 23:40:37 Color me quite confused. Is this what you are ask
Mark P 2016/09/19 18:07:35 Yes, indeed. I thought the last sentence was conf
9789 </description>
9776 </action> 9790 </action>
9777 9791
9778 <action name="MobileToolbarShowMenu"> 9792 <action name="MobileToolbarShowMenu">
9779 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 9793 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
9780 <description>Please enter the description of this user action.</description> 9794 <description>Please enter the description of this user action.</description>
9781 </action> 9795 </action>
9782 9796
9783 <action name="MobileToolbarShowStackView"> 9797 <action name="MobileToolbarShowStackView">
9784 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 9798 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
9785 <description>Please enter the description of this user action.</description> 9799 <description>Please enter the description of this user action.</description>
9786 </action> 9800 </action>
9787 9801
9788 <action name="MobileToolbarStackViewNewTab"> 9802 <action name="MobileToolbarStackViewNewTab">
9789 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 9803 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
9790 <description>Please enter the description of this user action.</description> 9804 <description>Please enter the description of this user action.</description>
9791 </action> 9805 </action>
9792 9806
9807 <action name="MobileToolbarStop">
9808 <owner>tedchoc@chromium.org</owner>
9809 <description>User pressed the stop icon in the toolbar.</description>
9810 </action>
9811
9793 <action name="MobileToolbarToggleBookmark"> 9812 <action name="MobileToolbarToggleBookmark">
9794 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 9813 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
9795 <description>Please enter the description of this user action.</description> 9814 <description>Please enter the description of this user action.</description>
9796 </action> 9815 </action>
9797 9816
9798 <action name="MobileUsingMenuByHwButtonDragging"> 9817 <action name="MobileUsingMenuByHwButtonDragging">
9799 <owner>kkimlabs@chromium.org</owner> 9818 <owner>kkimlabs@chromium.org</owner>
9800 <description> 9819 <description>
9801 Only for Android. Menu is shown by dragging from hardware menu button. 9820 Only for Android. Menu is shown by dragging from hardware menu button.
9802 </description> 9821 </description>
(...skipping 5927 matching lines...) Expand 10 before | Expand all | Expand 10 after
15730 <action name="webapps.AddShortcut.Manifest"> 15749 <action name="webapps.AddShortcut.Manifest">
15731 <owner>mlamouri@chromium.org</owner> 15750 <owner>mlamouri@chromium.org</owner>
15732 <description> 15751 <description>
15733 Shortcut added to the homescreen with a valid Manifest. This action will be 15752 Shortcut added to the homescreen with a valid Manifest. This action will be
15734 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 15753 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
15735 to keep a trend of whether the webapp also add meta tags. 15754 to keep a trend of whether the webapp also add meta tags.
15736 </description> 15755 </description>
15737 </action> 15756 </action>
15738 15757
15739 </actions> 15758 </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