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

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

Issue 1129293002: Fix the System Profile with extensions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase (and some autogenerated actions.xml entries) Created 5 years, 7 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/test/base/testing_profile_manager.cc ('k') | no next file » | 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. 9 and description for each user action.
10 10
(...skipping 1763 matching lines...) Expand 10 before | Expand all | Expand 10 after
1774 <action name="BookmarkMenu_clicked"> 1774 <action name="BookmarkMenu_clicked">
1775 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 1775 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
1776 <description>Please enter the description of this user action.</description> 1776 <description>Please enter the description of this user action.</description>
1777 </action> 1777 </action>
1778 1778
1779 <action name="Bookmarks_Search"> 1779 <action name="Bookmarks_Search">
1780 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 1780 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
1781 <description>Please enter the description of this user action.</description> 1781 <description>Please enter the description of this user action.</description>
1782 </action> 1782 </action>
1783 1783
1784 <action name="BrowserForSystemProfile">
1785 <owner>mlerman@chromium.org</owner>
1786 <description>A browser opened with the System Profile. Tsk, tsk.</description>
1787 </action>
Ilya Sherman 2015/05/21 19:29:12 What is your plan for understanding this action?
Mike Lerman 2015/05/21 20:38:09 Anything non-zero tells us that browsers are being
Ilya Sherman 2015/05/21 21:18:14 I'd still recommend a histogram -- probably associ
Mike Lerman 2015/05/25 10:41:29 I just need to know if there's a non-zero number o
1788
1784 <action name="BrowserPlugin.Guest.AbnormalDeath"> 1789 <action name="BrowserPlugin.Guest.AbnormalDeath">
1785 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 1790 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
1786 <description>Please enter the description of this user action.</description> 1791 <description>Please enter the description of this user action.</description>
1787 </action> 1792 </action>
1788 1793
1789 <action name="BrowserPlugin.Guest.Attached"> 1794 <action name="BrowserPlugin.Guest.Attached">
1790 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 1795 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
1791 <description>Please enter the description of this user action.</description> 1796 <description>Please enter the description of this user action.</description>
1792 </action> 1797 </action>
1793 1798
(...skipping 876 matching lines...) Expand 10 before | Expand all | Expand 10 after
2670 <action name="DockingWindow_RightHalf"> 2675 <action name="DockingWindow_RightHalf">
2671 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 2676 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
2672 <description>Please enter the description of this user action.</description> 2677 <description>Please enter the description of this user action.</description>
2673 </action> 2678 </action>
2674 2679
2675 <action name="DockingWindow_Top"> 2680 <action name="DockingWindow_Top">
2676 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 2681 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
2677 <description>Please enter the description of this user action.</description> 2682 <description>Please enter the description of this user action.</description>
2678 </action> 2683 </action>
2679 2684
2685 <action name="DocumentActivity_OptOutShownOnHome">
2686 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
2687 <description>Please enter the description of the metric.</description>
Ilya Sherman 2015/05/21 19:29:12 Could you please upload a separate CL to fill in t
Mike Lerman 2015/05/21 20:38:09 Sure.
2688 </action>
2689
2690 <action name="DocumentActivity_UserOptIn">
2691 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
2692 <description>Please enter the description of the metric.</description>
2693 </action>
2694
2695 <action name="DocumentActivity_UserOptOut">
2696 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
2697 <description>Please enter the description of the metric.</description>
2698 </action>
2699
2680 <action name="DomDistiller_DistilledPageOpened"> 2700 <action name="DomDistiller_DistilledPageOpened">
2681 <owner>smaslo@chromium.org</owner> 2701 <owner>smaslo@chromium.org</owner>
2682 <owner>yfriedman@chromium.org</owner> 2702 <owner>yfriedman@chromium.org</owner>
2683 <description>User opens reader mode on a page.</description> 2703 <description>User opens reader mode on a page.</description>
2684 </action> 2704 </action>
2685 2705
2686 <action name="DomDistiller_DistilledPagePrefsOpened"> 2706 <action name="DomDistiller_DistilledPagePrefsOpened">
2687 <owner>smaslo@chromium.org</owner> 2707 <owner>smaslo@chromium.org</owner>
2688 <owner>yfriedman@chromium.org</owner> 2708 <owner>yfriedman@chromium.org</owner>
2689 <description>User opens distilled page preferences.</description> 2709 <description>User opens distilled page preferences.</description>
(...skipping 4747 matching lines...) Expand 10 before | Expand all | Expand 10 after
7437 <action name="MobileBeamInvalidAppState"> 7457 <action name="MobileBeamInvalidAppState">
7438 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 7458 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
7439 <description>Please enter the description of this user action.</description> 7459 <description>Please enter the description of this user action.</description>
7440 </action> 7460 </action>
7441 7461
7442 <action name="MobileBreakpadUploadAttempt"> 7462 <action name="MobileBreakpadUploadAttempt">
7443 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 7463 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
7444 <description>Please enter the description of this user action.</description> 7464 <description>Please enter the description of this user action.</description>
7445 </action> 7465 </action>
7446 7466
7467 <action name="MobileBreakpadUploadFail">
7468 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
7469 <description>Please enter the description of the metric.</description>
7470 </action>
7471
7447 <action name="MobileBreakpadUploadFailure"> 7472 <action name="MobileBreakpadUploadFailure">
7448 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 7473 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
7449 <description>Please enter the description of this user action.</description> 7474 <description>Please enter the description of this user action.</description>
7450 </action> 7475 </action>
7451 7476
7452 <action name="MobileBreakpadUploadSuccess"> 7477 <action name="MobileBreakpadUploadSuccess">
7453 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 7478 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
7454 <description>Please enter the description of this user action.</description> 7479 <description>Please enter the description of this user action.</description>
7455 </action> 7480 </action>
7456 7481
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
7507 <action name="MobileContextMenuOpenLinkInIncognito"> 7532 <action name="MobileContextMenuOpenLinkInIncognito">
7508 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 7533 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
7509 <description>Please enter the description of this user action.</description> 7534 <description>Please enter the description of this user action.</description>
7510 </action> 7535 </action>
7511 7536
7512 <action name="MobileContextMenuOpenLinkInNewTab"> 7537 <action name="MobileContextMenuOpenLinkInNewTab">
7513 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 7538 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
7514 <description>Please enter the description of this user action.</description> 7539 <description>Please enter the description of this user action.</description>
7515 </action> 7540 </action>
7516 7541
7542 <action name="MobileContextMenuOpenOriginalImageInNewTab">
7543 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
7544 <description>Please enter the description of the metric.</description>
7545 </action>
7546
7517 <action name="MobileContextMenuSaveImage"> 7547 <action name="MobileContextMenuSaveImage">
7518 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 7548 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
7519 <description>Please enter the description of this user action.</description> 7549 <description>Please enter the description of this user action.</description>
7520 </action> 7550 </action>
7521 7551
7522 <action name="MobileContextMenuSearchByImage"> 7552 <action name="MobileContextMenuSearchByImage">
7523 <owner>bdibello@chromium.org</owner> 7553 <owner>bdibello@chromium.org</owner>
7524 <description>Please enter the description of this user action.</description> 7554 <description>Please enter the description of this user action.</description>
7525 </action> 7555 </action>
7526 7556
(...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after
7762 <action name="MobileOmniboxClipboardChanged"> 7792 <action name="MobileOmniboxClipboardChanged">
7763 <owner>jif@chromium.org</owner> 7793 <owner>jif@chromium.org</owner>
7764 <description> 7794 <description>
7765 Emitted when Chrome detects that the clipboard contains a new URL. This 7795 Emitted when Chrome detects that the clipboard contains a new URL. This
7766 occurs either when Chrome enters the foreground and notices that the content 7796 occurs either when Chrome enters the foreground and notices that the content
7767 of the clipboard changed, or when the clipboard changes while Chrome is in 7797 of the clipboard changed, or when the clipboard changes while Chrome is in
7768 the foreground. 7798 the foreground.
7769 </description> 7799 </description>
7770 </action> 7800 </action>
7771 7801
7802 <action name="MobileOmniboxDeleteGesture">
7803 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
7804 <description>Please enter the description of the metric.</description>
7805 </action>
7806
7807 <action name="MobileOmniboxDeleteRequested">
7808 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
7809 <description>Please enter the description of the metric.</description>
7810 </action>
7811
7772 <action name="MobileOmniboxRefineSuggestion"> 7812 <action name="MobileOmniboxRefineSuggestion">
7773 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 7813 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
7774 <description>Please enter the description of this user action.</description> 7814 <description>Please enter the description of this user action.</description>
7775 </action> 7815 </action>
7776 7816
7777 <action name="MobileOmniboxSearch"> 7817 <action name="MobileOmniboxSearch">
7778 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 7818 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
7779 <description>Please enter the description of this user action.</description> 7819 <description>Please enter the description of this user action.</description>
7780 </action> 7820 </action>
7781 7821
(...skipping 3346 matching lines...) Expand 10 before | Expand all | Expand 10 after
11128 touch-friendly width. Note this user action is only recorded for platforms 11168 touch-friendly width. Note this user action is only recorded for platforms
11129 which use the Views toolkit. 11169 which use the Views toolkit.
11130 </description> 11170 </description>
11131 </action> 11171 </action>
11132 11172
11133 <action name="Star"> 11173 <action name="Star">
11134 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 11174 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
11135 <description>Please enter the description of this user action.</description> 11175 <description>Please enter the description of this user action.</description>
11136 </action> 11176 </action>
11137 11177
11178 <action name="Stars_SignInPromoActivity_Launched">
11179 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
11180 <description>Please enter the description of the metric.</description>
11181 </action>
11182
11183 <action name="Stars_SignInPromoActivity_NewAccount">
11184 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
11185 <description>Please enter the description of the metric.</description>
11186 </action>
11187
11188 <action name="Stars_SignInPromoActivity_SignedIn">
11189 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
11190 <description>Please enter the description of the metric.</description>
11191 </action>
11192
11193 <action name="Stars_SignInPromoHeader_Dismissed">
11194 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
11195 <description>Please enter the description of the metric.</description>
11196 </action>
11197
11198 <action name="Stars_SignInPromoHeader_Displayed">
11199 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
11200 <description>Please enter the description of the metric.</description>
11201 </action>
11202
11138 <action name="StartupTick"> 11203 <action name="StartupTick">
11139 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 11204 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
11140 <description>Please enter the description of this user action.</description> 11205 <description>Please enter the description of this user action.</description>
11141 </action> 11206 </action>
11142 11207
11143 <action name="StatusArea_Accessability_DetailedView"> 11208 <action name="StatusArea_Accessability_DetailedView">
11144 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 11209 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
11145 <description>Please enter the description of this user action.</description> 11210 <description>Please enter the description of this user action.</description>
11146 </action> 11211 </action>
11147 11212
(...skipping 1212 matching lines...) Expand 10 before | Expand all | Expand 10 after
12360 <action name="webapps.AddShortcut.Manifest"> 12425 <action name="webapps.AddShortcut.Manifest">
12361 <owner>mlamouri@chromium.org</owner> 12426 <owner>mlamouri@chromium.org</owner>
12362 <description> 12427 <description>
12363 Shortcut added to the homescreen with a valid Manifest. This action will be 12428 Shortcut added to the homescreen with a valid Manifest. This action will be
12364 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 12429 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
12365 to keep a trend of whether the webapp also add meta tags. 12430 to keep a trend of whether the webapp also add meta tags.
12366 </description> 12431 </description>
12367 </action> 12432 </action>
12368 12433
12369 </actions> 12434 </actions>
OLDNEW
« no previous file with comments | « chrome/test/base/testing_profile_manager.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698