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. | 9 and description for each user action. |
10 | 10 |
(...skipping 1763 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1774 <action name="BookmarkMenu_clicked"> | 1774 <action name="BookmarkMenu_clicked"> |
1775 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 1775 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
1776 <description>Please enter the description of this user action.</description> | 1776 <description>Please enter the description of this user action.</description> |
1777 </action> | 1777 </action> |
1778 | 1778 |
1779 <action name="Bookmarks_Search"> | 1779 <action name="Bookmarks_Search"> |
1780 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 1780 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
1781 <description>Please enter the description of this user action.</description> | 1781 <description>Please enter the description of this user action.</description> |
1782 </action> | 1782 </action> |
1783 | 1783 |
| 1784 <action name="BrowserForSystemProfile"> |
| 1785 <owner>mlerman@chromium.org</owner> |
| 1786 <description> |
| 1787 A browser opened with the System Profile. Tsk, tsk. Any non-zero amount |
| 1788 means something is using the system profile for a browser when it likely |
| 1789 shouldn't be. |
| 1790 </description> |
| 1791 </action> |
| 1792 |
1784 <action name="BrowserPlugin.Guest.AbnormalDeath"> | 1793 <action name="BrowserPlugin.Guest.AbnormalDeath"> |
1785 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 1794 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
1786 <description>Please enter the description of this user action.</description> | 1795 <description>Please enter the description of this user action.</description> |
1787 </action> | 1796 </action> |
1788 | 1797 |
1789 <action name="BrowserPlugin.Guest.Attached"> | 1798 <action name="BrowserPlugin.Guest.Attached"> |
1790 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 1799 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
1791 <description>Please enter the description of this user action.</description> | 1800 <description>Please enter the description of this user action.</description> |
1792 </action> | 1801 </action> |
1793 | 1802 |
(...skipping 10566 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
12360 <action name="webapps.AddShortcut.Manifest"> | 12369 <action name="webapps.AddShortcut.Manifest"> |
12361 <owner>mlamouri@chromium.org</owner> | 12370 <owner>mlamouri@chromium.org</owner> |
12362 <description> | 12371 <description> |
12363 Shortcut added to the homescreen with a valid Manifest. This action will be | 12372 Shortcut added to the homescreen with a valid Manifest. This action will be |
12364 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions | 12373 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions |
12365 to keep a trend of whether the webapp also add meta tags. | 12374 to keep a trend of whether the webapp also add meta tags. |
12366 </description> | 12375 </description> |
12367 </action> | 12376 </action> |
12368 | 12377 |
12369 </actions> | 12378 </actions> |
OLD | NEW |