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

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

Issue 2734943005: Remove moveCursorToSelectionEnd() (Closed)
Patch Set: Fix flaky test Created 3 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
« no previous file with comments | « content/test/test_render_frame.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 3197 matching lines...) Expand 10 before | Expand all | Expand 10 after
3208 <action name="CloseWindow"> 3208 <action name="CloseWindow">
3209 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 3209 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
3210 <description>Please enter the description of this user action.</description> 3210 <description>Please enter the description of this user action.</description>
3211 </action> 3211 </action>
3212 3212
3213 <action name="CloseWindowByKey"> 3213 <action name="CloseWindowByKey">
3214 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 3214 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
3215 <description>Please enter the description of this user action.</description> 3215 <description>Please enter the description of this user action.</description>
3216 </action> 3216 </action>
3217 3217
3218 <action name="CollapseSelection">
Ilya Sherman 2017/03/09 08:17:00 This action name is fairly vague. Could you pleas
3219 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
Ilya Sherman 2017/03/09 08:16:59 ^^^
3220 <description>Please enter the description of the metric.</description>
Ilya Sherman 2017/03/09 08:16:59 ^^^
3221 </action>
3222
3218 <action name="ConfirmNotToOrderSpringCharger"> 3223 <action name="ConfirmNotToOrderSpringCharger">
3219 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 3224 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
3220 <description>Please enter the description of this user action.</description> 3225 <description>Please enter the description of this user action.</description>
3221 </action> 3226 </action>
3222 3227
3223 <action name="ConfirmOrderSpringCharger"> 3228 <action name="ConfirmOrderSpringCharger">
3224 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 3229 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
3225 <description>Please enter the description of this user action.</description> 3230 <description>Please enter the description of this user action.</description>
3226 </action> 3231 </action>
3227 3232
(...skipping 12660 matching lines...) Expand 10 before | Expand all | Expand 10 after
15888 <action name="Undo"> 15893 <action name="Undo">
15889 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 15894 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
15890 <description>Please enter the description of this user action.</description> 15895 <description>Please enter the description of this user action.</description>
15891 </action> 15896 </action>
15892 15897
15893 <action name="Unlink"> 15898 <action name="Unlink">
15894 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 15899 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
15895 <description>Please enter the description of this user action.</description> 15900 <description>Please enter the description of this user action.</description>
15896 </action> 15901 </action>
15897 15902
15898 <action name="Unselect">
15899 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
15900 <description>Please enter the description of this user action.</description>
15901 </action>
15902
15903 <action name="UpdateChrome"> 15903 <action name="UpdateChrome">
15904 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 15904 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
15905 <description>Please enter the description of this user action.</description> 15905 <description>Please enter the description of this user action.</description>
15906 </action> 15906 </action>
15907 15907
15908 <action name="Updater.ServerCertificateChanged"> 15908 <action name="Updater.ServerCertificateChanged">
15909 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 15909 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
15910 <description>Please enter the description of this user action.</description> 15910 <description>Please enter the description of this user action.</description>
15911 </action> 15911 </action>
15912 15912
(...skipping 566 matching lines...) Expand 10 before | Expand all | Expand 10 after
16479 <action name="webapps.AddShortcut.Manifest"> 16479 <action name="webapps.AddShortcut.Manifest">
16480 <owner>mlamouri@chromium.org</owner> 16480 <owner>mlamouri@chromium.org</owner>
16481 <description> 16481 <description>
16482 Shortcut added to the homescreen with a valid Manifest. This action will be 16482 Shortcut added to the homescreen with a valid Manifest. This action will be
16483 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 16483 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
16484 to keep a trend of whether the webapp also add meta tags. 16484 to keep a trend of whether the webapp also add meta tags.
16485 </description> 16485 </description>
16486 </action> 16486 </action>
16487 16487
16488 </actions> 16488 </actions>
OLDNEW
« no previous file with comments | « content/test/test_render_frame.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698