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

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

Issue 2088443003: Shortcut ctrl+shift+T added on android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nit fixes based on review. Created 4 years, 5 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 | « chrome/chrome_browser_ui.gypi ('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. A user action should be tied to an actual 9 and description for each user action. A user action should be tied to an actual
10 action taken by a user. It should be logged immediately after a user takes the 10 action taken by a user. It should be logged immediately after a user takes the
(...skipping 9316 matching lines...) Expand 10 before | Expand all | Expand 10 after
9327 <action name="MobileTabClobbered"> 9327 <action name="MobileTabClobbered">
9328 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 9328 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
9329 <description>Please enter the description of this user action.</description> 9329 <description>Please enter the description of this user action.</description>
9330 </action> 9330 </action>
9331 9331
9332 <action name="MobileTabClosed"> 9332 <action name="MobileTabClosed">
9333 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 9333 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
9334 <description>Please enter the description of this user action.</description> 9334 <description>Please enter the description of this user action.</description>
9335 </action> 9335 </action>
9336 9336
9337 <action name="MobileTabClosedUndoShortCut">
9338 <owner>xingliu@chromium.com</owner>
9339 <description>
9340 Undo tab closure by keyboard shortcut ctrl+shift+T, for Android only.
9341 </description>
9342 </action>
9343
9337 <action name="MobileTabStripCloseTab"> 9344 <action name="MobileTabStripCloseTab">
9338 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 9345 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
9339 <description>Please enter the description of this user action.</description> 9346 <description>Please enter the description of this user action.</description>
9340 <obsolete>Deprecated as of 5/2015</obsolete> 9347 <obsolete>Deprecated as of 5/2015</obsolete>
9341 </action> 9348 </action>
9342 9349
9343 <action name="MobileTabStripNewTab"> 9350 <action name="MobileTabStripNewTab">
9344 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 9351 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
9345 <description>Please enter the description of this user action.</description> 9352 <description>Please enter the description of this user action.</description>
9346 <obsolete>Deprecated as of 5/2015</obsolete> 9353 <obsolete>Deprecated as of 5/2015</obsolete>
(...skipping 5775 matching lines...) Expand 10 before | Expand all | Expand 10 after
15122 <action name="webapps.AddShortcut.Manifest"> 15129 <action name="webapps.AddShortcut.Manifest">
15123 <owner>mlamouri@chromium.org</owner> 15130 <owner>mlamouri@chromium.org</owner>
15124 <description> 15131 <description>
15125 Shortcut added to the homescreen with a valid Manifest. This action will be 15132 Shortcut added to the homescreen with a valid Manifest. This action will be
15126 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 15133 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
15127 to keep a trend of whether the webapp also add meta tags. 15134 to keep a trend of whether the webapp also add meta tags.
15128 </description> 15135 </description>
15129 </action> 15136 </action>
15130 15137
15131 </actions> 15138 </actions>
OLDNEW
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698