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

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: Created 3 years, 10 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 12898 matching lines...) Expand 10 before | Expand all | Expand 10 after
12909 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 12909 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
12910 <description>Please enter the description of this user action.</description> 12910 <description>Please enter the description of this user action.</description>
12911 </action> 12911 </action>
12912 12912
12913 <action name="OverrideEncoding"> 12913 <action name="OverrideEncoding">
12914 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 12914 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
12915 <description>Please enter the description of this user action.</description> 12915 <description>Please enter the description of this user action.</description>
12916 <obsolete>Obsolete as of 08/2016</obsolete> 12916 <obsolete>Obsolete as of 08/2016</obsolete>
12917 </action> 12917 </action>
12918 12918
12919 <action name="Overscroll_Cancelled.Back">
12920 <owner>mfomitchev@chromium.org</owner>
12921 <description>
12922 When horizontal overscroll corresponding to the BACK navigation is cancelled
12923 - either because the user performed an interfering action such as pressing a
12924 key, or because the user ended the drag before the navigation threshold was
12925 passed.
12926 </description>
12927 </action>
12928
12929 <action name="Overscroll_Cancelled.Forward">
12930 <owner>mfomitchev@chromium.org</owner>
12931 <description>
12932 When horizontal overscroll corresponding to the FORWARD navigation is
12933 cancelled - either because the user performed an interfering action such as
12934 pressing a key, or because the user ended the drag before the navigation
12935 threshold was passed.
12936 </description>
12937 </action>
12938
12939 <action name="Overscroll_Navigated.Back">
12940 <owner>mfomitchev@chromium.org</owner>
12941 <description>
12942 When horizontal overscroll initiates a BACK navigation in the browser.
12943 </description>
12944 </action>
12945
12946 <action name="Overscroll_Navigated.Forward">
12947 <owner>mfomitchev@chromium.org</owner>
12948 <description>
12949 When horizontal overscroll initiates a FORWARD navigation in the browser.
12950 </description>
12951 </action>
12952
12919 <action name="PDF.FitToHeightButton"> 12953 <action name="PDF.FitToHeightButton">
12920 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 12954 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
12921 <description>Please enter the description of this user action.</description> 12955 <description>Please enter the description of this user action.</description>
12922 <obsolete>Removed with Out of Process PDF (issue 303491)</obsolete> 12956 <obsolete>Removed with Out of Process PDF (issue 303491)</obsolete>
12923 </action> 12957 </action>
12924 12958
12925 <action name="PDF.FitToPageButton"> 12959 <action name="PDF.FitToPageButton">
12926 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 12960 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
12927 <description>Please enter the description of this user action.</description> 12961 <description>Please enter the description of this user action.</description>
12928 <obsolete>Removed with Out of Process PDF (issue 303491)</obsolete> 12962 <obsolete>Removed with Out of Process PDF (issue 303491)</obsolete>
(...skipping 3460 matching lines...) Expand 10 before | Expand all | Expand 10 after
16389 <action name="webapps.AddShortcut.Manifest"> 16423 <action name="webapps.AddShortcut.Manifest">
16390 <owner>mlamouri@chromium.org</owner> 16424 <owner>mlamouri@chromium.org</owner>
16391 <description> 16425 <description>
16392 Shortcut added to the homescreen with a valid Manifest. This action will be 16426 Shortcut added to the homescreen with a valid Manifest. This action will be
16393 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 16427 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
16394 to keep a trend of whether the webapp also add meta tags. 16428 to keep a trend of whether the webapp also add meta tags.
16395 </description> 16429 </description>
16396 </action> 16430 </action>
16397 16431
16398 </actions> 16432 </actions>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698