Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4)

Side by Side Diff: tools/metrics/actions/actions.xml

Issue 2671403003: Add counters for clicking on Form-Not-Secure warnings (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « components/password_manager/core/browser/password_manager_metrics_util.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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. 9 and description for each user action.
10 10
(...skipping 1545 matching lines...) Expand 10 before | Expand all | Expand 10 after
1556 1556
1557 <action name="Autofill_ShowedCreditCardSuggestions"> 1557 <action name="Autofill_ShowedCreditCardSuggestions">
1558 <owner>sebsg@chromium.org</owner> 1558 <owner>sebsg@chromium.org</owner>
1559 <description> 1559 <description>
1560 This user action is logged when the user is shown some credit card 1560 This user action is logged when the user is shown some credit card
1561 suggestions. This should always happen after a 1561 suggestions. This should always happen after a
1562 Autofill_PolledCreditCardSuggestion. 1562 Autofill_PolledCreditCardSuggestion.
1563 </description> 1563 </description>
1564 </action> 1564 </action>
1565 1565
1566 <action name="Autofill_ShowedHttpNotSecureExplanation">
1567 <owner>estark@chromium.org</owner>
1568 <description>
1569 This user action is logged when the user selects a &quot;Login not
1570 secure&quot; or &quot;Payment not secure&quot; warning item in the autofill
1571 dropdown to show more information about the warning.
1572 </description>
1573 </action>
1574
1566 <action name="Autofill_ShowedProfileSuggestions"> 1575 <action name="Autofill_ShowedProfileSuggestions">
1567 <owner>sebsg@chromium.org</owner> 1576 <owner>sebsg@chromium.org</owner>
1568 <description> 1577 <description>
1569 This user action is logged when the user is shown some profile suggestions. 1578 This user action is logged when the user is shown some profile suggestions.
1570 This should always happen after a Autofill_PolledProfileSuggestion. 1579 This should always happen after a Autofill_PolledProfileSuggestion.
1571 </description> 1580 </description>
1572 </action> 1581 </action>
1573 1582
1574 <action name="AutomaticReset_WebUIBanner_BannerShown"> 1583 <action name="AutomaticReset_WebUIBanner_BannerShown">
1575 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 1584 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
(...skipping 11653 matching lines...) Expand 10 before | Expand all | Expand 10 after
13229 <action name="PasswordManager_RemovePasswordException"> 13238 <action name="PasswordManager_RemovePasswordException">
13230 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 13239 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
13231 <description>Please enter the description of this user action.</description> 13240 <description>Please enter the description of this user action.</description>
13232 </action> 13241 </action>
13233 13242
13234 <action name="PasswordManager_RemoveSavedPassword"> 13243 <action name="PasswordManager_RemoveSavedPassword">
13235 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 13244 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
13236 <description>Please enter the description of this user action.</description> 13245 <description>Please enter the description of this user action.</description>
13237 </action> 13246 </action>
13238 13247
13248 <action name="PasswordManager_ShowedHttpNotSecureExplanation">
13249 <owner>estark@chromium.org</owner>
13250 <description>
13251 The user selected the &quot;Login not secure&quot; or &quot;Form not
13252 secure&quot; item in the password manager autofill dropdown to show more
13253 information about the warning.
13254 </description>
13255 </action>
13256
13239 <action name="PasswordManager_SyncCredentialFilledAndLoginSuccessfull"> 13257 <action name="PasswordManager_SyncCredentialFilledAndLoginSuccessfull">
13240 <owner>vabr@chromium.org</owner> 13258 <owner>vabr@chromium.org</owner>
13241 <owner>vasilii@chromium.org</owner> 13259 <owner>vasilii@chromium.org</owner>
13242 <description> 13260 <description>
13243 Counts the number of times when Chrome fills the user's sync account 13261 Counts the number of times when Chrome fills the user's sync account
13244 credentials, and the user logs in successfully after submitting them. 13262 credentials, and the user logs in successfully after submitting them.
13245 </description> 13263 </description>
13246 </action> 13264 </action>
13247 13265
13248 <action name="PasswordManager_SyncCredentialShown"> 13266 <action name="PasswordManager_SyncCredentialShown">
(...skipping 3108 matching lines...) Expand 10 before | Expand all | Expand 10 after
16357 <action name="webapps.AddShortcut.Manifest"> 16375 <action name="webapps.AddShortcut.Manifest">
16358 <owner>mlamouri@chromium.org</owner> 16376 <owner>mlamouri@chromium.org</owner>
16359 <description> 16377 <description>
16360 Shortcut added to the homescreen with a valid Manifest. This action will be 16378 Shortcut added to the homescreen with a valid Manifest. This action will be
16361 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 16379 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
16362 to keep a trend of whether the webapp also add meta tags. 16380 to keep a trend of whether the webapp also add meta tags.
16363 </description> 16381 </description>
16364 </action> 16382 </action>
16365 16383
16366 </actions> 16384 </actions>
OLDNEW
« no previous file with comments | « components/password_manager/core/browser/password_manager_metrics_util.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698