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 991 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1002 | 1002 |
| 1003 <action name="Autofill_FilledProfileSuggestion"> | 1003 <action name="Autofill_FilledProfileSuggestion"> |
| 1004 <owner>sebsg@chromium.org</owner> | 1004 <owner>sebsg@chromium.org</owner> |
| 1005 <description> | 1005 <description> |
| 1006 This user action is logged when the form is filled with the profile | 1006 This user action is logged when the form is filled with the profile |
| 1007 suggestion selected by the user. This should always happen after a | 1007 suggestion selected by the user. This should always happen after a |
| 1008 Autofill_SelectedSuggestion. | 1008 Autofill_SelectedSuggestion. |
| 1009 </description> | 1009 </description> |
| 1010 </action> | 1010 </action> |
| 1011 | 1011 |
| 1012 <action name="Autofill_FormSubmitted"> | 1012 <action name="Autofill_FormSubmitted_FilledAll"> |
|
rkaplow
2016/06/30 18:30:51
leave this and mark as obsolete
sebsg
2016/06/30 18:39:24
Done.
| |
| 1013 <owner>sebsg@chromium.org</owner> | 1013 <owner>sebsg@chromium.org</owner> |
| 1014 <description> | 1014 <description> |
| 1015 This user action is logged when Autofill detects a form submission. | 1015 This user action is logged when Autofill detects a form submission for a |
| 1016 form where all the fields were autofilled. | |
| 1016 </description> | 1017 </description> |
| 1017 </action> | 1018 </action> |
| 1018 | 1019 |
| 1020 <action name="Autofill_FormSubmitted_FilledNone_SuggestionsNotShown"> | |
| 1021 <owner>sebsg@chromium.org</owner> | |
| 1022 <description> | |
| 1023 This user action is logged when Autofill detects a form submission for a | |
| 1024 form where Autofill suggestions were not shown. | |
| 1025 </description> | |
| 1026 </action> | |
| 1027 | |
| 1028 <action name="Autofill_FormSubmitted_FilledNone_SuggestionsShown"> | |
| 1029 <owner>sebsg@chromium.org</owner> | |
| 1030 <description> | |
| 1031 This user action is logged when Autofill detects a form submission for a | |
| 1032 form where an Autofill suggestion was shown but no fields were filled. | |
| 1033 </description> | |
| 1034 </action> | |
| 1035 | |
| 1036 <action name="Autofill_FormSubmitted_FilledSome"> | |
| 1037 <owner>sebsg@chromium.org</owner> | |
| 1038 <description> | |
| 1039 This user action is logged when Autofill detects a form submission for a | |
| 1040 form where some field were filled. | |
| 1041 </description> | |
| 1042 </action> | |
| 1043 | |
| 1044 <action name="Autofill_FormSubmitted_NonFillable"> | |
| 1045 <owner>sebsg@chromium.org</owner> | |
| 1046 <description> | |
| 1047 This user action is logged when Autofill detects a form submission for a | |
| 1048 form that is not Autofillable or for a form that was filled with new | |
| 1049 information that Autofill could not predict. | |
| 1050 </description> | |
| 1051 </action> | |
| 1052 | |
| 1019 <action name="Autofill_OnWillSubmitForm"> | 1053 <action name="Autofill_OnWillSubmitForm"> |
| 1020 <owner>sebsg@chromium.org</owner> | 1054 <owner>sebsg@chromium.org</owner> |
| 1021 <description> | 1055 <description> |
| 1022 This user action is logged when Autofill thinks a form is about to be | 1056 This user action is logged when Autofill thinks a form is about to be |
| 1023 submitted. The reason behind this is that some sites do not use the | 1057 submitted. The reason behind this is that some sites do not use the |
| 1024 traditional submit flow and we miss some actual submissions because of that. | 1058 traditional submit flow and we miss some actual submissions because of that. |
| 1025 </description> | 1059 </description> |
| 1026 </action> | 1060 </action> |
| 1027 | 1061 |
| 1028 <action name="Autofill_PolledCreditCardSuggestions"> | 1062 <action name="Autofill_PolledCreditCardSuggestions"> |
| (...skipping 13833 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 14862 <action name="webapps.AddShortcut.Manifest"> | 14896 <action name="webapps.AddShortcut.Manifest"> |
| 14863 <owner>mlamouri@chromium.org</owner> | 14897 <owner>mlamouri@chromium.org</owner> |
| 14864 <description> | 14898 <description> |
| 14865 Shortcut added to the homescreen with a valid Manifest. This action will be | 14899 Shortcut added to the homescreen with a valid Manifest. This action will be |
| 14866 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions | 14900 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions |
| 14867 to keep a trend of whether the webapp also add meta tags. | 14901 to keep a trend of whether the webapp also add meta tags. |
| 14868 </description> | 14902 </description> |
| 14869 </action> | 14903 </action> |
| 14870 | 14904 |
| 14871 </actions> | 14905 </actions> |
| OLD | NEW |