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

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

Issue 393023006: Add settings for keyboard auto-repeat to options page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | Annotate | Revision Log
« chrome/common/pref_names.cc ('K') | « chrome/common/pref_names.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 8514 matching lines...) Expand 10 before | Expand all | Expand 10 after
8525 <action name="Options_JavaCheckbox_Disable"> 8525 <action name="Options_JavaCheckbox_Disable">
8526 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 8526 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
8527 <description>Please enter the description of this user action.</description> 8527 <description>Please enter the description of this user action.</description>
8528 </action> 8528 </action>
8529 8529
8530 <action name="Options_JavaCheckbox_Enable"> 8530 <action name="Options_JavaCheckbox_Enable">
8531 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 8531 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
8532 <description>Please enter the description of this user action.</description> 8532 <description>Please enter the description of this user action.</description>
8533 </action> 8533 </action>
8534 8534
8535 <action name="Options_KeyboardAutoRepeat_Delay">
8536 <owner>michaelpg@chromium.org</owner>
8537 <description>Settings: Keyboard settings: Auto-repeat delay</description>
8538 </action>
8539
8540 <action name="Options_KeyboardAutoRepeat_Disable">
8541 <owner>michaelpg@chromium.org</owner>
8542 <description>Settings: Keyboard settings: Disable auto-repeat</description>
8543 </action>
8544
8545 <action name="Options_KeyboardAutoRepeat_Enable">
8546 <owner>michaelpg@chromium.org</owner>
8547 <description>Settings: Keyboard settings: Enable auto-repeat</description>
8548 </action>
8549
8550 <action name="Options_KeyboardAutoRepeat_Interval">
8551 <owner>michaelpg@chromium.org</owner>
8552 <description>Settings: Keyboard settings: Auto-repeat interval</description>
8553 </action>
8554
8535 <action name="Options_KeyboardRemapAltKey"> 8555 <action name="Options_KeyboardRemapAltKey">
8536 <owner>stevenjb@chromium.org</owner> 8556 <owner>stevenjb@chromium.org</owner>
8537 <description>Settings: Keyboard settings: Alt</description> 8557 <description>Settings: Keyboard settings: Alt</description>
8538 </action> 8558 </action>
8539 8559
8540 <action name="Options_KeyboardRemapCapsLockKey"> 8560 <action name="Options_KeyboardRemapCapsLockKey">
8541 <owner>stevenjb@chromium.org</owner> 8561 <owner>stevenjb@chromium.org</owner>
8542 <description>Settings: Keyboard settings: CapsLock</description> 8562 <description>Settings: Keyboard settings: CapsLock</description>
8543 </action> 8563 </action>
8544 8564
(...skipping 2802 matching lines...) Expand 10 before | Expand all | Expand 10 after
11347 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 11367 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
11348 <description>Please enter the description of this user action.</description> 11368 <description>Please enter the description of this user action.</description>
11349 </action> 11369 </action>
11350 11370
11351 <action name="webapps.AddShortcut.Bookmark"> 11371 <action name="webapps.AddShortcut.Bookmark">
11352 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 11372 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
11353 <description>Please enter the description of this user action.</description> 11373 <description>Please enter the description of this user action.</description>
11354 </action> 11374 </action>
11355 11375
11356 </actions> 11376 </actions>
OLDNEW
« chrome/common/pref_names.cc ('K') | « chrome/common/pref_names.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698