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

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

Issue 703453004: Plugin Power Saver: Add some UMAs to test plugins in wild. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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. 9 and description for each user action.
10 10
(...skipping 2641 matching lines...) Expand 10 before | Expand all | Expand 10 after
2652 <description>Please enter the description of this user action.</description> 2652 <description>Please enter the description of this user action.</description>
2653 </action> 2653 </action>
2654 2654
2655 <action name="FirstRunDef_Accept"> 2655 <action name="FirstRunDef_Accept">
2656 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 2656 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
2657 <description>Please enter the description of this user action.</description> 2657 <description>Please enter the description of this user action.</description>
2658 </action> 2658 </action>
2659 2659
2660 <action name="Flash.PluginInstanceCreated"> 2660 <action name="Flash.PluginInstanceCreated">
2661 <owner>thestig@chromium.org</owner> 2661 <owner>thestig@chromium.org</owner>
2662 <description>Count of frame loads that also load PPAPI Flash.</description> 2662 <description>Count of Flash plugin instances.</description>
2663 </action>
2664
2665 <action name="Flash.PluginInstanceEssentialCrossOrigin">
2666 <owner>thestig@chromium.org</owner>
2667 <description>
2668 Count of cross-origin Flash plugin instances marked essential. These may
2669 either be large, or the origin may be whitelisted.
2670 </description>
2671 </action>
2672
2673 <action name="Flash.PluginInstanceEssentialSameOrigin">
2674 <owner>thestig@chromium.org</owner>
2675 <description>Count of same-origin Flash plugin instances.</description>
2676 </action>
2677
2678 <action name="Flash.PluginInstancePeripheral">
2679 <owner>thestig@chromium.org</owner>
2680 <description>Count of Flash plugin instances marked peripheral.</description>
2681 </action>
2682
2683 <action name="Flash.PluginInstanceUnthrottledByClick">
2684 <owner>thestig@chromium.org</owner>
2685 <description>
2686 Count of peripheral Flash plugin instances later marked essential by a user
2687 click.
2688 </description>
2689 </action>
2690
2691 <action name="Flash.PluginInstanceUnthrottledByWhitelist">
2692 <owner>thestig@chromium.org</owner>
2693 <description>
2694 Count of peripheral Flash plugin instances later marked essential by a
2695 retroactive update of the whitelist. These retroactive updates are usually
2696 happen at the speed of IPC and look instantaneous.
2697 </description>
2663 </action> 2698 </action>
2664 2699
2665 <action name="FocusAppMenu"> 2700 <action name="FocusAppMenu">
2666 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 2701 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
2667 <description>Please enter the description of this user action.</description> 2702 <description>Please enter the description of this user action.</description>
2668 </action> 2703 </action>
2669 2704
2670 <action name="FocusBookmarksToolbar"> 2705 <action name="FocusBookmarksToolbar">
2671 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 2706 <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> 2707 <description>Please enter the description of this user action.</description>
(...skipping 8971 matching lines...) Expand 10 before | Expand all | Expand 10 after
11644 <action name="webapps.AddShortcut.Manifest"> 11679 <action name="webapps.AddShortcut.Manifest">
11645 <owner>mlamouri@chromium.org</owner> 11680 <owner>mlamouri@chromium.org</owner>
11646 <description> 11681 <description>
11647 Shortcut added to the homescreen with a valid Manifest. This action will be 11682 Shortcut added to the homescreen with a valid Manifest. This action will be
11648 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 11683 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
11649 to keep a trend of whether the webapp also add meta tags. 11684 to keep a trend of whether the webapp also add meta tags.
11650 </description> 11685 </description>
11651 </action> 11686 </action>
11652 11687
11653 </actions> 11688 </actions>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698