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 immediatly after a user takes the | 10 action taken by a user. It should be logged immediatly after a user takes the |
(...skipping 1835 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1846 navigable hierarchy of the user's bookmarks, to their homescreen on Android. | 1846 navigable hierarchy of the user's bookmarks, to their homescreen on Android. |
1847 </description> | 1847 </description> |
1848 </action> | 1848 </action> |
1849 | 1849 |
1850 <action name="BookmarkShortcutWidgetAdded"> | 1850 <action name="BookmarkShortcutWidgetAdded"> |
1851 <owner>aurimas@chromium.org</owner> | 1851 <owner>aurimas@chromium.org</owner> |
1852 <description> | 1852 <description> |
1853 User added the "bookmark shortcut" widget, which is an icon to | 1853 User added the "bookmark shortcut" widget, which is an icon to |
1854 open a single bookmark in Chrome, to their homescreen on Android. | 1854 open a single bookmark in Chrome, to their homescreen on Android. |
1855 </description> | 1855 </description> |
| 1856 <obsolete> |
| 1857 Deprecated as of 10/2015. The widget was removed from Chrome. |
| 1858 </obsolete> |
1856 </action> | 1859 </action> |
1857 | 1860 |
1858 <action name="Bookmarks_Search"> | 1861 <action name="Bookmarks_Search"> |
1859 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 1862 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
1860 <description>Please enter the description of this user action.</description> | 1863 <description>Please enter the description of this user action.</description> |
1861 </action> | 1864 </action> |
1862 | 1865 |
1863 <action name="BrowserForSystemProfile"> | 1866 <action name="BrowserForSystemProfile"> |
1864 <owner>mlerman@chromium.org</owner> | 1867 <owner>mlerman@chromium.org</owner> |
1865 <description> | 1868 <description> |
(...skipping 11189 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
13055 <action name="webapps.AddShortcut.Manifest"> | 13058 <action name="webapps.AddShortcut.Manifest"> |
13056 <owner>mlamouri@chromium.org</owner> | 13059 <owner>mlamouri@chromium.org</owner> |
13057 <description> | 13060 <description> |
13058 Shortcut added to the homescreen with a valid Manifest. This action will be | 13061 Shortcut added to the homescreen with a valid Manifest. This action will be |
13059 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions | 13062 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions |
13060 to keep a trend of whether the webapp also add meta tags. | 13063 to keep a trend of whether the webapp also add meta tags. |
13061 </description> | 13064 </description> |
13062 </action> | 13065 </action> |
13063 | 13066 |
13064 </actions> | 13067 </actions> |
OLD | NEW |