Chromium Code Reviews| 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 13882 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 13893 <action name="StatusArea_Network_WifiDisabled"> | 13893 <action name="StatusArea_Network_WifiDisabled"> |
| 13894 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 13894 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
| 13895 <description>Please enter the description of this user action.</description> | 13895 <description>Please enter the description of this user action.</description> |
| 13896 </action> | 13896 </action> |
| 13897 | 13897 |
| 13898 <action name="StatusArea_Network_WifiEnabled"> | 13898 <action name="StatusArea_Network_WifiEnabled"> |
| 13899 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 13899 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
| 13900 <description>Please enter the description of this user action.</description> | 13900 <description>Please enter the description of this user action.</description> |
| 13901 </action> | 13901 </action> |
| 13902 | 13902 |
| 13903 <action name="StatusArea_ScreenCapture_Stopped_Default"> | |
| 13904 <owner>bruthig@chromium.org</owner> | |
| 13905 <owner>tbuckley@chromium.org</owner> | |
| 13906 <description> | |
| 13907 Counts the number of times the user stops screen capturing via the default | |
| 13908 "Screen Capture" view in the system menu. | |
|
tdanderson
2016/07/07 21:54:31
nit: remove quotes
Consider rewording for clarity
bruthig
2016/07/08 14:26:53
Done.
| |
| 13909 </description> | |
| 13910 </action> | |
| 13911 | |
| 13912 <action name="StatusArea_ScreenCapture_Stopped_Notification"> | |
| 13913 <owner>bruthig@chromium.org</owner> | |
| 13914 <owner>tbuckley@chromium.org</owner> | |
| 13915 <description> | |
| 13916 Counts the number of times the user stops screen capturing via the " | |
| 13917 Screen Capture" notification. | |
|
tdanderson
2016/07/07 21:54:31
nit: remove quotes
Is this notification part of t
bruthig
2016/07/08 14:26:53
Done.
| |
| 13918 </description> | |
| 13919 </action> | |
| 13920 | |
| 13903 <action name="StatusArea_SignOut"> | 13921 <action name="StatusArea_SignOut"> |
| 13904 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 13922 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
| 13905 <description>Please enter the description of this user action.</description> | 13923 <description>Please enter the description of this user action.</description> |
| 13906 </action> | 13924 </action> |
| 13907 | 13925 |
| 13908 <action name="StatusArea_SpokenFeedbackDisabled"> | 13926 <action name="StatusArea_SpokenFeedbackDisabled"> |
| 13909 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 13927 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
| 13910 <description>Please enter the description of this user action.</description> | 13928 <description>Please enter the description of this user action.</description> |
| 13911 </action> | 13929 </action> |
| 13912 | 13930 |
| (...skipping 1046 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 14959 <action name="webapps.AddShortcut.Manifest"> | 14977 <action name="webapps.AddShortcut.Manifest"> |
| 14960 <owner>mlamouri@chromium.org</owner> | 14978 <owner>mlamouri@chromium.org</owner> |
| 14961 <description> | 14979 <description> |
| 14962 Shortcut added to the homescreen with a valid Manifest. This action will be | 14980 Shortcut added to the homescreen with a valid Manifest. This action will be |
| 14963 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions | 14981 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions |
| 14964 to keep a trend of whether the webapp also add meta tags. | 14982 to keep a trend of whether the webapp also add meta tags. |
| 14965 </description> | 14983 </description> |
| 14966 </action> | 14984 </action> |
| 14967 | 14985 |
| 14968 </actions> | 14986 </actions> |
| OLD | NEW |