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 immediatly after a user takes the | 10 action taken by a user. It should be logged immediatly after a user takes the |
(...skipping 2905 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2916 </action> | 2916 </action> |
2917 | 2917 |
2918 <action name="DownloadNotification.Click_Stopped"> | 2918 <action name="DownloadNotification.Click_Stopped"> |
2919 <owner>yoshiki@chromium.org</owner> | 2919 <owner>yoshiki@chromium.org</owner> |
2920 <description> | 2920 <description> |
2921 User pushes a download notification, which indicates a cancelled or | 2921 User pushes a download notification, which indicates a cancelled or |
2922 interrupted download. | 2922 interrupted download. |
2923 </description> | 2923 </description> |
2924 </action> | 2924 </action> |
2925 | 2925 |
| 2926 <action name="DownloadNotification.Close_Dangerous"> |
| 2927 <owner>yoshiki@chromium.org</owner> |
| 2928 <owner>deepak.m1@samsung.com</owner> |
| 2929 <description> |
| 2930 User closed a download notification, which indicates a dangerous download. |
| 2931 </description> |
| 2932 </action> |
| 2933 |
2926 <action name="Duplicate"> | 2934 <action name="Duplicate"> |
2927 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 2935 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
2928 <description>Please enter the description of this user action.</description> | 2936 <description>Please enter the description of this user action.</description> |
2929 </action> | 2937 </action> |
2930 | 2938 |
2931 <action name="EasyUnlock_Enabled_Disable"> | 2939 <action name="EasyUnlock_Enabled_Disable"> |
2932 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 2940 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
2933 <description>Please enter the description of the metric.</description> | 2941 <description>Please enter the description of the metric.</description> |
2934 </action> | 2942 </action> |
2935 | 2943 |
(...skipping 9888 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
12824 <action name="webapps.AddShortcut.Manifest"> | 12832 <action name="webapps.AddShortcut.Manifest"> |
12825 <owner>mlamouri@chromium.org</owner> | 12833 <owner>mlamouri@chromium.org</owner> |
12826 <description> | 12834 <description> |
12827 Shortcut added to the homescreen with a valid Manifest. This action will be | 12835 Shortcut added to the homescreen with a valid Manifest. This action will be |
12828 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions | 12836 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions |
12829 to keep a trend of whether the webapp also add meta tags. | 12837 to keep a trend of whether the webapp also add meta tags. |
12830 </description> | 12838 </description> |
12831 </action> | 12839 </action> |
12832 | 12840 |
12833 </actions> | 12841 </actions> |
OLD | NEW |