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

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

Issue 2096073002: Record how often we end up in Chrome from external navigations. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update description 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 8706 matching lines...) Expand 10 before | Expand all | Expand 10 after
8717 <description>Please enter the description of this user action.</description> 8717 <description>Please enter the description of this user action.</description>
8718 <obsolete>Deprecated as of 8/2015</obsolete> 8718 <obsolete>Deprecated as of 8/2015</obsolete>
8719 </action> 8719 </action>
8720 8720
8721 <action name="MobileContextMenuViewImage"> 8721 <action name="MobileContextMenuViewImage">
8722 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 8722 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
8723 <description>Please enter the description of this user action.</description> 8723 <description>Please enter the description of this user action.</description>
8724 <obsolete>Deprecated as of 8/2015</obsolete> 8724 <obsolete>Deprecated as of 8/2015</obsolete>
8725 </action> 8725 </action>
8726 8726
8727 <action name="MobileExternalNavigationReceived">
Ilya Sherman 2016/06/28 21:50:55 You mentioned there was a parallel user action alr
Maria 2016/06/28 23:00:26 It's actually a histogram called Android.TabNaviga
Ilya Sherman 2016/06/29 20:21:15 Ah. It's a bit hard to compare user actions and h
8728 <owner>mariakhomenko@chromium.org</owner>
8729 <description>
8730 Records when a user was given a choice between using Chrome and a system
8731 app and chose Chrome.
8732 </description>
8733 </action>
8734
8727 <action name="MobileFirstEditInOmnibox"> 8735 <action name="MobileFirstEditInOmnibox">
8728 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 8736 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
8729 <description>Please enter the description of this user action.</description> 8737 <description>Please enter the description of this user action.</description>
8730 <obsolete>Deprecated as of 12/2015</obsolete> 8738 <obsolete>Deprecated as of 12/2015</obsolete>
8731 </action> 8739 </action>
8732 8740
8733 <action name="MobileFocusedFakeboxOnNtp"> 8741 <action name="MobileFocusedFakeboxOnNtp">
8734 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 8742 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
8735 <description>Please enter the description of this user action.</description> 8743 <description>Please enter the description of this user action.</description>
8736 <obsolete>Deprecated as of 12/2015</obsolete> 8744 <obsolete>Deprecated as of 12/2015</obsolete>
(...skipping 6103 matching lines...) Expand 10 before | Expand all | Expand 10 after
14840 <action name="webapps.AddShortcut.Manifest"> 14848 <action name="webapps.AddShortcut.Manifest">
14841 <owner>mlamouri@chromium.org</owner> 14849 <owner>mlamouri@chromium.org</owner>
14842 <description> 14850 <description>
14843 Shortcut added to the homescreen with a valid Manifest. This action will be 14851 Shortcut added to the homescreen with a valid Manifest. This action will be
14844 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 14852 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
14845 to keep a trend of whether the webapp also add meta tags. 14853 to keep a trend of whether the webapp also add meta tags.
14846 </description> 14854 </description>
14847 </action> 14855 </action>
14848 14856
14849 </actions> 14857 </actions>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698