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

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: Addressing comments 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 8727 matching lines...) Expand 10 before | Expand all | Expand 10 after
8738 <description>Please enter the description of this user action.</description> 8738 <description>Please enter the description of this user action.</description>
8739 <obsolete>Deprecated as of 8/2015</obsolete> 8739 <obsolete>Deprecated as of 8/2015</obsolete>
8740 </action> 8740 </action>
8741 8741
8742 <action name="MobileContextMenuViewImage"> 8742 <action name="MobileContextMenuViewImage">
8743 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 8743 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
8744 <description>Please enter the description of this user action.</description> 8744 <description>Please enter the description of this user action.</description>
8745 <obsolete>Deprecated as of 8/2015</obsolete> 8745 <obsolete>Deprecated as of 8/2015</obsolete>
8746 </action> 8746 </action>
8747 8747
8748 <action name="MobileExternalNavigationDispatched">
8749 <owner>mariakhomenko@chromium.org</owner>
8750 <description>
8751 Records when the system started a VIEW intent on a navigation click. This
8752 happens when there is another application in the system that's not a browser
8753 and that can handle this URL (e.g. Maps app for http://maps.google.com/
8754 url).
8755 </description>
8756 </action>
8757
8758 <action name="MobileExternalNavigationReceived">
8759 <owner>mariakhomenko@chromium.org</owner>
8760 <description>
8761 Records when a user was given a choice between using Chrome and an
Ilya Sherman 2016/06/29 22:25:30 nit: s/Records when/Records when
8762 installed app and chose Chrome.
8763 </description>
8764 </action>
8765
8748 <action name="MobileFirstEditInOmnibox"> 8766 <action name="MobileFirstEditInOmnibox">
8749 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 8767 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
8750 <description>Please enter the description of this user action.</description> 8768 <description>Please enter the description of this user action.</description>
8751 <obsolete>Deprecated as of 12/2015</obsolete> 8769 <obsolete>Deprecated as of 12/2015</obsolete>
8752 </action> 8770 </action>
8753 8771
8754 <action name="MobileFocusedFakeboxOnNtp"> 8772 <action name="MobileFocusedFakeboxOnNtp">
8755 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 8773 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
8756 <description>Please enter the description of this user action.</description> 8774 <description>Please enter the description of this user action.</description>
8757 <obsolete>Deprecated as of 12/2015</obsolete> 8775 <obsolete>Deprecated as of 12/2015</obsolete>
(...skipping 6104 matching lines...) Expand 10 before | Expand all | Expand 10 after
14862 <action name="webapps.AddShortcut.Manifest"> 14880 <action name="webapps.AddShortcut.Manifest">
14863 <owner>mlamouri@chromium.org</owner> 14881 <owner>mlamouri@chromium.org</owner>
14864 <description> 14882 <description>
14865 Shortcut added to the homescreen with a valid Manifest. This action will be 14883 Shortcut added to the homescreen with a valid Manifest. This action will be
14866 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 14884 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
14867 to keep a trend of whether the webapp also add meta tags. 14885 to keep a trend of whether the webapp also add meta tags.
14868 </description> 14886 </description>
14869 </action> 14887 </action>
14870 14888
14871 </actions> 14889 </actions>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698