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

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

Issue 2244503003: Add flag to force touch events to be passive during fling as a runtime feature (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: set feature to be experimental 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 306 matching lines...) Expand 10 before | Expand all | Expand 10 after
317 <description> 317 <description>
318 User enabled flag to control new audio rendering mixing strategy. 318 User enabled flag to control new audio rendering mixing strategy.
319 </description> 319 </description>
320 </action> 320 </action>
321 321
322 <action name="AboutFlags_page-prerender"> 322 <action name="AboutFlags_page-prerender">
323 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 323 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
324 <description>Please enter the description of this user action.</description> 324 <description>Please enter the description of this user action.</description>
325 </action> 325 </action>
326 326
327 <action name="AboutFlags_passive-event-listeners-due-to-fling">
328 <owner>dtapuska@chromium.org</owner>
329 <description>
330 User enabled the PassiveEventListenersDueToFling via chrome://flags.
331 </description>
332 </action>
333
327 <action name="AboutFlags_passive-listener-default"> 334 <action name="AboutFlags_passive-listener-default">
328 <owner>dtapuska@chromium.org</owner> 335 <owner>dtapuska@chromium.org</owner>
329 <description> 336 <description>
330 User enabled flag to adjust the default value of 'passive' field in 337 User enabled flag to adjust the default value of 'passive' field in
331 AddEventListenerOptions dictionary when a javascript event handler is added. 338 AddEventListenerOptions dictionary when a javascript event handler is added.
332 </description> 339 </description>
333 </action> 340 </action>
334 341
335 <action name="AboutFlags_prerender-from-omnibox"> 342 <action name="AboutFlags_prerender-from-omnibox">
336 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 343 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
(...skipping 15043 matching lines...) Expand 10 before | Expand all | Expand 10 after
15380 <action name="webapps.AddShortcut.Manifest"> 15387 <action name="webapps.AddShortcut.Manifest">
15381 <owner>mlamouri@chromium.org</owner> 15388 <owner>mlamouri@chromium.org</owner>
15382 <description> 15389 <description>
15383 Shortcut added to the homescreen with a valid Manifest. This action will be 15390 Shortcut added to the homescreen with a valid Manifest. This action will be
15384 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 15391 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
15385 to keep a trend of whether the webapp also add meta tags. 15392 to keep a trend of whether the webapp also add meta tags.
15386 </description> 15393 </description>
15387 </action> 15394 </action>
15388 15395
15389 </actions> 15396 </actions>
OLDNEW
« no previous file with comments | « third_party/WebKit/public/web/WebRuntimeFeatures.h ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698