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 2244 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 2255 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 2255 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
| 2256 <description>Please enter the description of this user action.</description> | 2256 <description>Please enter the description of this user action.</description> |
| 2257 </action> | 2257 </action> |
| 2258 | 2258 |
| 2259 <action name="BrowserPlugin.PermissionDeny.PointerLock"> | 2259 <action name="BrowserPlugin.PermissionDeny.PointerLock"> |
| 2260 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 2260 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
| 2261 <description>Please enter the description of this user action.</description> | 2261 <description>Please enter the description of this user action.</description> |
| 2262 <obsolete>This permission has been moved to the chrome layer.</obsolete> | 2262 <obsolete>This permission has been moved to the chrome layer.</obsolete> |
| 2263 </action> | 2263 </action> |
| 2264 | 2264 |
| 2265 <action name="CMAPI_AccountChooser_Click"> | |
|
Ilya Sherman
2016/06/30 21:11:35
nit: Please spell out "Credential Manager" -- "CMA
vasilii
2016/07/01 12:58:59
Done.
| |
| 2266 <owner>vasilii@chromium.org</owner> | |
| 2267 <description>User chose a credential via the account chooser</description> | |
| 2268 </action> | |
| 2269 | |
| 2270 <action name="CMAPI_AccountChooser_Dismiss"> | |
| 2271 <owner>vasilii@chromium.org</owner> | |
| 2272 <description>User dismissed the account chooser</description> | |
| 2273 </action> | |
| 2274 | |
| 2275 <action name="CMAPI_Autosignin"> | |
| 2276 <owner>vasilii@chromium.org</owner> | |
| 2277 <description>Try to automatically sign user in</description> | |
| 2278 </action> | |
| 2279 | |
| 2280 <action name="CMAPI_Get_EmptyStore"> | |
| 2281 <owner>vasilii@chromium.org</owner> | |
| 2282 <description> | |
| 2283 A site requested a credential but the store is empty | |
| 2284 </description> | |
| 2285 </action> | |
| 2286 | |
| 2265 <action name="CanCommitURL_BlockedAndKilled"> | 2287 <action name="CanCommitURL_BlockedAndKilled"> |
| 2266 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 2288 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
| 2267 <description>Please enter the description of this user action.</description> | 2289 <description>Please enter the description of this user action.</description> |
| 2268 <obsolete> | 2290 <obsolete> |
| 2269 Deprecated 3/2015. Replaced by the histogram | 2291 Deprecated 3/2015. Replaced by the histogram |
| 2270 Stability.BadMessageTerminate.Content. | 2292 Stability.BadMessageTerminate.Content. |
| 2271 </obsolete> | 2293 </obsolete> |
| 2272 </action> | 2294 </action> |
| 2273 | 2295 |
| 2274 <action name="Cancel"> | 2296 <action name="Cancel"> |
| (...skipping 9796 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 12071 <action name="Panel_Minimize_Caption_Click"> | 12093 <action name="Panel_Minimize_Caption_Click"> |
| 12072 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 12094 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
| 12073 <description>Please enter the description of this user action.</description> | 12095 <description>Please enter the description of this user action.</description> |
| 12074 </action> | 12096 </action> |
| 12075 | 12097 |
| 12076 <action name="Panel_Minimize_Caption_Gesture"> | 12098 <action name="Panel_Minimize_Caption_Gesture"> |
| 12077 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 12099 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
| 12078 <description>Please enter the description of this user action.</description> | 12100 <description>Please enter the description of this user action.</description> |
| 12079 </action> | 12101 </action> |
| 12080 | 12102 |
| 12103 <action name="PasswordManager_Autofilled"> | |
| 12104 <owner>vasilii@chromium.org</owner> | |
| 12105 <description>Username/password were autofilled</description> | |
| 12106 </action> | |
| 12107 | |
| 12108 <action name="PasswordManager_Choose"> | |
| 12109 <owner>vasilii@chromium.org</owner> | |
| 12110 <description> | |
| 12111 User chose a different username from the existing credentials | |
|
Ilya Sherman
2016/06/30 21:11:35
This summary is not very clear to me, even as some
vasilii
2016/07/01 12:58:59
Done.
| |
| 12112 </description> | |
| 12113 </action> | |
| 12114 | |
| 12115 <action name="PasswordManager_ChoosePSL"> | |
| 12116 <owner>vasilii@chromium.org</owner> | |
| 12117 <description>User chose a PSL credential from the list</description> | |
| 12118 </action> | |
| 12119 | |
| 12081 <action name="PasswordManager_Disabled"> | 12120 <action name="PasswordManager_Disabled"> |
| 12082 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 12121 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
| 12083 <description>Please enter the description of this user action.</description> | 12122 <description>Please enter the description of this user action.</description> |
| 12084 </action> | 12123 </action> |
| 12085 | 12124 |
| 12086 <action name="PasswordManager_Enabled"> | 12125 <action name="PasswordManager_Enabled"> |
| 12087 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 12126 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
| 12088 <description>Please enter the description of this user action.</description> | 12127 <description>Please enter the description of this user action.</description> |
| 12089 </action> | 12128 </action> |
| 12090 | 12129 |
| 12130 <action name="PasswordManager_OverridePassword"> | |
| 12131 <owner>vasilii@chromium.org</owner> | |
| 12132 <description>User overwrote the stored password</description> | |
| 12133 </action> | |
| 12134 | |
| 12135 <action name="PasswordManager_OverrideUsernameAndPassword"> | |
| 12136 <owner>vasilii@chromium.org</owner> | |
| 12137 <description>User typed new credential</description> | |
| 12138 </action> | |
| 12139 | |
| 12091 <action name="PasswordManager_RemovePasswordException"> | 12140 <action name="PasswordManager_RemovePasswordException"> |
| 12092 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 12141 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
| 12093 <description>Please enter the description of this user action.</description> | 12142 <description>Please enter the description of this user action.</description> |
| 12094 </action> | 12143 </action> |
| 12095 | 12144 |
| 12096 <action name="PasswordManager_RemoveSavedPassword"> | 12145 <action name="PasswordManager_RemoveSavedPassword"> |
| 12097 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 12146 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
| 12098 <description>Please enter the description of this user action.</description> | 12147 <description>Please enter the description of this user action.</description> |
| 12099 </action> | 12148 </action> |
| 12100 | 12149 |
| 12150 <action name="PasswordManager_SubmitFailed"> | |
| 12151 <owner>vasilii@chromium.org</owner> | |
| 12152 <description>Password form submission failed</description> | |
| 12153 </action> | |
| 12154 | |
| 12155 <action name="PasswordManager_SubmitPassed"> | |
| 12156 <owner>vasilii@chromium.org</owner> | |
| 12157 <description>Password form submitted successfully</description> | |
| 12158 </action> | |
| 12159 | |
| 12101 <action name="PasswordManager_SyncCredentialShown"> | 12160 <action name="PasswordManager_SyncCredentialShown"> |
| 12102 <owner>gcasto@chromium.org</owner> | 12161 <owner>gcasto@chromium.org</owner> |
| 12103 <owner>vabr@chromium.org</owner> | 12162 <owner>vabr@chromium.org</owner> |
| 12104 <description> | 12163 <description> |
| 12105 Counts the number of times a user views the saved credentials for their sync | 12164 Counts the number of times a user views the saved credentials for their sync |
| 12106 account. | 12165 account. |
| 12107 </description> | 12166 </description> |
| 12108 </action> | 12167 </action> |
| 12109 | 12168 |
| 12110 <action name="PasswordManager_SyncCredentialUsed"> | 12169 <action name="PasswordManager_SyncCredentialUsed"> |
| (...skipping 2757 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 14868 <action name="webapps.AddShortcut.Manifest"> | 14927 <action name="webapps.AddShortcut.Manifest"> |
| 14869 <owner>mlamouri@chromium.org</owner> | 14928 <owner>mlamouri@chromium.org</owner> |
| 14870 <description> | 14929 <description> |
| 14871 Shortcut added to the homescreen with a valid Manifest. This action will be | 14930 Shortcut added to the homescreen with a valid Manifest. This action will be |
| 14872 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions | 14931 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions |
| 14873 to keep a trend of whether the webapp also add meta tags. | 14932 to keep a trend of whether the webapp also add meta tags. |
| 14874 </description> | 14933 </description> |
| 14875 </action> | 14934 </action> |
| 14876 | 14935 |
| 14877 </actions> | 14936 </actions> |
| OLD | NEW |