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

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: Tidy code. 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 8969 matching lines...) Expand 10 before | Expand all | Expand 10 after
8980 Android: User scrolled through the snippet cards. Recorded at the beginning 8980 Android: User scrolled through the snippet cards. Recorded at the beginning
8981 of the scroll event. 8981 of the scroll event.
8982 </description> 8982 </description>
8983 </action> 8983 </action>
8984 8984
8985 <action name="MobileNTP.Snippets.ScrolledAboveTheFold"> 8985 <action name="MobileNTP.Snippets.ScrolledAboveTheFold">
8986 <owner>mastiz@chromium.org</owner> 8986 <owner>mastiz@chromium.org</owner>
8987 <description> 8987 <description>
8988 Android: User scrolled above the fold (not reading snippets cards). 8988 Android: User scrolled above the fold (not reading snippets cards).
8989 </description> 8989 </description>
8990 <obsolete>Deprecated as of 5/2016</obsolete>
8990 </action> 8991 </action>
8991 8992
8992 <action name="MobileNTP.Snippets.ScrolledBelowTheFold"> 8993 <action name="MobileNTP.Snippets.ScrolledBelowTheFold">
8993 <owner>mastiz@chromium.org</owner> 8994 <owner>mastiz@chromium.org</owner>
8994 <description> 8995 <description>
8995 Android: User scrolled to the snippet cards below the fold. 8996 Android: User scrolled to the snippet cards below the fold.
8996 </description> 8997 </description>
8998 <obsolete>Deprecated as of 5/2016</obsolete>
8997 </action> 8999 </action>
8998 9000
8999 <action name="MobileNTP.Snippets.ShowLess"> 9001 <action name="MobileNTP.Snippets.ShowLess">
9000 <owner>knn@chromium.org</owner> 9002 <owner>knn@chromium.org</owner>
9001 <description> 9003 <description>
9002 Android: User clicked on a snippet card to hide the bigger summary. 9004 Android: User clicked on a snippet card to hide the bigger summary.
9003 </description> 9005 </description>
9004 <obsolete>Deprecated as of 4/2016</obsolete> 9006 <obsolete>Deprecated as of 4/2016</obsolete>
9005 </action> 9007 </action>
9006 9008
(...skipping 5855 matching lines...) Expand 10 before | Expand all | Expand 10 after
14862 <action name="webapps.AddShortcut.Manifest"> 14864 <action name="webapps.AddShortcut.Manifest">
14863 <owner>mlamouri@chromium.org</owner> 14865 <owner>mlamouri@chromium.org</owner>
14864 <description> 14866 <description>
14865 Shortcut added to the homescreen with a valid Manifest. This action will be 14867 Shortcut added to the homescreen with a valid Manifest. This action will be
14866 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 14868 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
14867 to keep a trend of whether the webapp also add meta tags. 14869 to keep a trend of whether the webapp also add meta tags.
14868 </description> 14870 </description>
14869 </action> 14871 </action>
14870 14872
14871 </actions> 14873 </actions>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698