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

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

Issue 2698673006: Add User Actions and adding more details to UMA metrics for overscroll navigation (Closed)
Patch Set: Trailing period Created 3 years, 9 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. 9 and description for each user action.
10 10
(...skipping 12906 matching lines...) Expand 10 before | Expand all | Expand 10 after
12917 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 12917 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
12918 <description>Please enter the description of this user action.</description> 12918 <description>Please enter the description of this user action.</description>
12919 </action> 12919 </action>
12920 12920
12921 <action name="OverrideEncoding"> 12921 <action name="OverrideEncoding">
12922 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 12922 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
12923 <description>Please enter the description of this user action.</description> 12923 <description>Please enter the description of this user action.</description>
12924 <obsolete>Obsolete as of 08/2016</obsolete> 12924 <obsolete>Obsolete as of 08/2016</obsolete>
12925 </action> 12925 </action>
12926 12926
12927 <action name="Overscroll_Cancelled.Back">
12928 <owner>mfomitchev@chromium.org</owner>
12929 <description>
12930 When horizontal overscroll corresponding to the BACK navigation is cancelled
12931 - either because the user performed an interfering action such as pressing a
12932 key, or because the user ended the drag before the navigation threshold was
12933 passed.
12934 </description>
12935 </action>
12936
12937 <action name="Overscroll_Cancelled.Forward">
12938 <owner>mfomitchev@chromium.org</owner>
12939 <description>
12940 When horizontal overscroll corresponding to the FORWARD navigation is
12941 cancelled - either because the user performed an interfering action such as
12942 pressing a key, or because the user ended the drag before the navigation
12943 threshold was passed.
12944 </description>
12945 </action>
12946
12947 <action name="Overscroll_Navigated.Back">
12948 <owner>mfomitchev@chromium.org</owner>
12949 <description>
12950 When horizontal overscroll initiates a BACK navigation in the browser.
12951 </description>
12952 </action>
12953
12954 <action name="Overscroll_Navigated.Forward">
12955 <owner>mfomitchev@chromium.org</owner>
12956 <description>
12957 When horizontal overscroll initiates a FORWARD navigation in the browser.
12958 </description>
12959 </action>
12960
12927 <action name="PDF.FitToHeightButton"> 12961 <action name="PDF.FitToHeightButton">
12928 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 12962 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
12929 <description>Please enter the description of this user action.</description> 12963 <description>Please enter the description of this user action.</description>
12930 <obsolete>Removed with Out of Process PDF (issue 303491)</obsolete> 12964 <obsolete>Removed with Out of Process PDF (issue 303491)</obsolete>
12931 </action> 12965 </action>
12932 12966
12933 <action name="PDF.FitToPageButton"> 12967 <action name="PDF.FitToPageButton">
12934 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 12968 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
12935 <description>Please enter the description of this user action.</description> 12969 <description>Please enter the description of this user action.</description>
12936 <obsolete>Removed with Out of Process PDF (issue 303491)</obsolete> 12970 <obsolete>Removed with Out of Process PDF (issue 303491)</obsolete>
(...skipping 3460 matching lines...) Expand 10 before | Expand all | Expand 10 after
16397 <action name="webapps.AddShortcut.Manifest"> 16431 <action name="webapps.AddShortcut.Manifest">
16398 <owner>mlamouri@chromium.org</owner> 16432 <owner>mlamouri@chromium.org</owner>
16399 <description> 16433 <description>
16400 Shortcut added to the homescreen with a valid Manifest. This action will be 16434 Shortcut added to the homescreen with a valid Manifest. This action will be
16401 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 16435 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
16402 to keep a trend of whether the webapp also add meta tags. 16436 to keep a trend of whether the webapp also add meta tags.
16403 </description> 16437 </description>
16404 </action> 16438 </action>
16405 16439
16406 </actions> 16440 </actions>
OLDNEW
« no previous file with comments | « content/browser/web_contents/web_contents_view_aura.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698