| 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 11981 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 11992 | 11992 |
| 11993 <action name="webapps.AddShortcut.Manifest"> | 11993 <action name="webapps.AddShortcut.Manifest"> |
| 11994 <owner>mlamouri@chromium.org</owner> | 11994 <owner>mlamouri@chromium.org</owner> |
| 11995 <description> | 11995 <description> |
| 11996 Shortcut added to the homescreen with a valid Manifest. This action will be | 11996 Shortcut added to the homescreen with a valid Manifest. This action will be |
| 11997 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions | 11997 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions |
| 11998 to keep a trend of whether the webapp also add meta tags. | 11998 to keep a trend of whether the webapp also add meta tags. |
| 11999 </description> | 11999 </description> |
| 12000 </action> | 12000 </action> |
| 12001 | 12001 |
| 12002 <action name="webapps.LaunchedFromHome"> | |
| 12003 <owner>dfalcantara@chromium.org</owner> | |
| 12004 <description> | |
| 12005 User launched a WebappActivity from the Android Home screen. This | |
| 12006 explicitly does not count relaunching WebappActivities via Android's | |
| 12007 Recents menu. | |
| 12008 </description> | |
| 12009 </action> | |
| 12010 | |
| 12011 </actions> | 12002 </actions> |
| OLD | NEW |