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

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

Issue 796543002: Plugin Power Saver: Implement option in Settings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: "Fix" a browser test by disabling it. Fix a nit. Created 6 years 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 9986 matching lines...) Expand 10 before | Expand all | Expand 10 after
9997 </action> 9997 </action>
9998 9998
9999 <action name="Plugin_BlockedByPolicy"> 9999 <action name="Plugin_BlockedByPolicy">
10000 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 10000 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
10001 <description>Please enter the description of this user action.</description> 10001 <description>Please enter the description of this user action.</description>
10002 </action> 10002 </action>
10003 10003
10004 <action name="Plugin_ClickToPlay"> 10004 <action name="Plugin_ClickToPlay">
10005 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 10005 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
10006 <description>Please enter the description of this user action.</description> 10006 <description>Please enter the description of this user action.</description>
10007 <obsolete>Left-click to play plugins has been removed.</obsolete>
10007 </action> 10008 </action>
10008 10009
10009 <action name="Plugin_Hide_Click"> 10010 <action name="Plugin_Hide_Click">
10010 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 10011 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
10011 <description>Please enter the description of this user action.</description> 10012 <description>Please enter the description of this user action.</description>
10012 </action> 10013 </action>
10013 10014
10014 <action name="Plugin_Hide_Menu"> 10015 <action name="Plugin_Hide_Menu">
10015 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 10016 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
10016 <description>Please enter the description of this user action.</description> 10017 <description>Please enter the description of this user action.</description>
(...skipping 1780 matching lines...) Expand 10 before | Expand all | Expand 10 after
11797 <action name="webapps.AddShortcut.Manifest"> 11798 <action name="webapps.AddShortcut.Manifest">
11798 <owner>mlamouri@chromium.org</owner> 11799 <owner>mlamouri@chromium.org</owner>
11799 <description> 11800 <description>
11800 Shortcut added to the homescreen with a valid Manifest. This action will be 11801 Shortcut added to the homescreen with a valid Manifest. This action will be
11801 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 11802 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
11802 to keep a trend of whether the webapp also add meta tags. 11803 to keep a trend of whether the webapp also add meta tags.
11803 </description> 11804 </description>
11804 </action> 11805 </action>
11805 11806
11806 </actions> 11807 </actions>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698