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

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

Issue 1426663005: Make the histograms for setting the default browser consistent (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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. A user action should be tied to an actual 9 and description for each user action. A user action should be tied to an actual
10 action taken by a user. It should be logged immediatly after a user takes the 10 action taken by a user. It should be logged immediatly after a user takes the
(...skipping 2555 matching lines...) Expand 10 before | Expand all | Expand 10 after
2566 <description> 2566 <description>
2567 Records display of prompt (notification) to install Data Saver extension. 2567 Records display of prompt (notification) to install Data Saver extension.
2568 </description> 2568 </description>
2569 </action> 2569 </action>
2570 2570
2571 <action name="Debugger"> 2571 <action name="Debugger">
2572 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 2572 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
2573 <description>Please enter the description of this user action.</description> 2573 <description>Please enter the description of this user action.</description>
2574 </action> 2574 </action>
2575 2575
2576 <action name="DefaultBrowserInfoBar_Accept">
2577 <owner>pmonette@chromium.org</owner>
2578 <description>
2579 The user clicked &quot;Set as default&quot; on the info bar.
2580 </description>
2581 </action>
2582
2583 <action name="DefaultBrowserInfoBar_Cancel">
2584 <owner>pmonette@chromium.org</owner>
2585 <description>
2586 The user clicked &quot;Don't ask again&quot; on the info bar.
2587 </description>
2588 </action>
2589
2576 <action name="Delete"> 2590 <action name="Delete">
2577 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 2591 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
2578 <description>Please enter the description of this user action.</description> 2592 <description>Please enter the description of this user action.</description>
2579 </action> 2593 </action>
2580 2594
2581 <action name="DeleteBackward"> 2595 <action name="DeleteBackward">
2582 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 2596 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
2583 <description>Please enter the description of this user action.</description> 2597 <description>Please enter the description of this user action.</description>
2584 </action> 2598 </action>
2585 2599
(...skipping 7595 matching lines...) Expand 10 before | Expand all | Expand 10 after
10181 <owner>michaelpg@chromium.org</owner> 10195 <owner>michaelpg@chromium.org</owner>
10182 <description>Settings: Manage search engines...: Make default</description> 10196 <description>Settings: Manage search engines...: Make default</description>
10183 </action> 10197 </action>
10184 10198
10185 <action name="Options_SensitivitySlider_Changed"> 10199 <action name="Options_SensitivitySlider_Changed">
10186 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 10200 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
10187 <description>Please enter the description of this user action.</description> 10201 <description>Please enter the description of this user action.</description>
10188 </action> 10202 </action>
10189 10203
10190 <action name="Options_SetAsDefaultBrowser"> 10204 <action name="Options_SetAsDefaultBrowser">
10191 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 10205 <owner>pmonette@chromium.org</owner>
10192 <description>Please enter the description of this user action.</description> 10206 <description>
10207 The user clicked &quot;Make Chrome the default browser&quot; in the
10208 settings.
grt (UTC plus 2) 2015/11/03 21:12:22 ?"settings page."?
Patrick Monette 2015/11/10 19:22:47 Done.
10209 </description>
10193 </action> 10210 </action>
10194 10211
10195 <action name="Options_SetDownloadDirectory"> 10212 <action name="Options_SetDownloadDirectory">
10196 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 10213 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
10197 <description>Please enter the description of this user action.</description> 10214 <description>Please enter the description of this user action.</description>
10198 </action> 10215 </action>
10199 10216
10200 <action name="Options_SetTimeDialog_Show"> 10217 <action name="Options_SetTimeDialog_Show">
10201 <owner>michaelpg@chromium.org</owner> 10218 <owner>michaelpg@chromium.org</owner>
10202 <description>Set system time dialog was launched.</description> 10219 <description>Set system time dialog was launched.</description>
(...skipping 2863 matching lines...) Expand 10 before | Expand all | Expand 10 after
13066 <action name="webapps.AddShortcut.Manifest"> 13083 <action name="webapps.AddShortcut.Manifest">
13067 <owner>mlamouri@chromium.org</owner> 13084 <owner>mlamouri@chromium.org</owner>
13068 <description> 13085 <description>
13069 Shortcut added to the homescreen with a valid Manifest. This action will be 13086 Shortcut added to the homescreen with a valid Manifest. This action will be
13070 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 13087 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
13071 to keep a trend of whether the webapp also add meta tags. 13088 to keep a trend of whether the webapp also add meta tags.
13072 </description> 13089 </description>
13073 </action> 13090 </action>
13074 13091
13075 </actions> 13092 </actions>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698