| 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 7073 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 7084 </action> | 7084 </action> |
| 7085 | 7085 |
| 7086 <action name="Launcher_LaunchTask"> | 7086 <action name="Launcher_LaunchTask"> |
| 7087 <owner>bruthig@google.com</owner> | 7087 <owner>bruthig@google.com</owner> |
| 7088 <owner>tdanderson@google.com</owner> | 7088 <owner>tdanderson@google.com</owner> |
| 7089 <description> | 7089 <description> |
| 7090 Recorded when the user launches a new task from the shelf. | 7090 Recorded when the user launches a new task from the shelf. |
| 7091 </description> | 7091 </description> |
| 7092 </action> | 7092 </action> |
| 7093 | 7093 |
| 7094 <action name="Launcher_MinimizeTask"> |
| 7095 <owner>bruthig@google.com</owner> |
| 7096 <owner>tdanderson@google.com</owner> |
| 7097 <description> |
| 7098 Recorded when the user minimizes an existing task by clicking an icon in the |
| 7099 shelf. |
| 7100 </description> |
| 7101 </action> |
| 7102 |
| 7094 <action name="Launcher_SwitchTask"> | 7103 <action name="Launcher_SwitchTask"> |
| 7095 <owner>bruthig@google.com</owner> | 7104 <owner>bruthig@google.com</owner> |
| 7096 <owner>tdanderson@google.com</owner> | 7105 <owner>tdanderson@google.com</owner> |
| 7097 <description> | 7106 <description> |
| 7098 Recorded when the user activates an existing task from the shelf. | 7107 Recorded when the user activates an existing task from the shelf. |
| 7099 </description> | 7108 </description> |
| 7100 </action> | 7109 </action> |
| 7101 | 7110 |
| 7102 <action name="LoadURL"> | 7111 <action name="LoadURL"> |
| 7103 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 7112 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
| (...skipping 5068 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 12172 <action name="webapps.AddShortcut.Manifest"> | 12181 <action name="webapps.AddShortcut.Manifest"> |
| 12173 <owner>mlamouri@chromium.org</owner> | 12182 <owner>mlamouri@chromium.org</owner> |
| 12174 <description> | 12183 <description> |
| 12175 Shortcut added to the homescreen with a valid Manifest. This action will be | 12184 Shortcut added to the homescreen with a valid Manifest. This action will be |
| 12176 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions | 12185 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions |
| 12177 to keep a trend of whether the webapp also add meta tags. | 12186 to keep a trend of whether the webapp also add meta tags. |
| 12178 </description> | 12187 </description> |
| 12179 </action> | 12188 </action> |
| 12180 | 12189 |
| 12181 </actions> | 12190 </actions> |
| OLD | NEW |