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

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

Issue 819163002: Add UMA actions for elements on the Hung Renderer Dialog (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 12 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 3166 matching lines...) Expand 10 before | Expand all | Expand 10 after
3177 <description>Please enter the description of this user action.</description> 3177 <description>Please enter the description of this user action.</description>
3178 </action> 3178 </action>
3179 3179
3180 <action name="Hotword.HotwordTrigger"> 3180 <action name="Hotword.HotwordTrigger">
3181 <owner>amistry@chromium.org</owner> 3181 <owner>amistry@chromium.org</owner>
3182 <owner>rlp@chromium.org</owner> 3182 <owner>rlp@chromium.org</owner>
3183 <owner>somast@chromium.org</owner> 3183 <owner>somast@chromium.org</owner>
3184 <description>User triggered the hotword by saying 'Ok Google'.</description> 3184 <description>User triggered the hotword by saying 'Ok Google'.</description>
3185 </action> 3185 </action>
3186 3186
3187 <action name="HungRendererDialogView.CloseButton">
3188 <owner>wfh@chromium.org</owner>
3189 <description>
3190 Recorded when the Hung Renderer Dialog is closed using the close button.
3191 </description>
3192 </action>
3193
3194 <action name="HungRendererDialogView.Closed">
3195 <owner>wfh@chromium.org</owner>
3196 <description>
3197 Recorded when the Hung Renderer Dialog has been closed because the user has
3198 clicked a button or the renderer has become responsive again.
3199 </description>
3200 </action>
3201
3202 <action name="HungRendererDialogView.KillButton">
3203 <owner>wfh@chromium.org</owner>
3204 <description>
3205 Recorded when the Kill button is clicked on the Hung Renderer Dialog.
3206 </description>
3207 </action>
3208
3209 <action name="HungRendererDialogView.Shown">
3210 <owner>wfh@chromium.org</owner>
3211 <description>
3212 Recorded when the Hung Renderer Dialog has been shown to the user.
3213 </description>
3214 </action>
3215
3216 <action name="HungRendererDialogView.WaitButton">
3217 <owner>wfh@chromium.org</owner>
3218 <description>
3219 Recorded when the Wait button is clicked on the Hung Renderer Dialog.
3220 </description>
3221 </action>
3222
3187 <action name="ImportLockDialogCocoa_Shown"> 3223 <action name="ImportLockDialogCocoa_Shown">
3188 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 3224 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
3189 <description>Please enter the description of this user action.</description> 3225 <description>Please enter the description of this user action.</description>
3190 </action> 3226 </action>
3191 3227
3192 <action name="ImportLockDialogGtk_Shown"> 3228 <action name="ImportLockDialogGtk_Shown">
3193 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 3229 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
3194 <description>Please enter the description of this user action.</description> 3230 <description>Please enter the description of this user action.</description>
3195 </action> 3231 </action>
3196 3232
(...skipping 8651 matching lines...) Expand 10 before | Expand all | Expand 10 after
11848 <action name="webapps.AddShortcut.Manifest"> 11884 <action name="webapps.AddShortcut.Manifest">
11849 <owner>mlamouri@chromium.org</owner> 11885 <owner>mlamouri@chromium.org</owner>
11850 <description> 11886 <description>
11851 Shortcut added to the homescreen with a valid Manifest. This action will be 11887 Shortcut added to the homescreen with a valid Manifest. This action will be
11852 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 11888 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
11853 to keep a trend of whether the webapp also add meta tags. 11889 to keep a trend of whether the webapp also add meta tags.
11854 </description> 11890 </description>
11855 </action> 11891 </action>
11856 11892
11857 </actions> 11893 </actions>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698