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

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

Issue 1918953002: Add AboutFlags_enable-pointer-events to actions.xml (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
177 <action name="AboutFlags_enable-nacl-exception-handling"> 177 <action name="AboutFlags_enable-nacl-exception-handling">
178 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 178 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
179 <description>Please enter the description of this user action.</description> 179 <description>Please enter the description of this user action.</description>
180 </action> 180 </action>
181 181
182 <action name="AboutFlags_enable-pnacl"> 182 <action name="AboutFlags_enable-pnacl">
183 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 183 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
184 <description>Please enter the description of this user action.</description> 184 <description>Please enter the description of this user action.</description>
185 </action> 185 </action>
186 186
187 <action name="AboutFlags_enable-pointer-events">
188 <owner>nzolghadr@chromium.org</owner>
189 <description>
190 User enabled the &quot;PointerEvent&quot; blink feature via chrome://flags.
191 </description>
192 </action>
193
187 <action name="AboutFlags_enable-smooth-scrolling"> 194 <action name="AboutFlags_enable-smooth-scrolling">
188 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 195 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
189 <description>Please enter the description of this user action.</description> 196 <description>Please enter the description of this user action.</description>
190 </action> 197 </action>
191 198
192 <action name="AboutFlags_enable-website-settings"> 199 <action name="AboutFlags_enable-website-settings">
193 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 200 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
194 <description>Please enter the description of this user action.</description> 201 <description>Please enter the description of this user action.</description>
195 </action> 202 </action>
196 203
(...skipping 14164 matching lines...) Expand 10 before | Expand all | Expand 10 after
14361 <action name="webapps.AddShortcut.Manifest"> 14368 <action name="webapps.AddShortcut.Manifest">
14362 <owner>mlamouri@chromium.org</owner> 14369 <owner>mlamouri@chromium.org</owner>
14363 <description> 14370 <description>
14364 Shortcut added to the homescreen with a valid Manifest. This action will be 14371 Shortcut added to the homescreen with a valid Manifest. This action will be
14365 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 14372 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
14366 to keep a trend of whether the webapp also add meta tags. 14373 to keep a trend of whether the webapp also add meta tags.
14367 </description> 14374 </description>
14368 </action> 14375 </action>
14369 14376
14370 </actions> 14377 </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