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 immediatly after a user takes the | 10 action taken by a user. It should be logged immediatly after a user takes the |
(...skipping 9483 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
9494 <action name="Options_DefaultImagesSettingChanged"> | 9494 <action name="Options_DefaultImagesSettingChanged"> |
9495 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 9495 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
9496 <description>Please enter the description of this user action.</description> | 9496 <description>Please enter the description of this user action.</description> |
9497 </action> | 9497 </action> |
9498 | 9498 |
9499 <action name="Options_DefaultJavaScriptSettingChanged"> | 9499 <action name="Options_DefaultJavaScriptSettingChanged"> |
9500 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 9500 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
9501 <description>Please enter the description of this user action.</description> | 9501 <description>Please enter the description of this user action.</description> |
9502 </action> | 9502 </action> |
9503 | 9503 |
| 9504 <action name="Options_DefaultKeygenSettingChanged"> |
| 9505 <owner>rsleevi@chromium.org</owner> |
| 9506 <owner>svaldez@chromium.org</owner> |
| 9507 <description> |
| 9508 Triggers when the default decision for using key generation is changed. |
| 9509 </description> |
| 9510 </action> |
| 9511 |
9504 <action name="Options_DefaultMIDISysExSettingChanged"> | 9512 <action name="Options_DefaultMIDISysExSettingChanged"> |
9505 <owner>toyoshim@chromium.org</owner> | 9513 <owner>toyoshim@chromium.org</owner> |
9506 <description> | 9514 <description> |
9507 Triggers when the default decision for Midi SysEx permissions is changed. | 9515 Triggers when the default decision for Midi SysEx permissions is changed. |
9508 </description> | 9516 </description> |
9509 </action> | 9517 </action> |
9510 | 9518 |
9511 <action name="Options_DefaultMediaStreamCameraSettingChanged"> | 9519 <action name="Options_DefaultMediaStreamCameraSettingChanged"> |
9512 <owner>msramek@chromium.org</owner> | 9520 <owner>msramek@chromium.org</owner> |
9513 <description> | 9521 <description> |
(...skipping 3742 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
13256 <action name="webapps.AddShortcut.Manifest"> | 13264 <action name="webapps.AddShortcut.Manifest"> |
13257 <owner>mlamouri@chromium.org</owner> | 13265 <owner>mlamouri@chromium.org</owner> |
13258 <description> | 13266 <description> |
13259 Shortcut added to the homescreen with a valid Manifest. This action will be | 13267 Shortcut added to the homescreen with a valid Manifest. This action will be |
13260 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions | 13268 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions |
13261 to keep a trend of whether the webapp also add meta tags. | 13269 to keep a trend of whether the webapp also add meta tags. |
13262 </description> | 13270 </description> |
13263 </action> | 13271 </action> |
13264 | 13272 |
13265 </actions> | 13273 </actions> |
OLD | NEW |