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

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

Issue 2283013002: Adding chrome flag to disable implicit capture (Closed)
Patch Set: 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
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 183 matching lines...) Expand 10 before | Expand all | Expand 10 after
194 <description>Please enter the description of this user action.</description> 194 <description>Please enter the description of this user action.</description>
195 </action> 195 </action>
196 196
197 <action name="AboutFlags_enable-native-cups"> 197 <action name="AboutFlags_enable-native-cups">
198 <owner>skau@chromium.org</owner> 198 <owner>skau@chromium.org</owner>
199 <description> 199 <description>
200 Records if native cups printing is enabled in chrome://flags 200 Records if native cups printing is enabled in chrome://flags
201 </description> 201 </description>
202 </action> 202 </action>
203 203
204 <action name="AboutFlags_enable-no-implicit-touch-pointer-event-capture">
Alexei Svitkine (slow) 2016/08/30 19:24:58 Don't add this - these are being replaced by a his
Navid Zolghadr 2016/08/31 15:18:35 Done.
205 <owner>nzolghadr@chromium.org</owner>
206 <description>
207 Touch pointer events will not be captured implicitly
mustaq 2016/08/30 18:38:56 "Disables implicit capturing of touch pointer even
208 </description>
209 </action>
210
204 <action name="AboutFlags_enable-pnacl"> 211 <action name="AboutFlags_enable-pnacl">
205 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 212 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
206 <description>Please enter the description of this user action.</description> 213 <description>Please enter the description of this user action.</description>
207 </action> 214 </action>
208 215
209 <action name="AboutFlags_enable-pointer-events"> 216 <action name="AboutFlags_enable-pointer-events">
210 <owner>nzolghadr@chromium.org</owner> 217 <owner>nzolghadr@chromium.org</owner>
211 <description> 218 <description>
212 User enabled the &quot;PointerEvent&quot; blink feature via chrome://flags. 219 User enabled the &quot;PointerEvent&quot; blink feature via chrome://flags.
213 </description> 220 </description>
(...skipping 15274 matching lines...) Expand 10 before | Expand all | Expand 10 after
15488 <action name="webapps.AddShortcut.Manifest"> 15495 <action name="webapps.AddShortcut.Manifest">
15489 <owner>mlamouri@chromium.org</owner> 15496 <owner>mlamouri@chromium.org</owner>
15490 <description> 15497 <description>
15491 Shortcut added to the homescreen with a valid Manifest. This action will be 15498 Shortcut added to the homescreen with a valid Manifest. This action will be
15492 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 15499 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
15493 to keep a trend of whether the webapp also add meta tags. 15500 to keep a trend of whether the webapp also add meta tags.
15494 </description> 15501 </description>
15495 </action> 15502 </action>
15496 15503
15497 </actions> 15504 </actions>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698