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

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

Issue 1027643002: Add About metric to actions.xml (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | « no previous file | 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 8259 matching lines...) Expand 10 before | Expand all | Expand 10 after
8270 <action name="OpenSystemOptionsDialog"> 8270 <action name="OpenSystemOptionsDialog">
8271 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 8271 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
8272 <description>Please enter the description of this user action.</description> 8272 <description>Please enter the description of this user action.</description>
8273 </action> 8273 </action>
8274 8274
8275 <action name="OpenTabpose"> 8275 <action name="OpenTabpose">
8276 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 8276 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
8277 <description>Please enter the description of this user action.</description> 8277 <description>Please enter the description of this user action.</description>
8278 </action> 8278 </action>
8279 8279
8280 <action name="Options_About">
8281 <owner>michaelpg@chromium.org</owner>
8282 <description>Settings: About Chrome</description>
8283 </action>
8284
8280 <action name="Options_AccessibilityHighContrastMode"> 8285 <action name="Options_AccessibilityHighContrastMode">
8281 <owner>stevenjb@chromium.org</owner> 8286 <owner>stevenjb@chromium.org</owner>
8282 <description>Settings: Accessibility: Toggle high contrast mode</description> 8287 <description>Settings: Accessibility: Toggle high contrast mode</description>
8283 </action> 8288 </action>
8284 8289
8285 <action name="Options_AccessibilityHighContrastMode_Disable"> 8290 <action name="Options_AccessibilityHighContrastMode_Disable">
8286 <owner>stevenjb@chromium.org</owner> 8291 <owner>stevenjb@chromium.org</owner>
8287 <description>Settings: Accessibility: Disable high contrast mode</description> 8292 <description>Settings: Accessibility: Disable high contrast mode</description>
8288 </action> 8293 </action>
8289 8294
(...skipping 3763 matching lines...) Expand 10 before | Expand all | Expand 10 after
12053 <action name="webapps.AddShortcut.Manifest"> 12058 <action name="webapps.AddShortcut.Manifest">
12054 <owner>mlamouri@chromium.org</owner> 12059 <owner>mlamouri@chromium.org</owner>
12055 <description> 12060 <description>
12056 Shortcut added to the homescreen with a valid Manifest. This action will be 12061 Shortcut added to the homescreen with a valid Manifest. This action will be
12057 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 12062 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
12058 to keep a trend of whether the webapp also add meta tags. 12063 to keep a trend of whether the webapp also add meta tags.
12059 </description> 12064 </description>
12060 </action> 12065 </action>
12061 12066
12062 </actions> 12067 </actions>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698