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

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

Issue 2985573002: Add user action metric for UI DevTools http server connections (Closed)
Patch Set: Created 3 years, 5 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
« no previous file with comments | « components/ui_devtools/devtools_server.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 17381 matching lines...) Expand 10 before | Expand all | Expand 10 after
17392 <description> 17392 <description>
17393 Settings opened to the Power overlay from the system tray. 17393 Settings opened to the Power overlay from the system tray.
17394 </description> 17394 </description>
17395 </action> 17395 </action>
17396 17396
17397 <action name="Tray_ShutDown"> 17397 <action name="Tray_ShutDown">
17398 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 17398 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
17399 <description>Please enter the description of this user action.</description> 17399 <description>Please enter the description of this user action.</description>
17400 </action> 17400 </action>
17401 17401
17402 <action name="UI_DevTools_Connect">
17403 <owner>sadrul@chromium.org</owner>
17404 <owner>tdanderson@chromium.org</owner>
17405 <description>
17406 Recorded when a user connects to a UI DevTools http server.
17407 </description>
17408 </action>
17409
17402 <action name="Underline"> 17410 <action name="Underline">
17403 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 17411 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
17404 <description>Please enter the description of this user action.</description> 17412 <description>Please enter the description of this user action.</description>
17405 </action> 17413 </action>
17406 17414
17407 <action name="Undo"> 17415 <action name="Undo">
17408 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 17416 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
17409 <description>Please enter the description of this user action.</description> 17417 <description>Please enter the description of this user action.</description>
17410 </action> 17418 </action>
17411 17419
(...skipping 657 matching lines...) Expand 10 before | Expand all | Expand 10 after
18069 <action name="webapps.AddShortcut.Manifest"> 18077 <action name="webapps.AddShortcut.Manifest">
18070 <owner>mlamouri@chromium.org</owner> 18078 <owner>mlamouri@chromium.org</owner>
18071 <description> 18079 <description>
18072 Shortcut added to the homescreen with a valid Manifest. This action will be 18080 Shortcut added to the homescreen with a valid Manifest. This action will be
18073 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 18081 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
18074 to keep a trend of whether the webapp also add meta tags. 18082 to keep a trend of whether the webapp also add meta tags.
18075 </description> 18083 </description>
18076 </action> 18084 </action>
18077 18085
18078 </actions> 18086 </actions>
OLDNEW
« no previous file with comments | « components/ui_devtools/devtools_server.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698