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 13608 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
13619 <description>Recorded when showing sign in entry in the menu.</description> | 13619 <description>Recorded when showing sign in entry in the menu.</description> |
13620 </action> | 13620 </action> |
13621 | 13621 |
13622 <action name="Signin_Impression_FromNTP"> | 13622 <action name="Signin_Impression_FromNTP"> |
13623 <owner>gogerald@chromium.org</owner> | 13623 <owner>gogerald@chromium.org</owner> |
13624 <description> | 13624 <description> |
13625 Recorded when showing sign in entry in the new tab page. | 13625 Recorded when showing sign in entry in the new tab page. |
13626 </description> | 13626 </description> |
13627 </action> | 13627 </action> |
13628 | 13628 |
| 13629 <action name="Signin_Impression_FromNTPContentSuggestions"> |
| 13630 <owner>gogerald@chromium.org</owner> |
| 13631 <description> |
| 13632 Recorded when showing sign in card in the snippets new tab page. |
| 13633 </description> |
| 13634 </action> |
| 13635 |
13629 <action name="Signin_Impression_FromPasswordBubble"> | 13636 <action name="Signin_Impression_FromPasswordBubble"> |
13630 <owner>gogerald@chromium.org</owner> | 13637 <owner>gogerald@chromium.org</owner> |
13631 <description> | 13638 <description> |
13632 Recorded when showing sign in entry in the saving password bubble. | 13639 Recorded when showing sign in entry in the saving password bubble. |
13633 </description> | 13640 </description> |
13634 </action> | 13641 </action> |
13635 | 13642 |
13636 <action name="Signin_Impression_FromRecentTabs"> | 13643 <action name="Signin_Impression_FromRecentTabs"> |
13637 <owner>gogerald@chromium.org</owner> | 13644 <owner>gogerald@chromium.org</owner> |
13638 <description> | 13645 <description> |
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
13783 </action> | 13790 </action> |
13784 | 13791 |
13785 <action name="Signin_Signin_FromNTP"> | 13792 <action name="Signin_Signin_FromNTP"> |
13786 <owner>gogerald@chromium.org</owner> | 13793 <owner>gogerald@chromium.org</owner> |
13787 <description> | 13794 <description> |
13788 Recorded on sign in start from access point | 13795 Recorded on sign in start from access point |
13789 signin_metrics::AccessPoint::ACCESS_POINT_NTP_LINK. | 13796 signin_metrics::AccessPoint::ACCESS_POINT_NTP_LINK. |
13790 </description> | 13797 </description> |
13791 </action> | 13798 </action> |
13792 | 13799 |
| 13800 <action name="Signin_Signin_FromNTPContentSuggestions"> |
| 13801 <owner>gogerald@chromium.org</owner> |
| 13802 <description> |
| 13803 Recorded on sign in start from access point |
| 13804 signin_metrics::AccessPoint::ACCESS_POINT_NTP_CONTENT_SUGGESTIONS. |
| 13805 </description> |
| 13806 </action> |
| 13807 |
13793 <action name="Signin_Signin_FromPasswordBubble"> | 13808 <action name="Signin_Signin_FromPasswordBubble"> |
13794 <owner>gogerald@chromium.org</owner> | 13809 <owner>gogerald@chromium.org</owner> |
13795 <description> | 13810 <description> |
13796 Recorded on sign in start from access point | 13811 Recorded on sign in start from access point |
13797 signin_metrics::AccessPoint::ACCESS_POINT_PASSWORD_BUBBLE. | 13812 signin_metrics::AccessPoint::ACCESS_POINT_PASSWORD_BUBBLE. |
13798 </description> | 13813 </description> |
13799 </action> | 13814 </action> |
13800 | 13815 |
13801 <action name="Signin_Signin_FromRecentTabs"> | 13816 <action name="Signin_Signin_FromRecentTabs"> |
13802 <owner>gogerald@chromium.org</owner> | 13817 <owner>gogerald@chromium.org</owner> |
(...skipping 1597 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
15400 <action name="webapps.AddShortcut.Manifest"> | 15415 <action name="webapps.AddShortcut.Manifest"> |
15401 <owner>mlamouri@chromium.org</owner> | 15416 <owner>mlamouri@chromium.org</owner> |
15402 <description> | 15417 <description> |
15403 Shortcut added to the homescreen with a valid Manifest. This action will be | 15418 Shortcut added to the homescreen with a valid Manifest. This action will be |
15404 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions | 15419 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions |
15405 to keep a trend of whether the webapp also add meta tags. | 15420 to keep a trend of whether the webapp also add meta tags. |
15406 </description> | 15421 </description> |
15407 </action> | 15422 </action> |
15408 | 15423 |
15409 </actions> | 15424 </actions> |
OLD | NEW |