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

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

Issue 2559463002: Record user action of screen orientation change (Closed)
Patch Set: nit 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 13666 matching lines...) Expand 10 before | Expand all | Expand 10 after
13677 <action name="ScreenLocker_Signout"> 13677 <action name="ScreenLocker_Signout">
13678 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 13678 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
13679 <description>Please enter the description of this user action.</description> 13679 <description>Please enter the description of this user action.</description>
13680 </action> 13680 </action>
13681 13681
13682 <action name="ScreenLocker_StartScreenSaver"> 13682 <action name="ScreenLocker_StartScreenSaver">
13683 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 13683 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
13684 <description>Please enter the description of this user action.</description> 13684 <description>Please enter the description of this user action.</description>
13685 </action> 13685 </action>
13686 13686
13687 <action name="ScreenOrientationChange">
13688 <owner>avayvod@chromium.org</owner>
13689 <owner>mlamouri@chromium.org</owner>
13690 <owner>zqzhang@chromium.org</owner>
13691 <description>
13692 The use rotates the device triggering a screen orientation change. This
13693 action is Android-specific.
13694 </description>
13695 </action>
13696
13687 <action name="Screenshot_Annotate"> 13697 <action name="Screenshot_Annotate">
13688 <owner>derat@chromium.org</owner> 13698 <owner>derat@chromium.org</owner>
13689 <owner>jdufault@chromium.org</owner> 13699 <owner>jdufault@chromium.org</owner>
13690 <owner>tbuckley@chromium.org</owner> 13700 <owner>tbuckley@chromium.org</owner>
13691 <description> 13701 <description>
13692 User clicks the &quot;Annotate&quot; button in the notification displayed 13702 User clicks the &quot;Annotate&quot; button in the notification displayed
13693 after taking a screenshot. 13703 after taking a screenshot.
13694 </description> 13704 </description>
13695 </action> 13705 </action>
13696 13706
(...skipping 2345 matching lines...) Expand 10 before | Expand all | Expand 10 after
16042 <action name="webapps.AddShortcut.Manifest"> 16052 <action name="webapps.AddShortcut.Manifest">
16043 <owner>mlamouri@chromium.org</owner> 16053 <owner>mlamouri@chromium.org</owner>
16044 <description> 16054 <description>
16045 Shortcut added to the homescreen with a valid Manifest. This action will be 16055 Shortcut added to the homescreen with a valid Manifest. This action will be
16046 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 16056 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
16047 to keep a trend of whether the webapp also add meta tags. 16057 to keep a trend of whether the webapp also add meta tags.
16048 </description> 16058 </description>
16049 </action> 16059 </action>
16050 16060
16051 </actions> 16061 </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