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 13401 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
13412 </action> | 13412 </action> |
13413 | 13413 |
13414 <action name="Signin_Signin_FromAppsPageLink"> | 13414 <action name="Signin_Signin_FromAppsPageLink"> |
13415 <owner>gogerald@chromium.org</owner> | 13415 <owner>gogerald@chromium.org</owner> |
13416 <description> | 13416 <description> |
13417 Recorded on sign in start from access point | 13417 Recorded on sign in start from access point |
13418 signin_metrics::AccessPoint::ACCESS_POINT_APPS_PAGE_LINK. | 13418 signin_metrics::AccessPoint::ACCESS_POINT_APPS_PAGE_LINK. |
13419 </description> | 13419 </description> |
13420 </action> | 13420 </action> |
13421 | 13421 |
| 13422 <action name="Signin_Signin_FromAutofillDropdown"> |
| 13423 <owner>mathp@chromium.org</owner> |
| 13424 <description> |
| 13425 Recorded on sign in start from access point |
| 13426 signin_metrics::AccessPoint::ACCESS_POINT_AUTOFILL_DROPDOWN. |
| 13427 </description> |
| 13428 </action> |
| 13429 |
13422 <action name="Signin_Signin_FromAvatarBubbleSignin"> | 13430 <action name="Signin_Signin_FromAvatarBubbleSignin"> |
13423 <owner>gogerald@chromium.org</owner> | 13431 <owner>gogerald@chromium.org</owner> |
13424 <description> | 13432 <description> |
13425 Recorded on sign in start from access point | 13433 Recorded on sign in start from access point |
13426 signin_metrics::AccessPoint::ACCESS_POINT_AVATAR_BUBBLE_SIGN_IN. | 13434 signin_metrics::AccessPoint::ACCESS_POINT_AVATAR_BUBBLE_SIGN_IN. |
13427 </description> | 13435 </description> |
13428 </action> | 13436 </action> |
13429 | 13437 |
13430 <action name="Signin_Signin_FromBookmarkBubble"> | 13438 <action name="Signin_Signin_FromBookmarkBubble"> |
13431 <owner>gogerald@chromium.org</owner> | 13439 <owner>gogerald@chromium.org</owner> |
(...skipping 1578 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
15010 <action name="webapps.AddShortcut.Manifest"> | 15018 <action name="webapps.AddShortcut.Manifest"> |
15011 <owner>mlamouri@chromium.org</owner> | 15019 <owner>mlamouri@chromium.org</owner> |
15012 <description> | 15020 <description> |
15013 Shortcut added to the homescreen with a valid Manifest. This action will be | 15021 Shortcut added to the homescreen with a valid Manifest. This action will be |
15014 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions | 15022 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions |
15015 to keep a trend of whether the webapp also add meta tags. | 15023 to keep a trend of whether the webapp also add meta tags. |
15016 </description> | 15024 </description> |
15017 </action> | 15025 </action> |
15018 | 15026 |
15019 </actions> | 15027 </actions> |
OLD | NEW |