| 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 11139 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 11150 <action name="Options_KeyboardAutoRepeat_Interval"> | 11150 <action name="Options_KeyboardAutoRepeat_Interval"> |
| 11151 <owner>michaelpg@chromium.org</owner> | 11151 <owner>michaelpg@chromium.org</owner> |
| 11152 <description>Settings: Keyboard settings: Auto-repeat interval</description> | 11152 <description>Settings: Keyboard settings: Auto-repeat interval</description> |
| 11153 </action> | 11153 </action> |
| 11154 | 11154 |
| 11155 <action name="Options_KeyboardRemapAltKey"> | 11155 <action name="Options_KeyboardRemapAltKey"> |
| 11156 <owner>stevenjb@chromium.org</owner> | 11156 <owner>stevenjb@chromium.org</owner> |
| 11157 <description>Settings: Keyboard settings: Alt</description> | 11157 <description>Settings: Keyboard settings: Alt</description> |
| 11158 </action> | 11158 </action> |
| 11159 | 11159 |
| 11160 <action name="Options_KeyboardRemapBackspaceKey"> |
| 11161 <owner>michaelpg@chromium.org</owner> |
| 11162 <description>Settings: Keyboard settings: Backspace</description> |
| 11163 </action> |
| 11164 |
| 11160 <action name="Options_KeyboardRemapCapsLockKey"> | 11165 <action name="Options_KeyboardRemapCapsLockKey"> |
| 11161 <owner>stevenjb@chromium.org</owner> | 11166 <owner>stevenjb@chromium.org</owner> |
| 11162 <description>Settings: Keyboard settings: CapsLock</description> | 11167 <description>Settings: Keyboard settings: CapsLock</description> |
| 11163 </action> | 11168 </action> |
| 11164 | 11169 |
| 11165 <action name="Options_KeyboardRemapControlKey"> | 11170 <action name="Options_KeyboardRemapControlKey"> |
| 11166 <owner>stevenjb@chromium.org</owner> | 11171 <owner>stevenjb@chromium.org</owner> |
| 11167 <description>Settings: Keyboard settings: Ctrl</description> | 11172 <description>Settings: Keyboard settings: Ctrl</description> |
| 11168 </action> | 11173 </action> |
| 11169 | 11174 |
| 11170 <action name="Options_KeyboardRemapDiamondKey"> | 11175 <action name="Options_KeyboardRemapDiamondKey"> |
| 11171 <owner>stevenjb@chromium.org</owner> | 11176 <owner>stevenjb@chromium.org</owner> |
| 11172 <description>Settings: Keyboard settings: Diamond</description> | 11177 <description>Settings: Keyboard settings: Diamond</description> |
| 11173 </action> | 11178 </action> |
| 11174 | 11179 |
| 11180 <action name="Options_KeyboardRemapEscapeKey"> |
| 11181 <owner>michaelpg@chromium.org</owner> |
| 11182 <description>Settings: Keyboard settings: Escape</description> |
| 11183 </action> |
| 11184 |
| 11175 <action name="Options_KeyboardRemapSearchKey"> | 11185 <action name="Options_KeyboardRemapSearchKey"> |
| 11176 <owner>stevenjb@chromium.org</owner> | 11186 <owner>stevenjb@chromium.org</owner> |
| 11177 <description>Settings: Keyboard settings: Search</description> | 11187 <description>Settings: Keyboard settings: Search</description> |
| 11178 </action> | 11188 </action> |
| 11179 | 11189 |
| 11180 <action name="Options_KeyboardShowKeyboardShortcuts"> | 11190 <action name="Options_KeyboardShowKeyboardShortcuts"> |
| 11181 <owner>michaelpg@chromium.org</owner> | 11191 <owner>michaelpg@chromium.org</owner> |
| 11182 <description> | 11192 <description> |
| 11183 Settings: Keyboard settings: View keyboard shortcuts | 11193 Settings: Keyboard settings: View keyboard shortcuts |
| 11184 </description> | 11194 </description> |
| (...skipping 4215 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 15400 <action name="webapps.AddShortcut.Manifest"> | 15410 <action name="webapps.AddShortcut.Manifest"> |
| 15401 <owner>mlamouri@chromium.org</owner> | 15411 <owner>mlamouri@chromium.org</owner> |
| 15402 <description> | 15412 <description> |
| 15403 Shortcut added to the homescreen with a valid Manifest. This action will be | 15413 Shortcut added to the homescreen with a valid Manifest. This action will be |
| 15404 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions | 15414 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions |
| 15405 to keep a trend of whether the webapp also add meta tags. | 15415 to keep a trend of whether the webapp also add meta tags. |
| 15406 </description> | 15416 </description> |
| 15407 </action> | 15417 </action> |
| 15408 | 15418 |
| 15409 </actions> | 15419 </actions> |
| OLD | NEW |