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

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

Issue 2216933003: Implement the palette help and options buttons. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@palette-delegate
Patch Set: Address nit Created 4 years, 4 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/common/url_constants.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. 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 13422 matching lines...) Expand 10 before | Expand all | Expand 10 after
13433 <action name="ShowOptions"> 13433 <action name="ShowOptions">
13434 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 13434 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
13435 <description>Please enter the description of this user action.</description> 13435 <description>Please enter the description of this user action.</description>
13436 </action> 13436 </action>
13437 13437
13438 <action name="ShowPageMenu"> 13438 <action name="ShowPageMenu">
13439 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 13439 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
13440 <description>Please enter the description of this user action.</description> 13440 <description>Please enter the description of this user action.</description>
13441 </action> 13441 </action>
13442 13442
13443 <action name="ShowPaletteOptions">
13444 <owner>jdufault@chromium.org</owner>
13445 <description>Triggered when the palette options are opened.</description>
13446 </action>
13447
13443 <action name="ShowRecentlyViewed"> 13448 <action name="ShowRecentlyViewed">
13444 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 13449 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
13445 <description>Please enter the description of this user action.</description> 13450 <description>Please enter the description of this user action.</description>
13446 </action> 13451 </action>
13447 13452
13448 <action name="ShowSections_RecentSitesDisabled"> 13453 <action name="ShowSections_RecentSitesDisabled">
13449 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 13454 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
13450 <description>Please enter the description of this user action.</description> 13455 <description>Please enter the description of this user action.</description>
13451 </action> 13456 </action>
13452 13457
(...skipping 1925 matching lines...) Expand 10 before | Expand all | Expand 10 after
15378 <action name="webapps.AddShortcut.Manifest"> 15383 <action name="webapps.AddShortcut.Manifest">
15379 <owner>mlamouri@chromium.org</owner> 15384 <owner>mlamouri@chromium.org</owner>
15380 <description> 15385 <description>
15381 Shortcut added to the homescreen with a valid Manifest. This action will be 15386 Shortcut added to the homescreen with a valid Manifest. This action will be
15382 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 15387 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
15383 to keep a trend of whether the webapp also add meta tags. 15388 to keep a trend of whether the webapp also add meta tags.
15384 </description> 15389 </description>
15385 </action> 15390 </action>
15386 15391
15387 </actions> 15392 </actions>
OLDNEW
« no previous file with comments | « chrome/common/url_constants.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698