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

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

Issue 2558323002: Record user action of screen orientation change (Closed)
Patch Set: Created 4 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
« no previous file with comments | « content/browser/android/content_view_core_impl.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 13576 matching lines...) Expand 10 before | Expand all | Expand 10 after
13587 <action name="ScreenLocker_Signout"> 13587 <action name="ScreenLocker_Signout">
13588 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 13588 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
13589 <description>Please enter the description of this user action.</description> 13589 <description>Please enter the description of this user action.</description>
13590 </action> 13590 </action>
13591 13591
13592 <action name="ScreenLocker_StartScreenSaver"> 13592 <action name="ScreenLocker_StartScreenSaver">
13593 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 13593 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
13594 <description>Please enter the description of this user action.</description> 13594 <description>Please enter the description of this user action.</description>
13595 </action> 13595 </action>
13596 13596
13597 <action name="ScreenOrientationChange">
13598 <owner>avayvod@chromium.org</owner>
13599 <owner>mlamouri@chromium.org</owner>
13600 <owner>zqzhang@chromium.org</owner>
13601 <description>
13602 The use rotates the device triggering a screen orientation change. This
13603 action is Android-specific.
13604 </description>
13605 </action>
13606
13597 <action name="Screenshot_Annotate"> 13607 <action name="Screenshot_Annotate">
13598 <owner>derat@chromium.org</owner> 13608 <owner>derat@chromium.org</owner>
13599 <owner>jdufault@chromium.org</owner> 13609 <owner>jdufault@chromium.org</owner>
13600 <owner>tbuckley@chromium.org</owner> 13610 <owner>tbuckley@chromium.org</owner>
13601 <description> 13611 <description>
13602 User clicks the &quot;Annotate&quot; button in the notification displayed 13612 User clicks the &quot;Annotate&quot; button in the notification displayed
13603 after taking a screenshot. 13613 after taking a screenshot.
13604 </description> 13614 </description>
13605 </action> 13615 </action>
13606 13616
(...skipping 2337 matching lines...) Expand 10 before | Expand all | Expand 10 after
15944 <action name="webapps.AddShortcut.Manifest"> 15954 <action name="webapps.AddShortcut.Manifest">
15945 <owner>mlamouri@chromium.org</owner> 15955 <owner>mlamouri@chromium.org</owner>
15946 <description> 15956 <description>
15947 Shortcut added to the homescreen with a valid Manifest. This action will be 15957 Shortcut added to the homescreen with a valid Manifest. This action will be
15948 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 15958 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
15949 to keep a trend of whether the webapp also add meta tags. 15959 to keep a trend of whether the webapp also add meta tags.
15950 </description> 15960 </description>
15951 </action> 15961 </action>
15952 15962
15953 </actions> 15963 </actions>
OLDNEW
« no previous file with comments | « content/browser/android/content_view_core_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698