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

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

Issue 204813006: Adds UMA for display color calibration in ChromeOS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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 | Annotate | Revision Log
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 1988 matching lines...) Expand 10 before | Expand all | Expand 10 after
1999 <action name="CloseWindow"> 1999 <action name="CloseWindow">
2000 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 2000 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
2001 <description>Please enter the description of this user action.</description> 2001 <description>Please enter the description of this user action.</description>
2002 </action> 2002 </action>
2003 2003
2004 <action name="CloseWindowByKey"> 2004 <action name="CloseWindowByKey">
2005 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 2005 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
2006 <description>Please enter the description of this user action.</description> 2006 <description>Please enter the description of this user action.</description>
2007 </action> 2007 </action>
2008 2008
2009 <action name="ColorProfileChanged">
2010 <owner>xiaowenx@chromium.org</owner>
2011 <owner>mukai@chromium.org</owner>
2012 <description>Please enter the description of the metric.</description>
Alexei Svitkine (slow) 2014/03/26 13:02:10 This is missing a description. Also, does it need
Jun Mukai 2014/03/26 18:08:09 Added the description. Correct me if I'm wrong, b
Alexei Svitkine (slow) 2014/03/26 19:18:08 The histogram dashboard has two views. The defaul
Jun Mukai 2014/03/26 21:17:46 ah, got it. removed. thanks!
2013 </action>
2014
2009 <action name="ConfirmNotToOrderSpringCharger"> 2015 <action name="ConfirmNotToOrderSpringCharger">
2010 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 2016 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
2011 <description>Please enter the description of this user action.</description> 2017 <description>Please enter the description of this user action.</description>
2012 </action> 2018 </action>
2013 2019
2014 <action name="ConfirmOrderSpringCharger"> 2020 <action name="ConfirmOrderSpringCharger">
2015 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 2021 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
2016 <description>Please enter the description of this user action.</description> 2022 <description>Please enter the description of this user action.</description>
2017 </action> 2023 </action>
2018 2024
(...skipping 8562 matching lines...) Expand 10 before | Expand all | Expand 10 after
10581 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 10587 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
10582 <description>Please enter the description of this user action.</description> 10588 <description>Please enter the description of this user action.</description>
10583 </action> 10589 </action>
10584 10590
10585 <action name="webapps.AddShortcut.Bookmark"> 10591 <action name="webapps.AddShortcut.Bookmark">
10586 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 10592 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
10587 <description>Please enter the description of this user action.</description> 10593 <description>Please enter the description of this user action.</description>
10588 </action> 10594 </action>
10589 10595
10590 </actions> 10596 </actions>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698