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

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

Issue 2003553003: Report user actions for interactions with the Windows Settings app. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix histograms.xml typo 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 12610 matching lines...) Expand 10 before | Expand all | Expand 10 after
12621 12621
12622 <action name="Settings.Searching"> 12622 <action name="Settings.Searching">
12623 <owner>dschuyler@chromium.org</owner> 12623 <owner>dschuyler@chromium.org</owner>
12624 <description> 12624 <description>
12625 A new search has been started in the chrome://settings (preferences) page. A 12625 A new search has been started in the chrome://settings (preferences) page. A
12626 search is considered complete via timeout since there is no concrete way to 12626 search is considered complete via timeout since there is no concrete way to
12627 define the end of a search (the search is incremental). 12627 define the end of a search (the search is incremental).
12628 </description> 12628 </description>
12629 </action> 12629 </action>
12630 12630
12631 <action name="SettingsAppMonitor.AppFocused">
12632 <owner>grt@chromium.org</owner>
12633 <description>The Windows Settings app became focused.</description>
12634 </action>
12635
12636 <action name="SettingsAppMonitor.ChooserInvoked">
12637 <owner>grt@chromium.org</owner>
12638 <description>
12639 The user opened the Windows Settings app's browser chooser.
12640 </description>
12641 </action>
12642
12643 <action name="SettingsAppMonitor.ChromeBrowserChosen">
12644 <owner>grt@chromium.org</owner>
12645 <description>
12646 The user selected Chrome from the Windows Settings app's browser chooser.
12647 </description>
12648 </action>
12649
12650 <action name="SettingsAppMonitor.Initialized">
12651 <owner>grt@chromium.org</owner>
12652 <description>
12653 The Windows Settings app monitor initialized successfully. This action can
12654 be used as an anchor representing the start of a user's interactions with
12655 the app regardless of what UX in Chrome initiated the flow.
12656 </description>
12657 </action>
12658
12659 <action name="SettingsAppMonitor.OtherBrowserChosen">
12660 <owner>grt@chromium.org</owner>
12661 <description>
12662 The user selected a different browser from the Windows Settings app's
12663 browser chooser.
12664 </description>
12665 </action>
12666
12631 <action name="SettingsResetBubble.LearnMore"> 12667 <action name="SettingsResetBubble.LearnMore">
12632 <owner>mad@chromium.org</owner> 12668 <owner>mad@chromium.org</owner>
12633 <description>Please enter the description of this user action.</description> 12669 <description>Please enter the description of this user action.</description>
12634 </action> 12670 </action>
12635 12671
12636 <action name="SettingsResetBubble.NoThanks"> 12672 <action name="SettingsResetBubble.NoThanks">
12637 <owner>mad@chromium.org</owner> 12673 <owner>mad@chromium.org</owner>
12638 <description>Please enter the description of this user action.</description> 12674 <description>Please enter the description of this user action.</description>
12639 </action> 12675 </action>
12640 12676
(...skipping 1889 matching lines...) Expand 10 before | Expand all | Expand 10 after
14530 <action name="webapps.AddShortcut.Manifest"> 14566 <action name="webapps.AddShortcut.Manifest">
14531 <owner>mlamouri@chromium.org</owner> 14567 <owner>mlamouri@chromium.org</owner>
14532 <description> 14568 <description>
14533 Shortcut added to the homescreen with a valid Manifest. This action will be 14569 Shortcut added to the homescreen with a valid Manifest. This action will be
14534 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 14570 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
14535 to keep a trend of whether the webapp also add meta tags. 14571 to keep a trend of whether the webapp also add meta tags.
14536 </description> 14572 </description>
14537 </action> 14573 </action>
14538 14574
14539 </actions> 14575 </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