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

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

Issue 1459593002: Added a UI for the Interests Prototype. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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 immediatly after a user takes the 10 action taken by a user. It should be logged immediatly after a user takes the
(...skipping 8074 matching lines...) Expand 10 before | Expand all | Expand 10 after
8085 <action name="MobileMenuShare"> 8085 <action name="MobileMenuShare">
8086 <owner>aurimas@chromium.org</owner> 8086 <owner>aurimas@chromium.org</owner>
8087 <description>User pressed 'Share' in the app menu.</description> 8087 <description>User pressed 'Share' in the app menu.</description>
8088 </action> 8088 </action>
8089 8089
8090 <action name="MobileMenuShow"> 8090 <action name="MobileMenuShow">
8091 <owner>aurimas@chromium.org</owner> 8091 <owner>aurimas@chromium.org</owner>
8092 <description>User opened the app menu.</description> 8092 <description>User opened the app menu.</description>
8093 </action> 8093 </action>
8094 8094
8095 <action name="MobileNTP.Interests.OpenDialog">
8096 <owner>peconn@chromium.org</owner>
8097 <description>User opens the interests dialog.</description>
newt (away) 2015/12/12 00:30:32 s/opens/opened/
PEConn 2015/12/14 17:05:16 Done.
8098 </action>
8099
8095 <action name="MobileNTPBookmark"> 8100 <action name="MobileNTPBookmark">
8096 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 8101 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
8097 <description>Please enter the description of this user action.</description> 8102 <description>Please enter the description of this user action.</description>
8098 </action> 8103 </action>
8099 8104
8100 <action name="MobileNTPForeignSession"> 8105 <action name="MobileNTPForeignSession">
8101 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 8106 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
8102 <description>Please enter the description of this user action.</description> 8107 <description>Please enter the description of this user action.</description>
8103 </action> 8108 </action>
8104 8109
(...skipping 5082 matching lines...) Expand 10 before | Expand all | Expand 10 after
13187 <action name="webapps.AddShortcut.Manifest"> 13192 <action name="webapps.AddShortcut.Manifest">
13188 <owner>mlamouri@chromium.org</owner> 13193 <owner>mlamouri@chromium.org</owner>
13189 <description> 13194 <description>
13190 Shortcut added to the homescreen with a valid Manifest. This action will be 13195 Shortcut added to the homescreen with a valid Manifest. This action will be
13191 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 13196 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
13192 to keep a trend of whether the webapp also add meta tags. 13197 to keep a trend of whether the webapp also add meta tags.
13193 </description> 13198 </description>
13194 </action> 13199 </action>
13195 13200
13196 </actions> 13201 </actions>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698