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

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

Issue 2131463004: Added AboutFlags_document-passive-event-listeners action to actions.xml. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update owner and description. Created 4 years, 5 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 | « no previous file | 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 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
147 <action name="AboutFlags_disable-website-settings"> 147 <action name="AboutFlags_disable-website-settings">
148 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 148 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
149 <description>Please enter the description of this user action.</description> 149 <description>Please enter the description of this user action.</description>
150 </action> 150 </action>
151 151
152 <action name="AboutFlags_dns-server"> 152 <action name="AboutFlags_dns-server">
153 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 153 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
154 <description>Please enter the description of this user action.</description> 154 <description>Please enter the description of this user action.</description>
155 </action> 155 </action>
156 156
157 <action name="AboutFlags_document-passive-event-listeners">
158 <owner>dtapuska@chromium.org</owner>
159 <description>
160 User enabled the PassiveDocumentEventListeners via chrome://flags.
161 </description>
162 </action>
163
157 <action name="AboutFlags_downloads-new-ui"> 164 <action name="AboutFlags_downloads-new-ui">
158 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 165 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
159 <description>Please enter the description of this user action.</description> 166 <description>Please enter the description of this user action.</description>
160 </action> 167 </action>
161 168
162 <action name="AboutFlags_enable-chrome-to-mobile"> 169 <action name="AboutFlags_enable-chrome-to-mobile">
163 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 170 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
164 <description>Please enter the description of this user action.</description> 171 <description>Please enter the description of this user action.</description>
165 </action> 172 </action>
166 173
(...skipping 14792 matching lines...) Expand 10 before | Expand all | Expand 10 after
14959 <action name="webapps.AddShortcut.Manifest"> 14966 <action name="webapps.AddShortcut.Manifest">
14960 <owner>mlamouri@chromium.org</owner> 14967 <owner>mlamouri@chromium.org</owner>
14961 <description> 14968 <description>
14962 Shortcut added to the homescreen with a valid Manifest. This action will be 14969 Shortcut added to the homescreen with a valid Manifest. This action will be
14963 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 14970 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
14964 to keep a trend of whether the webapp also add meta tags. 14971 to keep a trend of whether the webapp also add meta tags.
14965 </description> 14972 </description>
14966 </action> 14973 </action>
14967 14974
14968 </actions> 14975 </actions>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698