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 9347 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
9358 <description>Please enter the description of this user action.</description> | 9358 <description>Please enter the description of this user action.</description> |
9359 </action> | 9359 </action> |
9360 | 9360 |
9361 <action name="Options_DefaultMIDISysExSettingChanged"> | 9361 <action name="Options_DefaultMIDISysExSettingChanged"> |
9362 <owner>toyoshim@chromium.org</owner> | 9362 <owner>toyoshim@chromium.org</owner> |
9363 <description> | 9363 <description> |
9364 Triggers when the default decision for Midi SysEx permissions is changed. | 9364 Triggers when the default decision for Midi SysEx permissions is changed. |
9365 </description> | 9365 </description> |
9366 </action> | 9366 </action> |
9367 | 9367 |
| 9368 <action name="Options_DefaultMediaAutoplaySettingChanged"> |
| 9369 <owner>dalecurtis@chromium.org</owner> |
| 9370 <description> |
| 9371 Triggers when the default decision for media autoplay permission is changed. |
| 9372 </description> |
| 9373 </action> |
| 9374 |
9368 <action name="Options_DefaultMediaStreamCameraSettingChanged"> | 9375 <action name="Options_DefaultMediaStreamCameraSettingChanged"> |
9369 <owner>msramek@chromium.org</owner> | 9376 <owner>msramek@chromium.org</owner> |
9370 <description> | 9377 <description> |
9371 Recorded when the default value for the camera content setting is changed by | 9378 Recorded when the default value for the camera content setting is changed by |
9372 the user. | 9379 the user. |
9373 </description> | 9380 </description> |
9374 </action> | 9381 </action> |
9375 | 9382 |
9376 <action name="Options_DefaultMediaStreamMicSettingChanged"> | 9383 <action name="Options_DefaultMediaStreamMicSettingChanged"> |
9377 <owner>msramek@chromium.org</owner> | 9384 <owner>msramek@chromium.org</owner> |
(...skipping 3677 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
13055 <action name="webapps.AddShortcut.Manifest"> | 13062 <action name="webapps.AddShortcut.Manifest"> |
13056 <owner>mlamouri@chromium.org</owner> | 13063 <owner>mlamouri@chromium.org</owner> |
13057 <description> | 13064 <description> |
13058 Shortcut added to the homescreen with a valid Manifest. This action will be | 13065 Shortcut added to the homescreen with a valid Manifest. This action will be |
13059 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions | 13066 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions |
13060 to keep a trend of whether the webapp also add meta tags. | 13067 to keep a trend of whether the webapp also add meta tags. |
13061 </description> | 13068 </description> |
13062 </action> | 13069 </action> |
13063 | 13070 |
13064 </actions> | 13071 </actions> |
OLD | NEW |