Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(127)

Side by Side Diff: tools/metrics/actions/actions.xml

Issue 2248913007: Add a Physical Web WebUI (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « ios/chrome/ios_chrome.gyp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 12819 matching lines...) Expand 10 before | Expand all | Expand 10 after
12830 </description> 12830 </description>
12831 </action> 12831 </action>
12832 12832
12833 <action name="PhysicalWeb.UrlSelected"> 12833 <action name="PhysicalWeb.UrlSelected">
12834 <owner>cco3@chromium.org</owner> 12834 <owner>cco3@chromium.org</owner>
12835 <owner>mattreynolds@chromium.org</owner> 12835 <owner>mattreynolds@chromium.org</owner>
12836 <owner>mmocny@chromium.org</owner> 12836 <owner>mmocny@chromium.org</owner>
12837 <description>A Physical Web URL was selected.</description> 12837 <description>A Physical Web URL was selected.</description>
12838 </action> 12838 </action>
12839 12839
12840 <action name="PhysicalWeb.WebUI.Open">
12841 <owner>cco3@chromium.org</owner>
12842 <owner>mattreynolds@chromium.org</owner>
12843 <owner>mmocny@chromium.org</owner>
12844 <description>The Physical Web WebUI was opened or refreshed.</description>
12845 </action>
12846
12840 <action name="PlatformVerificationAccepted"> 12847 <action name="PlatformVerificationAccepted">
12841 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 12848 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
12842 <description>Please enter the description of this user action.</description> 12849 <description>Please enter the description of this user action.</description>
12843 </action> 12850 </action>
12844 12851
12845 <action name="PlatformVerificationRejected"> 12852 <action name="PlatformVerificationRejected">
12846 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 12853 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
12847 <description>Please enter the description of this user action.</description> 12854 <description>Please enter the description of this user action.</description>
12848 </action> 12855 </action>
12849 12856
(...skipping 2823 matching lines...) Expand 10 before | Expand all | Expand 10 after
15673 <action name="webapps.AddShortcut.Manifest"> 15680 <action name="webapps.AddShortcut.Manifest">
15674 <owner>mlamouri@chromium.org</owner> 15681 <owner>mlamouri@chromium.org</owner>
15675 <description> 15682 <description>
15676 Shortcut added to the homescreen with a valid Manifest. This action will be 15683 Shortcut added to the homescreen with a valid Manifest. This action will be
15677 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 15684 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
15678 to keep a trend of whether the webapp also add meta tags. 15685 to keep a trend of whether the webapp also add meta tags.
15679 </description> 15686 </description>
15680 </action> 15687 </action>
15681 15688
15682 </actions> 15689 </actions>
OLDNEW
« no previous file with comments | « ios/chrome/ios_chrome.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698