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

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

Issue 1812293002: Add new NTP layout with snippet cards and hide it behind a flag (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase + CR comments + added background color to new NTP Created 4 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. 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 8341 matching lines...) Expand 10 before | Expand all | Expand 10 after
8352 Android: User scrolled through the snippet cards. Recorded at the beginning 8352 Android: User scrolled through the snippet cards. Recorded at the beginning
8353 of the scroll event. 8353 of the scroll event.
8354 </description> 8354 </description>
8355 </action> 8355 </action>
8356 8356
8357 <action name="MobileNTP.Snippets.ShowLess"> 8357 <action name="MobileNTP.Snippets.ShowLess">
8358 <owner>knn@chromium.org</owner> 8358 <owner>knn@chromium.org</owner>
8359 <description> 8359 <description>
8360 Android: User clicked on a snippet card to hide the bigger summary. 8360 Android: User clicked on a snippet card to hide the bigger summary.
8361 </description> 8361 </description>
8362 <obsolete>Deprecated as of 4/2016</obsolete>
8362 </action> 8363 </action>
8363 8364
8364 <action name="MobileNTP.Snippets.ShowMore"> 8365 <action name="MobileNTP.Snippets.ShowMore">
8365 <owner>knn@chromium.org</owner> 8366 <owner>knn@chromium.org</owner>
8366 <description> 8367 <description>
8367 Android: User clicked on a snippet card to reveal a bigger summary. 8368 Android: User clicked on a snippet card to reveal a bigger summary.
8368 </description> 8369 </description>
8370 <obsolete>Deprecated as of 4/2016</obsolete>
8369 </action> 8371 </action>
8370 8372
8371 <action name="MobileNTPBookmark"> 8373 <action name="MobileNTPBookmark">
8372 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 8374 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
8373 <description>Please enter the description of this user action.</description> 8375 <description>Please enter the description of this user action.</description>
8374 </action> 8376 </action>
8375 8377
8376 <action name="MobileNTPForeignSession"> 8378 <action name="MobileNTPForeignSession">
8377 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 8379 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
8378 <description>Please enter the description of this user action.</description> 8380 <description>Please enter the description of this user action.</description>
(...skipping 5665 matching lines...) Expand 10 before | Expand all | Expand 10 after
14044 <action name="webapps.AddShortcut.Manifest"> 14046 <action name="webapps.AddShortcut.Manifest">
14045 <owner>mlamouri@chromium.org</owner> 14047 <owner>mlamouri@chromium.org</owner>
14046 <description> 14048 <description>
14047 Shortcut added to the homescreen with a valid Manifest. This action will be 14049 Shortcut added to the homescreen with a valid Manifest. This action will be
14048 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 14050 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
14049 to keep a trend of whether the webapp also add meta tags. 14051 to keep a trend of whether the webapp also add meta tags.
14050 </description> 14052 </description>
14051 </action> 14053 </action>
14052 14054
14053 </actions> 14055 </actions>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698