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 11253 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
11264 <action name="Options_KeyboardAutoRepeat_Interval"> | 11264 <action name="Options_KeyboardAutoRepeat_Interval"> |
11265 <owner>michaelpg@chromium.org</owner> | 11265 <owner>michaelpg@chromium.org</owner> |
11266 <description>Settings: Keyboard settings: Auto-repeat interval</description> | 11266 <description>Settings: Keyboard settings: Auto-repeat interval</description> |
11267 </action> | 11267 </action> |
11268 | 11268 |
11269 <action name="Options_KeyboardRemapAltKey"> | 11269 <action name="Options_KeyboardRemapAltKey"> |
11270 <owner>stevenjb@chromium.org</owner> | 11270 <owner>stevenjb@chromium.org</owner> |
11271 <description>Settings: Keyboard settings: Alt</description> | 11271 <description>Settings: Keyboard settings: Alt</description> |
11272 </action> | 11272 </action> |
11273 | 11273 |
| 11274 <action name="Options_KeyboardRemapBackspaceKey"> |
| 11275 <owner>michaelpg@chromium.org</owner> |
| 11276 <description>Settings: Keyboard settings: Backspace</description> |
| 11277 </action> |
| 11278 |
11274 <action name="Options_KeyboardRemapCapsLockKey"> | 11279 <action name="Options_KeyboardRemapCapsLockKey"> |
11275 <owner>stevenjb@chromium.org</owner> | 11280 <owner>stevenjb@chromium.org</owner> |
11276 <description>Settings: Keyboard settings: CapsLock</description> | 11281 <description>Settings: Keyboard settings: CapsLock</description> |
11277 </action> | 11282 </action> |
11278 | 11283 |
11279 <action name="Options_KeyboardRemapControlKey"> | 11284 <action name="Options_KeyboardRemapControlKey"> |
11280 <owner>stevenjb@chromium.org</owner> | 11285 <owner>stevenjb@chromium.org</owner> |
11281 <description>Settings: Keyboard settings: Ctrl</description> | 11286 <description>Settings: Keyboard settings: Ctrl</description> |
11282 </action> | 11287 </action> |
11283 | 11288 |
11284 <action name="Options_KeyboardRemapDiamondKey"> | 11289 <action name="Options_KeyboardRemapDiamondKey"> |
11285 <owner>stevenjb@chromium.org</owner> | 11290 <owner>stevenjb@chromium.org</owner> |
11286 <description>Settings: Keyboard settings: Diamond</description> | 11291 <description>Settings: Keyboard settings: Diamond</description> |
11287 </action> | 11292 </action> |
11288 | 11293 |
| 11294 <action name="Options_KeyboardRemapEscapeKey"> |
| 11295 <owner>michaelpg@chromium.org</owner> |
| 11296 <description>Settings: Keyboard settings: Escape</description> |
| 11297 </action> |
| 11298 |
11289 <action name="Options_KeyboardRemapSearchKey"> | 11299 <action name="Options_KeyboardRemapSearchKey"> |
11290 <owner>stevenjb@chromium.org</owner> | 11300 <owner>stevenjb@chromium.org</owner> |
11291 <description>Settings: Keyboard settings: Search</description> | 11301 <description>Settings: Keyboard settings: Search</description> |
11292 </action> | 11302 </action> |
11293 | 11303 |
11294 <action name="Options_KeyboardShowKeyboardShortcuts"> | 11304 <action name="Options_KeyboardShowKeyboardShortcuts"> |
11295 <owner>michaelpg@chromium.org</owner> | 11305 <owner>michaelpg@chromium.org</owner> |
11296 <description> | 11306 <description> |
11297 Settings: Keyboard settings: View keyboard shortcuts | 11307 Settings: Keyboard settings: View keyboard shortcuts |
11298 </description> | 11308 </description> |
(...skipping 4268 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
15567 <action name="webapps.AddShortcut.Manifest"> | 15577 <action name="webapps.AddShortcut.Manifest"> |
15568 <owner>mlamouri@chromium.org</owner> | 15578 <owner>mlamouri@chromium.org</owner> |
15569 <description> | 15579 <description> |
15570 Shortcut added to the homescreen with a valid Manifest. This action will be | 15580 Shortcut added to the homescreen with a valid Manifest. This action will be |
15571 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions | 15581 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions |
15572 to keep a trend of whether the webapp also add meta tags. | 15582 to keep a trend of whether the webapp also add meta tags. |
15573 </description> | 15583 </description> |
15574 </action> | 15584 </action> |
15575 | 15585 |
15576 </actions> | 15586 </actions> |
OLD | NEW |