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

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

Issue 1132093003: Add metrics to record TCP/UDP connections made from Flash (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
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 2818 matching lines...) Expand 10 before | Expand all | Expand 10 after
2829 <description> 2829 <description>
2830 Count of Flash plugin instances that use JavaScript. 2830 Count of Flash plugin instances that use JavaScript.
2831 </description> 2831 </description>
2832 </action> 2832 </action>
2833 2833
2834 <action name="Flash.PluginInstanceCreated"> 2834 <action name="Flash.PluginInstanceCreated">
2835 <owner>thestig@chromium.org</owner> 2835 <owner>thestig@chromium.org</owner>
2836 <description>Count of Flash plugin instances.</description> 2836 <description>Count of Flash plugin instances.</description>
2837 </action> 2837 </action>
2838 2838
2839 <action name="Flash_SocketConnect_Insecure">
2840 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
2841 <description>Please enter the description of the metric.</description>
2842 </action>
2843
2844 <action name="Flash_SocketConnect_Secure">
2845 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
2846 <description>Please enter the description of the metric.</description>
2847 </action>
2848
2839 <action name="FocusAppMenu"> 2849 <action name="FocusAppMenu">
2840 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 2850 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
2841 <description>Please enter the description of this user action.</description> 2851 <description>Please enter the description of this user action.</description>
2842 </action> 2852 </action>
2843 2853
2844 <action name="FocusBookmarksToolbar"> 2854 <action name="FocusBookmarksToolbar">
2845 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 2855 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
2846 <description>Please enter the description of this user action.</description> 2856 <description>Please enter the description of this user action.</description>
2847 </action> 2857 </action>
2848 2858
(...skipping 9474 matching lines...) Expand 10 before | Expand all | Expand 10 after
12323 <action name="webapps.AddShortcut.Manifest"> 12333 <action name="webapps.AddShortcut.Manifest">
12324 <owner>mlamouri@chromium.org</owner> 12334 <owner>mlamouri@chromium.org</owner>
12325 <description> 12335 <description>
12326 Shortcut added to the homescreen with a valid Manifest. This action will be 12336 Shortcut added to the homescreen with a valid Manifest. This action will be
12327 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 12337 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
12328 to keep a trend of whether the webapp also add meta tags. 12338 to keep a trend of whether the webapp also add meta tags.
12329 </description> 12339 </description>
12330 </action> 12340 </action>
12331 12341
12332 </actions> 12342 </actions>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698