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 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
147 <action name="AboutFlags_disable-website-settings"> | 147 <action name="AboutFlags_disable-website-settings"> |
148 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 148 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
149 <description>Please enter the description of this user action.</description> | 149 <description>Please enter the description of this user action.</description> |
150 </action> | 150 </action> |
151 | 151 |
152 <action name="AboutFlags_dns-server"> | 152 <action name="AboutFlags_dns-server"> |
153 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 153 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
154 <description>Please enter the description of this user action.</description> | 154 <description>Please enter the description of this user action.</description> |
155 </action> | 155 </action> |
156 | 156 |
| 157 <action name="AboutFlags_document-passive-event-listeners"> |
| 158 <owner>dtapuska@chromium.org</owner> |
| 159 <description> |
| 160 User enabled the PassiveDocumentEventListeners via chrome://flags. |
| 161 </description> |
| 162 </action> |
| 163 |
157 <action name="AboutFlags_downloads-new-ui"> | 164 <action name="AboutFlags_downloads-new-ui"> |
158 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 165 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
159 <description>Please enter the description of this user action.</description> | 166 <description>Please enter the description of this user action.</description> |
160 </action> | 167 </action> |
161 | 168 |
162 <action name="AboutFlags_enable-chrome-to-mobile"> | 169 <action name="AboutFlags_enable-chrome-to-mobile"> |
163 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 170 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
164 <description>Please enter the description of this user action.</description> | 171 <description>Please enter the description of this user action.</description> |
165 </action> | 172 </action> |
166 | 173 |
(...skipping 14792 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
14959 <action name="webapps.AddShortcut.Manifest"> | 14966 <action name="webapps.AddShortcut.Manifest"> |
14960 <owner>mlamouri@chromium.org</owner> | 14967 <owner>mlamouri@chromium.org</owner> |
14961 <description> | 14968 <description> |
14962 Shortcut added to the homescreen with a valid Manifest. This action will be | 14969 Shortcut added to the homescreen with a valid Manifest. This action will be |
14963 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions | 14970 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions |
14964 to keep a trend of whether the webapp also add meta tags. | 14971 to keep a trend of whether the webapp also add meta tags. |
14965 </description> | 14972 </description> |
14966 </action> | 14973 </action> |
14967 | 14974 |
14968 </actions> | 14975 </actions> |
OLD | NEW |