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 11155 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
11166 | 11166 |
11167 <action name="PhysicalWeb.NotificationPressed"> | 11167 <action name="PhysicalWeb.NotificationPressed"> |
11168 <owner>cco3@chromium.org</owner> | 11168 <owner>cco3@chromium.org</owner> |
11169 <owner>mattreynolds@chromium.org</owner> | 11169 <owner>mattreynolds@chromium.org</owner> |
11170 <owner>mmocny@chromium.org</owner> | 11170 <owner>mmocny@chromium.org</owner> |
11171 <description> | 11171 <description> |
11172 A notification advertising nearby Physical Web URLs was pressed. | 11172 A notification advertising nearby Physical Web URLs was pressed. |
11173 </description> | 11173 </description> |
11174 </action> | 11174 </action> |
11175 | 11175 |
| 11176 <action name="PhysicalWeb.OptIn.DeclineButtonPressed"> |
| 11177 <owner>cco3@chromium.org</owner> |
| 11178 <owner>mattreynolds@chromium.org</owner> |
| 11179 <owner>mmocny@chromium.org</owner> |
| 11180 <description> |
| 11181 The user has disabled the Physical Web feature via the settings. |
| 11182 </description> |
| 11183 </action> |
| 11184 |
| 11185 <action name="PhysicalWeb.OptIn.EnableButtonPressed"> |
| 11186 <owner>cco3@chromium.org</owner> |
| 11187 <owner>mattreynolds@chromium.org</owner> |
| 11188 <owner>mmocny@chromium.org</owner> |
| 11189 <description> |
| 11190 The enable button was pressed in the Physical Web opt-in activity. |
| 11191 </description> |
| 11192 </action> |
| 11193 |
| 11194 <action name="PhysicalWeb.OptIn.HighPriorityNotificationShown"> |
| 11195 <owner>cco3@chromium.org</owner> |
| 11196 <owner>mattreynolds@chromium.org</owner> |
| 11197 <owner>mmocny@chromium.org</owner> |
| 11198 <description> |
| 11199 A high priority Physical Web opt-in notification was displayed. |
| 11200 </description> |
| 11201 </action> |
| 11202 |
| 11203 <action name="PhysicalWeb.OptIn.MinPriorityNotificationShown"> |
| 11204 <owner>cco3@chromium.org</owner> |
| 11205 <owner>mattreynolds@chromium.org</owner> |
| 11206 <owner>mmocny@chromium.org</owner> |
| 11207 <description> |
| 11208 A min priority Physical Web opt-in notification was displayed. |
| 11209 </description> |
| 11210 </action> |
| 11211 |
| 11212 <action name="PhysicalWeb.OptIn.NotificationPressed"> |
| 11213 <owner>cco3@chromium.org</owner> |
| 11214 <owner>mattreynolds@chromium.org</owner> |
| 11215 <owner>mmocny@chromium.org</owner> |
| 11216 <description> |
| 11217 The user pressed the Physical Web opt-in notification. |
| 11218 </description> |
| 11219 </action> |
| 11220 |
11176 <action name="PhysicalWeb.Prefs.FeatureDisabled"> | 11221 <action name="PhysicalWeb.Prefs.FeatureDisabled"> |
11177 <owner>cco3@chromium.org</owner> | 11222 <owner>cco3@chromium.org</owner> |
11178 <owner>mattreynolds@chromium.org</owner> | 11223 <owner>mattreynolds@chromium.org</owner> |
11179 <owner>mmocny@chromium.org</owner> | 11224 <owner>mmocny@chromium.org</owner> |
11180 <description> | 11225 <description> |
11181 The user has disabled the Physical Web feature via the settings. | 11226 The user has disabled the Physical Web feature via the settings. |
11182 </description> | 11227 </description> |
11183 </action> | 11228 </action> |
11184 | 11229 |
11185 <action name="PhysicalWeb.Prefs.FeatureEnabled"> | 11230 <action name="PhysicalWeb.Prefs.FeatureEnabled"> |
(...skipping 2447 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
13633 <action name="webapps.AddShortcut.Manifest"> | 13678 <action name="webapps.AddShortcut.Manifest"> |
13634 <owner>mlamouri@chromium.org</owner> | 13679 <owner>mlamouri@chromium.org</owner> |
13635 <description> | 13680 <description> |
13636 Shortcut added to the homescreen with a valid Manifest. This action will be | 13681 Shortcut added to the homescreen with a valid Manifest. This action will be |
13637 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions | 13682 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions |
13638 to keep a trend of whether the webapp also add meta tags. | 13683 to keep a trend of whether the webapp also add meta tags. |
13639 </description> | 13684 </description> |
13640 </action> | 13685 </action> |
13641 | 13686 |
13642 </actions> | 13687 </actions> |
OLD | NEW |