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

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

Issue 2962523003: Improve histogram and actions for CBD dialog (Closed)
Patch Set: Improve histogram summary 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
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 3203 matching lines...) Expand 10 before | Expand all | Expand 10 after
3214 <action name="ClearBrowsingData_ShaderCache"> 3214 <action name="ClearBrowsingData_ShaderCache">
3215 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 3215 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
3216 <description>Please enter the description of this user action.</description> 3216 <description>Please enter the description of this user action.</description>
3217 </action> 3217 </action>
3218 3218
3219 <action name="ClearBrowsingData_ShowDlg"> 3219 <action name="ClearBrowsingData_ShowDlg">
3220 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 3220 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
3221 <description>Please enter the description of this user action.</description> 3221 <description>Please enter the description of this user action.</description>
3222 </action> 3222 </action>
3223 3223
3224 <action name="ClearBrowsingData_SwitchTo_AdvancedTab">
3225 <owner>dullweber@chromium.org</owner>
3226 <owner>msramek@chromium.org</owner>
3227 <description>User switched to advanced tab.</description>
3228 </action>
3229
3230 <action name="ClearBrowsingData_SwitchTo_BasicTab">
3231 <owner>dullweber@chromium.org</owner>
3232 <owner>msramek@chromium.org</owner>
3233 <description>User switched to basic tab.</description>
3234 </action>
3235
3224 <action name="ClearBrowsingData_TimePeriodChanged_Everything"> 3236 <action name="ClearBrowsingData_TimePeriodChanged_Everything">
3225 <owner>dullweber@chromium.org</owner> 3237 <owner>dullweber@chromium.org</owner>
3226 <owner>msramek@chromium.org</owner> 3238 <owner>msramek@chromium.org</owner>
3227 <description>Time period in CBD was changed.</description> 3239 <description>Time period in CBD was changed.</description>
3228 </action> 3240 </action>
3229 3241
3230 <action name="ClearBrowsingData_TimePeriodChanged_LastDay"> 3242 <action name="ClearBrowsingData_TimePeriodChanged_LastDay">
3231 <owner>dullweber@chromium.org</owner> 3243 <owner>dullweber@chromium.org</owner>
3232 <owner>msramek@chromium.org</owner> 3244 <owner>msramek@chromium.org</owner>
3233 <description>Time period in CBD was changed.</description> 3245 <description>Time period in CBD was changed.</description>
(...skipping 14466 matching lines...) Expand 10 before | Expand all | Expand 10 after
17700 <action name="webapps.AddShortcut.Manifest"> 17712 <action name="webapps.AddShortcut.Manifest">
17701 <owner>mlamouri@chromium.org</owner> 17713 <owner>mlamouri@chromium.org</owner>
17702 <description> 17714 <description>
17703 Shortcut added to the homescreen with a valid Manifest. This action will be 17715 Shortcut added to the homescreen with a valid Manifest. This action will be
17704 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 17716 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
17705 to keep a trend of whether the webapp also add meta tags. 17717 to keep a trend of whether the webapp also add meta tags.
17706 </description> 17718 </description>
17707 </action> 17719 </action>
17708 17720
17709 </actions> 17721 </actions>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698