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

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

Issue 687273004: Measure the number of frame loads with Flash. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address comments, add more actions 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 2639 matching lines...) Expand 10 before | Expand all | Expand 10 after
2650 <action name="FindString"> 2650 <action name="FindString">
2651 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 2651 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
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">
2661 <owner>thestig@chromium.org</owner>
2662 <description>Count of frame loads that also loads PPAPI Flash.</description>
Charlie Reis 2014/10/31 16:55:45 nit: also load
Lei Zhang 2014/11/01 00:51:47 Done.
2663 </action>
2664
2660 <action name="FocusAppMenu"> 2665 <action name="FocusAppMenu">
2661 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 2666 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
2662 <description>Please enter the description of this user action.</description> 2667 <description>Please enter the description of this user action.</description>
2663 </action> 2668 </action>
2664 2669
2665 <action name="FocusBookmarksToolbar"> 2670 <action name="FocusBookmarksToolbar">
2666 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 2671 <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> 2672 <description>Please enter the description of this user action.</description>
2668 </action> 2673 </action>
2669 2674
(...skipping 265 matching lines...) Expand 10 before | Expand all | Expand 10 after
2935 <action name="ForwardMenu_Popup"> 2940 <action name="ForwardMenu_Popup">
2936 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 2941 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
2937 <description>Please enter the description of this user action.</description> 2942 <description>Please enter the description of this user action.</description>
2938 </action> 2943 </action>
2939 2944
2940 <action name="ForwardMenu_ShowFullHistory"> 2945 <action name="ForwardMenu_ShowFullHistory">
2941 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 2946 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
2942 <description>Please enter the description of this user action.</description> 2947 <description>Please enter the description of this user action.</description>
2943 </action> 2948 </action>
2944 2949
2950 <action name="FrameLoad">
2951 <owner>thestig@chromium.org</owner>
2952 <description>Count of frame loads.</description>
2953 </action>
2954
2955 <action name="FrameLoadWithFlash">
2956 <owner>thestig@chromium.org</owner>
2957 <description>Count of frame loads that also loads PPAPI Flash.</description>
Charlie Reis 2014/10/31 16:55:45 nit: also load
Lei Zhang 2014/11/01 00:51:47 Done.
2958 </action>
2959
2945 <action name="Gesture_Overview"> 2960 <action name="Gesture_Overview">
2946 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 2961 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
2947 <description>Please enter the description of this user action.</description> 2962 <description>Please enter the description of this user action.</description>
2948 </action> 2963 </action>
2949 2964
2950 <action name="Go"> 2965 <action name="Go">
2951 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 2966 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
2952 <description>Please enter the description of this user action.</description> 2967 <description>Please enter the description of this user action.</description>
2953 </action> 2968 </action>
2954 2969
(...skipping 8674 matching lines...) Expand 10 before | Expand all | Expand 10 after
11629 <action name="webapps.AddShortcut.Manifest"> 11644 <action name="webapps.AddShortcut.Manifest">
11630 <owner>mlamouri@chromium.org</owner> 11645 <owner>mlamouri@chromium.org</owner>
11631 <description> 11646 <description>
11632 Shortcut added to the homescreen with a valid Manifest. This action will be 11647 Shortcut added to the homescreen with a valid Manifest. This action will be
11633 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 11648 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
11634 to keep a trend of whether the webapp also add meta tags. 11649 to keep a trend of whether the webapp also add meta tags.
11635 </description> 11650 </description>
11636 </action> 11651 </action>
11637 11652
11638 </actions> 11653 </actions>
OLDNEW
« content/browser/web_contents/web_contents_impl.cc ('K') | « content/renderer/render_frame_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698