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 2628 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2639 <action name="DeleteWordBackward"> | 2639 <action name="DeleteWordBackward"> |
2640 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 2640 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
2641 <description>Please enter the description of this user action.</description> | 2641 <description>Please enter the description of this user action.</description> |
2642 </action> | 2642 </action> |
2643 | 2643 |
2644 <action name="DeleteWordForward"> | 2644 <action name="DeleteWordForward"> |
2645 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 2645 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
2646 <description>Please enter the description of this user action.</description> | 2646 <description>Please enter the description of this user action.</description> |
2647 </action> | 2647 </action> |
2648 | 2648 |
| 2649 <action name="DesktopSearch"> |
| 2650 <owner>fdoray@chromium.org</owner> |
| 2651 <description>Recorded when a desktop search is opened in Chrome.</description> |
| 2652 </action> |
| 2653 |
| 2654 <action name="DesktopSearchRedirectionInfoBar_Dismiss"> |
| 2655 <owner>fdoray@chromium.org</owner> |
| 2656 <description> |
| 2657 Recorded when the user clicks on the dismiss button in the infobar |
| 2658 explaining that a desktop search has been redirected to the default search |
| 2659 engine. |
| 2660 </description> |
| 2661 </action> |
| 2662 |
| 2663 <action name="DesktopSearchRedirectionInfoBar_Ignore"> |
| 2664 <owner>fdoray@chromium.org</owner> |
| 2665 <description> |
| 2666 Recorded when the infobar explaining that a desktop search has been |
| 2667 redirected to the default search engine is closed without user interaction. |
| 2668 </description> |
| 2669 </action> |
| 2670 |
| 2671 <action name="DesktopSearchRedirectionInfoBar_ManageSearchSettings"> |
| 2672 <owner>fdoray@chromium.org</owner> |
| 2673 <description> |
| 2674 Recorded when the user clicks on the 'Manage search settings' button in the |
| 2675 infobar explaining that a desktop search has been redirected to the default |
| 2676 search engine. |
| 2677 </description> |
| 2678 </action> |
| 2679 |
| 2680 <action name="DesktopSearchRedirectionInfoBar_Shown"> |
| 2681 <owner>fdoray@chromium.org</owner> |
| 2682 <description> |
| 2683 Recorded when the infobar explaining that a desktop search has been |
| 2684 redirected to the default search engine is shown. |
| 2685 </description> |
| 2686 </action> |
| 2687 |
2649 <action name="Desktop_SwitchTask"> | 2688 <action name="Desktop_SwitchTask"> |
2650 <owner>bruthig@google.com</owner> | 2689 <owner>bruthig@google.com</owner> |
2651 <owner>tdanderson@google.com</owner> | 2690 <owner>tdanderson@google.com</owner> |
2652 <description> | 2691 <description> |
2653 Recorded when the user activates an existing task window by clicking or | 2692 Recorded when the user activates an existing task window by clicking or |
2654 tapping on it. Recorded on ChromeOS only. | 2693 tapping on it. Recorded on ChromeOS only. |
2655 </description> | 2694 </description> |
2656 </action> | 2695 </action> |
2657 | 2696 |
2658 <action name="Destination_Application_Edit"> | 2697 <action name="Destination_Application_Edit"> |
(...skipping 11119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
13778 <action name="webapps.AddShortcut.Manifest"> | 13817 <action name="webapps.AddShortcut.Manifest"> |
13779 <owner>mlamouri@chromium.org</owner> | 13818 <owner>mlamouri@chromium.org</owner> |
13780 <description> | 13819 <description> |
13781 Shortcut added to the homescreen with a valid Manifest. This action will be | 13820 Shortcut added to the homescreen with a valid Manifest. This action will be |
13782 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions | 13821 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions |
13783 to keep a trend of whether the webapp also add meta tags. | 13822 to keep a trend of whether the webapp also add meta tags. |
13784 </description> | 13823 </description> |
13785 </action> | 13824 </action> |
13786 | 13825 |
13787 </actions> | 13826 </actions> |
OLD | NEW |