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

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

Issue 2854283005: Removing more noise from user action sequencer. (Closed)
Patch Set: Created 3 years, 7 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 | « no previous file | ui/app_list/presenter/app_list_presenter_impl.cc » ('j') | 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 8786 matching lines...) Expand 10 before | Expand all | Expand 10 after
8797 <description> 8797 <description>
8798 Recorded when the user activates a shelf button using touch. 8798 Recorded when the user activates a shelf button using touch.
8799 </description> 8799 </description>
8800 </action> 8800 </action>
8801 8801
8802 <action name="Launcher_ClickOnApp"> 8802 <action name="Launcher_ClickOnApp">
8803 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 8803 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
8804 <description>Please enter the description of this user action.</description> 8804 <description>Please enter the description of this user action.</description>
8805 </action> 8805 </action>
8806 8806
8807 <action name="Launcher_ClickOnApplistButton"> 8807 <action name="Launcher_ClickOnApplistButton" not_user_triggered="true">
8808 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 8808 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
8809 <description>Please enter the description of this user action.</description> 8809 <description>Please enter the description of this user action.</description>
8810 </action> 8810 </action>
8811 8811
8812 <action name="Launcher_Dismiss"> 8812 <action name="Launcher_Dismiss">
8813 <owner>vadimt@chromium.org</owner> 8813 <owner>vadimt@chromium.org</owner>
8814 <description>Launcher got dismissed.</description> 8814 <description>Launcher got dismissed.</description>
8815 </action> 8815 </action>
8816 8816
8817 <action name="Launcher_LaunchTask"> 8817 <action name="Launcher_LaunchTask">
8818 <owner>bruthig@google.com</owner> 8818 <owner>bruthig@google.com</owner>
8819 <owner>tdanderson@google.com</owner> 8819 <owner>tdanderson@google.com</owner>
8820 <description> 8820 <description>
8821 Recorded when the user launches a new task from the shelf. 8821 Recorded when the user launches a new task from the shelf.
8822 </description> 8822 </description>
8823 </action> 8823 </action>
8824 8824
8825 <action name="Launcher_MinimizeTask"> 8825 <action name="Launcher_MinimizeTask">
8826 <owner>bruthig@google.com</owner> 8826 <owner>bruthig@google.com</owner>
8827 <owner>tdanderson@google.com</owner> 8827 <owner>tdanderson@google.com</owner>
8828 <description> 8828 <description>
8829 Recorded when the user minimizes an existing task by clicking an icon in the 8829 Recorded when the user minimizes an existing task by clicking an icon in the
8830 shelf. 8830 shelf.
8831 </description> 8831 </description>
8832 </action> 8832 </action>
8833 8833
8834 <action name="Launcher_Show">
8835 <owner>vadimt@chromium.org</owner>
8836 <description>Launcher got shown.</description>
8837 </action>
8838
8834 <action name="Launcher_SwitchTask"> 8839 <action name="Launcher_SwitchTask">
8835 <owner>bruthig@google.com</owner> 8840 <owner>bruthig@google.com</owner>
8836 <owner>tdanderson@google.com</owner> 8841 <owner>tdanderson@google.com</owner>
8837 <description> 8842 <description>
8838 Recorded when the user activates an existing task from the shelf. 8843 Recorded when the user activates an existing task from the shelf.
8839 </description> 8844 </description>
8840 </action> 8845 </action>
8841 8846
8842 <action name="LoadURL"> 8847 <action name="LoadURL">
8843 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 8848 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
(...skipping 8103 matching lines...) Expand 10 before | Expand all | Expand 10 after
16947 <action name="webapps.AddShortcut.Manifest"> 16952 <action name="webapps.AddShortcut.Manifest">
16948 <owner>mlamouri@chromium.org</owner> 16953 <owner>mlamouri@chromium.org</owner>
16949 <description> 16954 <description>
16950 Shortcut added to the homescreen with a valid Manifest. This action will be 16955 Shortcut added to the homescreen with a valid Manifest. This action will be
16951 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 16956 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
16952 to keep a trend of whether the webapp also add meta tags. 16957 to keep a trend of whether the webapp also add meta tags.
16953 </description> 16958 </description>
16954 </action> 16959 </action>
16955 16960
16956 </actions> 16961 </actions>
OLDNEW
« no previous file with comments | « no previous file | ui/app_list/presenter/app_list_presenter_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698