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. | 9 and description for each user action. |
10 | 10 |
(...skipping 8192 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
8203 <action name="MoveWordLeft"> | 8203 <action name="MoveWordLeft"> |
8204 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 8204 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
8205 <description>Please enter the description of this user action.</description> | 8205 <description>Please enter the description of this user action.</description> |
8206 </action> | 8206 </action> |
8207 | 8207 |
8208 <action name="MoveWordRight"> | 8208 <action name="MoveWordRight"> |
8209 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 8209 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
8210 <description>Please enter the description of this user action.</description> | 8210 <description>Please enter the description of this user action.</description> |
8211 </action> | 8211 </action> |
8212 | 8212 |
| 8213 <action name="NPAPIRemovalInfobar.LearnMore"> |
| 8214 <owner>wfh@chromium.org</owner> |
| 8215 <description> |
| 8216 Recorded when the NPAPI removal infobar link is clicked. |
| 8217 </description> |
| 8218 </action> |
| 8219 |
| 8220 <action name="NPAPIRemovalInfobar.Shown"> |
| 8221 <owner>wfh@chromium.org</owner> |
| 8222 <description>Recorded when the NPAPI removal infobar is shown.</description> |
| 8223 </action> |
| 8224 |
| 8225 <action name="NPAPIRemovalInfobar.Shown.Removed"> |
| 8226 <owner>wfh@chromium.org</owner> |
| 8227 <description> |
| 8228 Recorded when the NPAPI removal infobar is shown for an NPAPI plugin that |
| 8229 has been removed. |
| 8230 </description> |
| 8231 </action> |
| 8232 |
| 8233 <action name="NPAPIRemovalInfobar.Shown.RemovedSoon"> |
| 8234 <owner>wfh@chromium.org</owner> |
| 8235 <description> |
| 8236 Recorded when the NPAPI removal infobar is shown for an NPAPI plugin that |
| 8237 will been removed soon. |
| 8238 </description> |
| 8239 </action> |
| 8240 |
8213 <action name="NTPPromoClosed"> | 8241 <action name="NTPPromoClosed"> |
8214 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 8242 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
8215 <description>Please enter the description of this user action.</description> | 8243 <description>Please enter the description of this user action.</description> |
8216 </action> | 8244 </action> |
8217 | 8245 |
8218 <action name="NTPPromoShown"> | 8246 <action name="NTPPromoShown"> |
8219 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 8247 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
8220 <description>Please enter the description of this user action.</description> | 8248 <description>Please enter the description of this user action.</description> |
8221 </action> | 8249 </action> |
8222 | 8250 |
(...skipping 4100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
12323 <action name="webapps.AddShortcut.Manifest"> | 12351 <action name="webapps.AddShortcut.Manifest"> |
12324 <owner>mlamouri@chromium.org</owner> | 12352 <owner>mlamouri@chromium.org</owner> |
12325 <description> | 12353 <description> |
12326 Shortcut added to the homescreen with a valid Manifest. This action will be | 12354 Shortcut added to the homescreen with a valid Manifest. This action will be |
12327 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions | 12355 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions |
12328 to keep a trend of whether the webapp also add meta tags. | 12356 to keep a trend of whether the webapp also add meta tags. |
12329 </description> | 12357 </description> |
12330 </action> | 12358 </action> |
12331 | 12359 |
12332 </actions> | 12360 </actions> |
OLD | NEW |