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

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

Issue 1305453002: Add UMA stats for Chromoting connection details. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add Chromoting actions to actions.xml. Fix durations calculations. Created 5 years, 4 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 immediatly after a user takes the 10 action taken by a user. It should be logged immediatly after a user takes the
(...skipping 2049 matching lines...) Expand 10 before | Expand all | Expand 10 after
2060 <action name="Cast_Sender_CastPlayRequested"> 2060 <action name="Cast_Sender_CastPlayRequested">
2061 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 2061 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
2062 <description>Please enter the description of this user action.</description> 2062 <description>Please enter the description of this user action.</description>
2063 </action> 2063 </action>
2064 2064
2065 <action name="Cast_Sender_YouTubeDeviceSelected"> 2065 <action name="Cast_Sender_YouTubeDeviceSelected">
2066 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 2066 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
2067 <description>Please enter the description of this user action.</description> 2067 <description>Please enter the description of this user action.</description>
2068 </action> 2068 </action>
2069 2069
2070 <action name="Chromoting.Connections.Authenticated">
2071 <owner>anandc@chromium.org</owner>
2072 <owner>sergeyu@chromium.org</owner>
2073 <description>Count of Chromoting Authenticated events.</description>
2074 </action>
2075
2076 <action name="Chromoting.Connections.Closed">
2077 <owner>anandc@chromium.org</owner>
2078 <owner>sergeyu@chromium.org</owner>
2079 <description>Count of Chromoting Closed events.</description>
2080 </action>
2081
2082 <action name="Chromoting.Connections.Connected">
2083 <owner>anandc@chromium.org</owner>
2084 <owner>sergeyu@chromium.org</owner>
2085 <description>Count of Chromoting Connected events.</description>
2086 </action>
2087
2088 <action name="Chromoting.Connections.Connecting">
2089 <owner>anandc@chromium.org</owner>
2090 <owner>sergeyu@chromium.org</owner>
2091 <description>Count of Chromoting Connecting events.</description>
2092 </action>
2093
2094 <action name="Chromoting.Connections.Dropped">
2095 <owner>anandc@chromium.org</owner>
2096 <owner>sergeyu@chromium.org</owner>
2097 <description>Count of Chromoting Dropped events.</description>
2098 </action>
Ilya Sherman 2015/08/20 23:42:46 These don't seem like user actions. Have you cons
anandc 2015/08/21 03:15:42 While these are not user actions, they are events
2099
2070 <action name="ClearAuthenticationCache"> 2100 <action name="ClearAuthenticationCache">
2071 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 2101 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
2072 <description>Please enter the description of this user action.</description> 2102 <description>Please enter the description of this user action.</description>
2073 </action> 2103 </action>
2074 2104
2075 <action name="ClearBrowsingData_Autofill"> 2105 <action name="ClearBrowsingData_Autofill">
2076 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 2106 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
2077 <description>Please enter the description of this user action.</description> 2107 <description>Please enter the description of this user action.</description>
2078 </action> 2108 </action>
2079 2109
(...skipping 10610 matching lines...) Expand 10 before | Expand all | Expand 10 after
12690 <action name="webapps.AddShortcut.Manifest"> 12720 <action name="webapps.AddShortcut.Manifest">
12691 <owner>mlamouri@chromium.org</owner> 12721 <owner>mlamouri@chromium.org</owner>
12692 <description> 12722 <description>
12693 Shortcut added to the homescreen with a valid Manifest. This action will be 12723 Shortcut added to the homescreen with a valid Manifest. This action will be
12694 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 12724 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
12695 to keep a trend of whether the webapp also add meta tags. 12725 to keep a trend of whether the webapp also add meta tags.
12696 </description> 12726 </description>
12697 </action> 12727 </action>
12698 12728
12699 </actions> 12729 </actions>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698