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

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

Issue 2734943005: Remove moveCursorToSelectionEnd() (Closed)
Patch Set: For dtrainor@'s review 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 15880 matching lines...) Expand 10 before | Expand all | Expand 10 after
15891 </action> 15891 </action>
15892 15892
15893 <action name="Unlink"> 15893 <action name="Unlink">
15894 <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>
15895 <description>Please enter the description of this user action.</description> 15895 <description>Please enter the description of this user action.</description>
15896 </action> 15896 </action>
15897 15897
15898 <action name="Unselect"> 15898 <action name="Unselect">
15899 <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>
15900 <description>Please enter the description of this user action.</description> 15900 <description>Please enter the description of this user action.</description>
15901 <obsolete>Deprecated 03/2017 in issue 697756.</obsolete>
15901 </action> 15902 </action>
15902 15903
15903 <action name="UpdateChrome"> 15904 <action name="UpdateChrome">
15904 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 15905 <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> 15906 <description>Please enter the description of this user action.</description>
15906 </action> 15907 </action>
15907 15908
15908 <action name="Updater.ServerCertificateChanged"> 15909 <action name="Updater.ServerCertificateChanged">
15909 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 15910 <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> 15911 <description>Please enter the description of this user action.</description>
(...skipping 568 matching lines...) Expand 10 before | Expand all | Expand 10 after
16479 <action name="webapps.AddShortcut.Manifest"> 16480 <action name="webapps.AddShortcut.Manifest">
16480 <owner>mlamouri@chromium.org</owner> 16481 <owner>mlamouri@chromium.org</owner>
16481 <description> 16482 <description>
16482 Shortcut added to the homescreen with a valid Manifest. This action will be 16483 Shortcut added to the homescreen with a valid Manifest. This action will be
16483 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 16484 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
16484 to keep a trend of whether the webapp also add meta tags. 16485 to keep a trend of whether the webapp also add meta tags.
16485 </description> 16486 </description>
16486 </action> 16487 </action>
16487 16488
16488 </actions> 16489 </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