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

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

Issue 387903003: Add metrics for tracking UX impact of non-static CLD data providers (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | 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 10868 matching lines...) Expand 10 before | Expand all | Expand 10 after
10879 <action name="TrackpadScroll"> 10879 <action name="TrackpadScroll">
10880 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 10880 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
10881 <description>Please enter the description of this user action.</description> 10881 <description>Please enter the description of this user action.</description>
10882 </action> 10882 </action>
10883 10883
10884 <action name="TrackpadScrollFling"> 10884 <action name="TrackpadScrollFling">
10885 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 10885 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
10886 <description>Please enter the description of this user action.</description> 10886 <description>Please enter the description of this user action.</description>
10887 </action> 10887 </action>
10888 10888
10889 <action name="Translate.LanguageDetectionDeferred">
10890 <owner>andrewhayden@chromium.org</owner>
10891 <description>
10892 Recorded if PageCaptured(...) is invoked before CLD is available.
10893 Sub-optimal case indicating that CLD wasn't available when it was needed, so
10894 the request for detection has been deferred until CLD is available or until
10895 the user navigates to a different page.
10896 </description>
10897 </action>
10898
10899 <action name="Translate.LanguageDetectionLate">
10900 <owner>andrewhayden@chromium.org</owner>
10901 <description>
10902 Recorded if CLD becomes available after a language detection request was
10903 deferred as above in (2), but before the user navigated to a different page.
simonb1 2014/07/14 16:23:48 Strike 'as above in (2)'.
10904 Language detection is ultimately completed, it just didn't happen on time.
10905 </description>
10906 </action>
10907
10908 <action name="Translate.LanguageDetectionOnTime">
10909 <owner>andrewhayden@chromium.org</owner>
10910 <description>
10911 Recorded if PageCaptured(...) is invoked after CLD is available. This is the
10912 ideal case, indicating that CLD is available before it is needed.
10913 </description>
10914 </action>
10915
10889 <action name="Transpose"> 10916 <action name="Transpose">
10890 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 10917 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
10891 <description>Please enter the description of this user action.</description> 10918 <description>Please enter the description of this user action.</description>
10892 </action> 10919 </action>
10893 10920
10894 <action name="Tray_Help"> 10921 <action name="Tray_Help">
10895 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 10922 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
10896 <description>Please enter the description of this user action.</description> 10923 <description>Please enter the description of this user action.</description>
10897 </action> 10924 </action>
10898 10925
(...skipping 448 matching lines...) Expand 10 before | Expand all | Expand 10 after
11347 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 11374 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
11348 <description>Please enter the description of this user action.</description> 11375 <description>Please enter the description of this user action.</description>
11349 </action> 11376 </action>
11350 11377
11351 <action name="webapps.AddShortcut.Bookmark"> 11378 <action name="webapps.AddShortcut.Bookmark">
11352 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 11379 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
11353 <description>Please enter the description of this user action.</description> 11380 <description>Please enter the description of this user action.</description>
11354 </action> 11381 </action>
11355 11382
11356 </actions> 11383 </actions>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698