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 immediately after a user takes the | 10 action taken by a user. It should be logged immediately after a user takes the |
(...skipping 12758 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
12769 </description> | 12769 </description> |
12770 </action> | 12770 </action> |
12771 | 12771 |
12772 <action name="PhysicalWeb.UrlSelected"> | 12772 <action name="PhysicalWeb.UrlSelected"> |
12773 <owner>cco3@chromium.org</owner> | 12773 <owner>cco3@chromium.org</owner> |
12774 <owner>mattreynolds@chromium.org</owner> | 12774 <owner>mattreynolds@chromium.org</owner> |
12775 <owner>mmocny@chromium.org</owner> | 12775 <owner>mmocny@chromium.org</owner> |
12776 <description>A Physical Web URL was selected.</description> | 12776 <description>A Physical Web URL was selected.</description> |
12777 </action> | 12777 </action> |
12778 | 12778 |
| 12779 <action name="PhysicalWeb.WebUI.Open"> |
| 12780 <owner>cco3@chromium.org</owner> |
| 12781 <owner>mattreynolds@chromium.org</owner> |
| 12782 <owner>mmocny@chromium.org</owner> |
| 12783 <description>The Physical Web WebUI was opened or refreshed.</description> |
| 12784 </action> |
| 12785 |
12779 <action name="PlatformVerificationAccepted"> | 12786 <action name="PlatformVerificationAccepted"> |
12780 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 12787 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
12781 <description>Please enter the description of this user action.</description> | 12788 <description>Please enter the description of this user action.</description> |
12782 </action> | 12789 </action> |
12783 | 12790 |
12784 <action name="PlatformVerificationRejected"> | 12791 <action name="PlatformVerificationRejected"> |
12785 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 12792 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
12786 <description>Please enter the description of this user action.</description> | 12793 <description>Please enter the description of this user action.</description> |
12787 </action> | 12794 </action> |
12788 | 12795 |
(...skipping 2822 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
15611 <action name="webapps.AddShortcut.Manifest"> | 15618 <action name="webapps.AddShortcut.Manifest"> |
15612 <owner>mlamouri@chromium.org</owner> | 15619 <owner>mlamouri@chromium.org</owner> |
15613 <description> | 15620 <description> |
15614 Shortcut added to the homescreen with a valid Manifest. This action will be | 15621 Shortcut added to the homescreen with a valid Manifest. This action will be |
15615 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions | 15622 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions |
15616 to keep a trend of whether the webapp also add meta tags. | 15623 to keep a trend of whether the webapp also add meta tags. |
15617 </description> | 15624 </description> |
15618 </action> | 15625 </action> |
15619 | 15626 |
15620 </actions> | 15627 </actions> |
OLD | NEW |