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

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

Issue 2734943005: Remove moveCursorToSelectionEnd() (Closed)
Patch Set: For isherman@'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 15877 matching lines...) Expand 10 before | Expand all | Expand 10 after
15888 <action name="Undo"> 15888 <action name="Undo">
15889 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 15889 <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> 15890 <description>Please enter the description of this user action.</description>
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">
Ilya Sherman 2017/03/09 08:30:18 Sorry, I should have clarified: Please mark the ac
yabinh 2017/03/09 09:00:39 Done.
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"> 15898 <action name="UpdateChrome">
15904 <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>
15905 <description>Please enter the description of this user action.</description> 15900 <description>Please enter the description of this user action.</description>
15906 </action> 15901 </action>
15907 15902
15908 <action name="Updater.ServerCertificateChanged"> 15903 <action name="Updater.ServerCertificateChanged">
15909 <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>
15910 <description>Please enter the description of this user action.</description> 15905 <description>Please enter the description of this user action.</description>
15911 </action> 15906 </action>
15912 15907
(...skipping 566 matching lines...) Expand 10 before | Expand all | Expand 10 after
16479 <action name="webapps.AddShortcut.Manifest"> 16474 <action name="webapps.AddShortcut.Manifest">
16480 <owner>mlamouri@chromium.org</owner> 16475 <owner>mlamouri@chromium.org</owner>
16481 <description> 16476 <description>
16482 Shortcut added to the homescreen with a valid Manifest. This action will be 16477 Shortcut added to the homescreen with a valid Manifest. This action will be
16483 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 16478 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
16484 to keep a trend of whether the webapp also add meta tags. 16479 to keep a trend of whether the webapp also add meta tags.
16485 </description> 16480 </description>
16486 </action> 16481 </action>
16487 16482
16488 </actions> 16483 </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