| 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 9485 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 9496 <action name="Options_AccessibilityLargeMouseCursor_Enable"> | 9496 <action name="Options_AccessibilityLargeMouseCursor_Enable"> |
| 9497 <owner>stevenjb@chromium.org</owner> | 9497 <owner>stevenjb@chromium.org</owner> |
| 9498 <description>Settings: Accessibility: Enable large mouse cursor</description> | 9498 <description>Settings: Accessibility: Enable large mouse cursor</description> |
| 9499 </action> | 9499 </action> |
| 9500 | 9500 |
| 9501 <action name="Options_AccessibilityLearnMore"> | 9501 <action name="Options_AccessibilityLearnMore"> |
| 9502 <owner>stevenjb@chromium.org</owner> | 9502 <owner>stevenjb@chromium.org</owner> |
| 9503 <description>Settings: Accessibility: Learn More</description> | 9503 <description>Settings: Accessibility: Learn More</description> |
| 9504 </action> | 9504 </action> |
| 9505 | 9505 |
| 9506 <action name="Options_AccessibilityMonoAudio_Disable"> |
| 9507 <owner>warx@chromium.org</owner> |
| 9508 <description> |
| 9509 Settings: Disable play the same audio through all speakers (mono audio) |
| 9510 </description> |
| 9511 </action> |
| 9512 |
| 9513 <action name="Options_AccessibilityMonoAudio_Enable"> |
| 9514 <owner>warx@chromium.org</owner> |
| 9515 <description> |
| 9516 Settings: Enable play the same audio through all speakers (mono audio) |
| 9517 </description> |
| 9518 </action> |
| 9519 |
| 9506 <action name="Options_AccessibilityOnScreenKeyboard_Disable"> | 9520 <action name="Options_AccessibilityOnScreenKeyboard_Disable"> |
| 9507 <owner>stevenjb@chromium.org</owner> | 9521 <owner>stevenjb@chromium.org</owner> |
| 9508 <description>Settings: Accessibility: Disable on-screen keyboard</description> | 9522 <description>Settings: Accessibility: Disable on-screen keyboard</description> |
| 9509 </action> | 9523 </action> |
| 9510 | 9524 |
| 9511 <action name="Options_AccessibilityOnScreenKeyboard_Enable"> | 9525 <action name="Options_AccessibilityOnScreenKeyboard_Enable"> |
| 9512 <owner>stevenjb@chromium.org</owner> | 9526 <owner>stevenjb@chromium.org</owner> |
| 9513 <description>Settings: Accessibility: Enable on-screen keyboard</description> | 9527 <description>Settings: Accessibility: Enable on-screen keyboard</description> |
| 9514 </action> | 9528 </action> |
| 9515 | 9529 |
| (...skipping 4647 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 14163 <action name="webapps.AddShortcut.Manifest"> | 14177 <action name="webapps.AddShortcut.Manifest"> |
| 14164 <owner>mlamouri@chromium.org</owner> | 14178 <owner>mlamouri@chromium.org</owner> |
| 14165 <description> | 14179 <description> |
| 14166 Shortcut added to the homescreen with a valid Manifest. This action will be | 14180 Shortcut added to the homescreen with a valid Manifest. This action will be |
| 14167 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions | 14181 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions |
| 14168 to keep a trend of whether the webapp also add meta tags. | 14182 to keep a trend of whether the webapp also add meta tags. |
| 14169 </description> | 14183 </description> |
| 14170 </action> | 14184 </action> |
| 14171 | 14185 |
| 14172 </actions> | 14186 </actions> |
| OLD | NEW |