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

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: Created 4 years, 4 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
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 12600 matching lines...) Expand 10 before | Expand all | Expand 10 after
12611 </description> 12611 </description>
12612 </action> 12612 </action>
12613 12613
12614 <action name="PhysicalWeb.UrlSelected"> 12614 <action name="PhysicalWeb.UrlSelected">
12615 <owner>cco3@chromium.org</owner> 12615 <owner>cco3@chromium.org</owner>
12616 <owner>mattreynolds@chromium.org</owner> 12616 <owner>mattreynolds@chromium.org</owner>
12617 <owner>mmocny@chromium.org</owner> 12617 <owner>mmocny@chromium.org</owner>
12618 <description>A Physical Web URL was selected.</description> 12618 <description>A Physical Web URL was selected.</description>
12619 </action> 12619 </action>
12620 12620
12621 <action name="PhysicalWeb.WebUI.Open">
12622 <owner>cco3@chromium.org</owner>
12623 <owner>mattreynolds@chromium.org</owner>
12624 <owner>mmocny@chromium.org</owner>
12625 <description>The Physical Web WebUI was opened or refreshed.</description>
12626 </action>
12627
12621 <action name="PlatformVerificationAccepted"> 12628 <action name="PlatformVerificationAccepted">
12622 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 12629 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
12623 <description>Please enter the description of this user action.</description> 12630 <description>Please enter the description of this user action.</description>
12624 </action> 12631 </action>
12625 12632
12626 <action name="PlatformVerificationRejected"> 12633 <action name="PlatformVerificationRejected">
12627 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 12634 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
12628 <description>Please enter the description of this user action.</description> 12635 <description>Please enter the description of this user action.</description>
12629 </action> 12636 </action>
12630 12637
(...skipping 2769 matching lines...) Expand 10 before | Expand all | Expand 10 after
15400 <action name="webapps.AddShortcut.Manifest"> 15407 <action name="webapps.AddShortcut.Manifest">
15401 <owner>mlamouri@chromium.org</owner> 15408 <owner>mlamouri@chromium.org</owner>
15402 <description> 15409 <description>
15403 Shortcut added to the homescreen with a valid Manifest. This action will be 15410 Shortcut added to the homescreen with a valid Manifest. This action will be
15404 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 15411 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
15405 to keep a trend of whether the webapp also add meta tags. 15412 to keep a trend of whether the webapp also add meta tags.
15406 </description> 15413 </description>
15407 </action> 15414 </action>
15408 15415
15409 </actions> 15416 </actions>
OLDNEW
« components/physical_web/webui/resources/physical_web.html ('K') | « ios/chrome/ios_chrome.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698