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

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 10289 matching lines...) Expand 10 before | Expand all | Expand 10 after
10300 <action name="PeopleSearch_OpenChat"> 10300 <action name="PeopleSearch_OpenChat">
10301 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 10301 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
10302 <description>Please enter the description of this user action.</description> 10302 <description>Please enter the description of this user action.</description>
10303 </action> 10303 </action>
10304 10304
10305 <action name="PeopleSearch_SendEmail"> 10305 <action name="PeopleSearch_SendEmail">
10306 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 10306 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
10307 <description>Please enter the description of this user action.</description> 10307 <description>Please enter the description of this user action.</description>
10308 </action> 10308 </action>
10309 10309
10310 <action name="Pepper_TCPConnect_Insecure">
10311 <owner>raymes@chromium.org</owner>
10312 <owner>jww@chromium.org</owner>
10313 <owner>rsleevi@chromium.org</owner>
10314 <description>
10315 Number of Pepper TCP socket connect attempts from a plugin in an insecure
10316 origin.
10317 </description>
10318 </action>
10319
10320 <action name="Pepper_TCPConnect_Secure">
10321 <owner>raymes@chromium.org</owner>
10322 <owner>jww@chromium.org</owner>
10323 <owner>rsleevi@chromium.org</owner>
10324 <description>
10325 Number of Pepper TCP socket connect attempts from a plugin in a secure
10326 origin.
10327 </description>
10328 </action>
10329
10330 <action name="Pepper_UDPBind_Insecure">
10331 <owner>raymes@chromium.org</owner>
10332 <owner>jww@chromium.org</owner>
10333 <owner>rsleevi@chromium.org</owner>
10334 <description>
10335 Number of Pepper UDP socket bind attempts from a plugin in an insecure
10336 origin.
10337 </description>
10338 </action>
10339
10340 <action name="Pepper_UDPBind_Secure">
10341 <owner>raymes@chromium.org</owner>
10342 <owner>jww@chromium.org</owner>
10343 <owner>rsleevi@chromium.org</owner>
10344 <description>
10345 Number of Pepper UDP socket bind attempts from a plugin in a secure origin
10346 </description>
10347 </action>
10348
10310 <action name="PermissionBubbleIFrameRequestQueued"> 10349 <action name="PermissionBubbleIFrameRequestQueued">
10311 <owner>gbillock@chromium.org</owner> 10350 <owner>gbillock@chromium.org</owner>
10312 <owner>leng@chromium.org</owner> 10351 <owner>leng@chromium.org</owner>
10313 <description> 10352 <description>
10314 A website with a domain that is not the same as the main frame's domain 10353 A website with a domain that is not the same as the main frame's domain
10315 requested a permission and that permission was queued because an existing 10354 requested a permission and that permission was queued because an existing
10316 permission request was already visible, or because an existing request for 10355 permission request was already visible, or because an existing request for
10317 the main frame's domain is pending. 10356 the main frame's domain is pending.
10318 </description> 10357 </description>
10319 </action> 10358 </action>
(...skipping 2003 matching lines...) Expand 10 before | Expand all | Expand 10 after
12323 <action name="webapps.AddShortcut.Manifest"> 12362 <action name="webapps.AddShortcut.Manifest">
12324 <owner>mlamouri@chromium.org</owner> 12363 <owner>mlamouri@chromium.org</owner>
12325 <description> 12364 <description>
12326 Shortcut added to the homescreen with a valid Manifest. This action will be 12365 Shortcut added to the homescreen with a valid Manifest. This action will be
12327 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 12366 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
12328 to keep a trend of whether the webapp also add meta tags. 12367 to keep a trend of whether the webapp also add meta tags.
12329 </description> 12368 </description>
12330 </action> 12369 </action>
12331 12370
12332 </actions> 12371 </actions>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698