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 9676 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
9687 <description>Settings: Device: Display settings</description> | 9687 <description>Settings: Device: Display settings</description> |
9688 </action> | 9688 </action> |
9689 | 9689 |
9690 <action name="Options_DisplayRearrange"> | 9690 <action name="Options_DisplayRearrange"> |
9691 <owner>stevenjb@chromium.org</owner> | 9691 <owner>stevenjb@chromium.org</owner> |
9692 <description> | 9692 <description> |
9693 Settings: Device: Display settings: arrange desktops | 9693 Settings: Device: Display settings: arrange desktops |
9694 </description> | 9694 </description> |
9695 </action> | 9695 </action> |
9696 | 9696 |
| 9697 <action name="Options_DisplaySetColorProfile"> |
| 9698 <owner>stevenjb@chromium.org</owner> |
| 9699 <description>Settings: Device: Display settings: Color Profile</description> |
| 9700 </action> |
| 9701 |
9697 <action name="Options_DisplaySetOrientation"> | 9702 <action name="Options_DisplaySetOrientation"> |
9698 <owner>stevenjb@chromium.org</owner> | 9703 <owner>stevenjb@chromium.org</owner> |
9699 <description>Settings: Device: Display settings: Orientation</description> | 9704 <description>Settings: Device: Display settings: Orientation</description> |
9700 </action> | 9705 </action> |
9701 | 9706 |
9702 <action name="Options_DisplaySetOverscan"> | 9707 <action name="Options_DisplaySetOverscan"> |
9703 <owner>stevenjb@chromium.org</owner> | 9708 <owner>stevenjb@chromium.org</owner> |
9704 <description>Settings: Device: Display settings: Overscan</description> | 9709 <description>Settings: Device: Display settings: Overscan</description> |
9705 </action> | 9710 </action> |
9706 | 9711 |
(...skipping 4071 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
13778 <action name="webapps.AddShortcut.Manifest"> | 13783 <action name="webapps.AddShortcut.Manifest"> |
13779 <owner>mlamouri@chromium.org</owner> | 13784 <owner>mlamouri@chromium.org</owner> |
13780 <description> | 13785 <description> |
13781 Shortcut added to the homescreen with a valid Manifest. This action will be | 13786 Shortcut added to the homescreen with a valid Manifest. This action will be |
13782 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions | 13787 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions |
13783 to keep a trend of whether the webapp also add meta tags. | 13788 to keep a trend of whether the webapp also add meta tags. |
13784 </description> | 13789 </description> |
13785 </action> | 13790 </action> |
13786 | 13791 |
13787 </actions> | 13792 </actions> |
OLD | NEW |