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

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

Issue 2077583003: Report user actions for interactions with the Windows Settings app. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2743
Patch Set: Created 4 years, 6 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
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 12782 matching lines...) Expand 10 before | Expand all | Expand 10 after
12793 12793
12794 <action name="Settings.Searching"> 12794 <action name="Settings.Searching">
12795 <owner>dschuyler@chromium.org</owner> 12795 <owner>dschuyler@chromium.org</owner>
12796 <description> 12796 <description>
12797 A new search has been started in the chrome://settings (preferences) page. A 12797 A new search has been started in the chrome://settings (preferences) page. A
12798 search is considered complete via timeout since there is no concrete way to 12798 search is considered complete via timeout since there is no concrete way to
12799 define the end of a search (the search is incremental). 12799 define the end of a search (the search is incremental).
12800 </description> 12800 </description>
12801 </action> 12801 </action>
12802 12802
12803 <action name="SettingsAppMonitor.AppFocused">
12804 <owner>grt@chromium.org</owner>
12805 <description>The Windows Settings app became focused.</description>
12806 </action>
12807
12808 <action name="SettingsAppMonitor.ChooserInvoked">
12809 <owner>grt@chromium.org</owner>
12810 <description>
12811 The user opened the Windows Settings app's browser chooser.
12812 </description>
12813 </action>
12814
12815 <action name="SettingsAppMonitor.ChromeBrowserChosen">
12816 <owner>grt@chromium.org</owner>
12817 <description>
12818 The user selected Chrome from the Windows Settings app's browser chooser.
12819 </description>
12820 </action>
12821
12822 <action name="SettingsAppMonitor.Initialized">
12823 <owner>grt@chromium.org</owner>
12824 <description>
12825 The Windows Settings app monitor initialized successfully. This action can
12826 be used as an anchor representing the start of a user's interactions with
12827 the app regardless of what UX in Chrome initiated the flow.
12828 </description>
12829 </action>
12830
12831 <action name="SettingsAppMonitor.OtherBrowserChosen">
12832 <owner>grt@chromium.org</owner>
12833 <description>
12834 The user selected a different browser from the Windows Settings app's
12835 browser chooser.
12836 </description>
12837 </action>
12838
12803 <action name="SettingsResetBubble.LearnMore"> 12839 <action name="SettingsResetBubble.LearnMore">
12804 <owner>mad@chromium.org</owner> 12840 <owner>mad@chromium.org</owner>
12805 <description>Please enter the description of this user action.</description> 12841 <description>Please enter the description of this user action.</description>
12806 </action> 12842 </action>
12807 12843
12808 <action name="SettingsResetBubble.NoThanks"> 12844 <action name="SettingsResetBubble.NoThanks">
12809 <owner>mad@chromium.org</owner> 12845 <owner>mad@chromium.org</owner>
12810 <description>Please enter the description of this user action.</description> 12846 <description>Please enter the description of this user action.</description>
12811 </action> 12847 </action>
12812 12848
(...skipping 1898 matching lines...) Expand 10 before | Expand all | Expand 10 after
14711 <action name="webapps.AddShortcut.Manifest"> 14747 <action name="webapps.AddShortcut.Manifest">
14712 <owner>mlamouri@chromium.org</owner> 14748 <owner>mlamouri@chromium.org</owner>
14713 <description> 14749 <description>
14714 Shortcut added to the homescreen with a valid Manifest. This action will be 14750 Shortcut added to the homescreen with a valid Manifest. This action will be
14715 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 14751 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
14716 to keep a trend of whether the webapp also add meta tags. 14752 to keep a trend of whether the webapp also add meta tags.
14717 </description> 14753 </description>
14718 </action> 14754 </action>
14719 14755
14720 </actions> 14756 </actions>
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698