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

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

Issue 2106753002: Refine snap scrolling on the Cards New Tab Page. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update histograms.xml Created 4 years, 5 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 8961 matching lines...) Expand 10 before | Expand all | Expand 10 after
8972 Android: User scrolled through the snippet cards. Recorded at the beginning 8972 Android: User scrolled through the snippet cards. Recorded at the beginning
8973 of the scroll event. 8973 of the scroll event.
8974 </description> 8974 </description>
8975 </action> 8975 </action>
8976 8976
8977 <action name="MobileNTP.Snippets.ScrolledAboveTheFold"> 8977 <action name="MobileNTP.Snippets.ScrolledAboveTheFold">
8978 <owner>mastiz@chromium.org</owner> 8978 <owner>mastiz@chromium.org</owner>
8979 <description> 8979 <description>
8980 Android: User scrolled above the fold (not reading snippets cards). 8980 Android: User scrolled above the fold (not reading snippets cards).
8981 </description> 8981 </description>
8982 <obsolete>Deprecated as of 5/2016</obsolete>
8982 </action> 8983 </action>
8983 8984
8984 <action name="MobileNTP.Snippets.ScrolledBelowTheFold"> 8985 <action name="MobileNTP.Snippets.ScrolledBelowTheFold">
8985 <owner>mastiz@chromium.org</owner> 8986 <owner>mastiz@chromium.org</owner>
8986 <description> 8987 <description>
8987 Android: User scrolled to the snippet cards below the fold. 8988 Android: User scrolled to the snippet cards below the fold.
8988 </description> 8989 </description>
8990 <obsolete>Deprecated as of 5/2016</obsolete>
8989 </action> 8991 </action>
8990 8992
8991 <action name="MobileNTP.Snippets.ShowLess"> 8993 <action name="MobileNTP.Snippets.ShowLess">
8992 <owner>knn@chromium.org</owner> 8994 <owner>knn@chromium.org</owner>
8993 <description> 8995 <description>
8994 Android: User clicked on a snippet card to hide the bigger summary. 8996 Android: User clicked on a snippet card to hide the bigger summary.
8995 </description> 8997 </description>
8996 <obsolete>Deprecated as of 4/2016</obsolete> 8998 <obsolete>Deprecated as of 4/2016</obsolete>
8997 </action> 8999 </action>
8998 9000
(...skipping 5855 matching lines...) Expand 10 before | Expand all | Expand 10 after
14854 <action name="webapps.AddShortcut.Manifest"> 14856 <action name="webapps.AddShortcut.Manifest">
14855 <owner>mlamouri@chromium.org</owner> 14857 <owner>mlamouri@chromium.org</owner>
14856 <description> 14858 <description>
14857 Shortcut added to the homescreen with a valid Manifest. This action will be 14859 Shortcut added to the homescreen with a valid Manifest. This action will be
14858 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 14860 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
14859 to keep a trend of whether the webapp also add meta tags. 14861 to keep a trend of whether the webapp also add meta tags.
14860 </description> 14862 </description>
14861 </action> 14863 </action>
14862 14864
14863 </actions> 14865 </actions>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698