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

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>Please list the metric's owners. Add more owner tags as needed.</owner>
jww 2015/05/12 02:47:48 You should fill in <owner> and <description> for e
raymes 2015/05/12 04:56:44 Will do - I was waiting for the other parts of the
10312 <description>Please enter the description of the metric.</description>
10313 </action>
10314
10315 <action name="Pepper_TCPConnect_Secure">
10316 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
10317 <description>Please enter the description of the metric.</description>
10318 </action>
10319
10320 <action name="Pepper_UDPConnect_Insecure">
jww 2015/05/12 02:47:48 I don't see where the two UDP actions are ever rec
jww 2015/05/12 05:10:04 Scratch that. Not sure how I missed it the first t
10321 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
10322 <description>Please enter the description of the metric.</description>
10323 </action>
10324
10325 <action name="Pepper_UDPConnect_Secure">
10326 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
10327 <description>Please enter the description of the metric.</description>
10328 </action>
10329
10310 <action name="PermissionBubbleIFrameRequestQueued"> 10330 <action name="PermissionBubbleIFrameRequestQueued">
10311 <owner>gbillock@chromium.org</owner> 10331 <owner>gbillock@chromium.org</owner>
10312 <owner>leng@chromium.org</owner> 10332 <owner>leng@chromium.org</owner>
10313 <description> 10333 <description>
10314 A website with a domain that is not the same as the main frame's domain 10334 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 10335 requested a permission and that permission was queued because an existing
10316 permission request was already visible, or because an existing request for 10336 permission request was already visible, or because an existing request for
10317 the main frame's domain is pending. 10337 the main frame's domain is pending.
10318 </description> 10338 </description>
10319 </action> 10339 </action>
(...skipping 2003 matching lines...) Expand 10 before | Expand all | Expand 10 after
12323 <action name="webapps.AddShortcut.Manifest"> 12343 <action name="webapps.AddShortcut.Manifest">
12324 <owner>mlamouri@chromium.org</owner> 12344 <owner>mlamouri@chromium.org</owner>
12325 <description> 12345 <description>
12326 Shortcut added to the homescreen with a valid Manifest. This action will be 12346 Shortcut added to the homescreen with a valid Manifest. This action will be
12327 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 12347 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
12328 to keep a trend of whether the webapp also add meta tags. 12348 to keep a trend of whether the webapp also add meta tags.
12329 </description> 12349 </description>
12330 </action> 12350 </action>
12331 12351
12332 </actions> 12352 </actions>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698