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

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

Issue 2559463002: Record user action of screen orientation change (Closed)
Patch Set: nits 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 13612 matching lines...) Expand 10 before | Expand all | Expand 10 after
13623 <action name="ScreenLocker_Signout"> 13623 <action name="ScreenLocker_Signout">
13624 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 13624 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
13625 <description>Please enter the description of this user action.</description> 13625 <description>Please enter the description of this user action.</description>
13626 </action> 13626 </action>
13627 13627
13628 <action name="ScreenLocker_StartScreenSaver"> 13628 <action name="ScreenLocker_StartScreenSaver">
13629 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 13629 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
13630 <description>Please enter the description of this user action.</description> 13630 <description>Please enter the description of this user action.</description>
13631 </action> 13631 </action>
13632 13632
13633 <action name="ScreenOrientationChange">
13634 <owner>avayvod@chromium.org</owner>
13635 <owner>mlamouri@chromium.org</owner>
13636 <owner>zqzhang@chromium.org</owner>
13637 <description>
13638 The use rotates the device triggering a screen orientation change.
Alexei Svitkine (slow) 2016/12/06 18:02:22 Mention that this is Android-specific.
Zhiqiang Zhang (Slow) 2016/12/07 11:53:57 Done.
13639 </description>
13640 </action>
13641
13633 <action name="Screenshot_Annotate"> 13642 <action name="Screenshot_Annotate">
13634 <owner>derat@chromium.org</owner> 13643 <owner>derat@chromium.org</owner>
13635 <owner>jdufault@chromium.org</owner> 13644 <owner>jdufault@chromium.org</owner>
13636 <owner>tbuckley@chromium.org</owner> 13645 <owner>tbuckley@chromium.org</owner>
13637 <description> 13646 <description>
13638 User clicks the &quot;Annotate&quot; button in the notification displayed 13647 User clicks the &quot;Annotate&quot; button in the notification displayed
13639 after taking a screenshot. 13648 after taking a screenshot.
13640 </description> 13649 </description>
13641 </action> 13650 </action>
13642 13651
(...skipping 2345 matching lines...) Expand 10 before | Expand all | Expand 10 after
15988 <action name="webapps.AddShortcut.Manifest"> 15997 <action name="webapps.AddShortcut.Manifest">
15989 <owner>mlamouri@chromium.org</owner> 15998 <owner>mlamouri@chromium.org</owner>
15990 <description> 15999 <description>
15991 Shortcut added to the homescreen with a valid Manifest. This action will be 16000 Shortcut added to the homescreen with a valid Manifest. This action will be
15992 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 16001 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
15993 to keep a trend of whether the webapp also add meta tags. 16002 to keep a trend of whether the webapp also add meta tags.
15994 </description> 16003 </description>
15995 </action> 16004 </action>
15996 16005
15997 </actions> 16006 </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