OLD | NEW |
---|---|
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 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
147 <action name="AboutFlags_disable-website-settings"> | 147 <action name="AboutFlags_disable-website-settings"> |
148 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 148 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
149 <description>Please enter the description of this user action.</description> | 149 <description>Please enter the description of this user action.</description> |
150 </action> | 150 </action> |
151 | 151 |
152 <action name="AboutFlags_dns-server"> | 152 <action name="AboutFlags_dns-server"> |
153 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 153 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
154 <description>Please enter the description of this user action.</description> | 154 <description>Please enter the description of this user action.</description> |
155 </action> | 155 </action> |
156 | 156 |
157 <action name="AboutFlags_document-passive-event-listeners"> | |
158 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | |
Evan Stade
2016/07/08 17:34:59
you don't need to fill this in?
Mathieu
2016/07/08 18:10:02
Someone had forgotten to run extract_actions.py. I
| |
159 <description>Please enter the description of the metric.</description> | |
160 </action> | |
161 | |
157 <action name="AboutFlags_downloads-new-ui"> | 162 <action name="AboutFlags_downloads-new-ui"> |
158 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 163 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
159 <description>Please enter the description of this user action.</description> | 164 <description>Please enter the description of this user action.</description> |
160 </action> | 165 </action> |
161 | 166 |
162 <action name="AboutFlags_enable-chrome-to-mobile"> | 167 <action name="AboutFlags_enable-chrome-to-mobile"> |
163 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 168 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
164 <description>Please enter the description of this user action.</description> | 169 <description>Please enter the description of this user action.</description> |
165 </action> | 170 </action> |
166 | 171 |
(...skipping 13238 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
13405 </action> | 13410 </action> |
13406 | 13411 |
13407 <action name="Signin_Signin_FromAppsPageLink"> | 13412 <action name="Signin_Signin_FromAppsPageLink"> |
13408 <owner>gogerald@chromium.org</owner> | 13413 <owner>gogerald@chromium.org</owner> |
13409 <description> | 13414 <description> |
13410 Recorded on sign in start from access point | 13415 Recorded on sign in start from access point |
13411 signin_metrics::AccessPoint::ACCESS_POINT_APPS_PAGE_LINK. | 13416 signin_metrics::AccessPoint::ACCESS_POINT_APPS_PAGE_LINK. |
13412 </description> | 13417 </description> |
13413 </action> | 13418 </action> |
13414 | 13419 |
13420 <action name="Signin_Signin_FromAutofillDropdown"> | |
13421 <owner>mathp@chromium.org</owner> | |
13422 <description> | |
13423 Recorded on sign in start from access point | |
13424 signin_metrics::AccessPoint::ACCESS_POINT_AUTOFILL_DROPDOWN. | |
13425 </description> | |
13426 </action> | |
13427 | |
13415 <action name="Signin_Signin_FromAvatarBubbleSignin"> | 13428 <action name="Signin_Signin_FromAvatarBubbleSignin"> |
13416 <owner>gogerald@chromium.org</owner> | 13429 <owner>gogerald@chromium.org</owner> |
13417 <description> | 13430 <description> |
13418 Recorded on sign in start from access point | 13431 Recorded on sign in start from access point |
13419 signin_metrics::AccessPoint::ACCESS_POINT_AVATAR_BUBBLE_SIGN_IN. | 13432 signin_metrics::AccessPoint::ACCESS_POINT_AVATAR_BUBBLE_SIGN_IN. |
13420 </description> | 13433 </description> |
13421 </action> | 13434 </action> |
13422 | 13435 |
13423 <action name="Signin_Signin_FromBookmarkBubble"> | 13436 <action name="Signin_Signin_FromBookmarkBubble"> |
13424 <owner>gogerald@chromium.org</owner> | 13437 <owner>gogerald@chromium.org</owner> |
(...skipping 1534 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
14959 <action name="webapps.AddShortcut.Manifest"> | 14972 <action name="webapps.AddShortcut.Manifest"> |
14960 <owner>mlamouri@chromium.org</owner> | 14973 <owner>mlamouri@chromium.org</owner> |
14961 <description> | 14974 <description> |
14962 Shortcut added to the homescreen with a valid Manifest. This action will be | 14975 Shortcut added to the homescreen with a valid Manifest. This action will be |
14963 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions | 14976 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions |
14964 to keep a trend of whether the webapp also add meta tags. | 14977 to keep a trend of whether the webapp also add meta tags. |
14965 </description> | 14978 </description> |
14966 </action> | 14979 </action> |
14967 | 14980 |
14968 </actions> | 14981 </actions> |
OLD | NEW |