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

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
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 8523 matching lines...) Expand 10 before | Expand all | Expand 10 after
8534 <action name="Options_JavaCheckbox_Disable"> 8534 <action name="Options_JavaCheckbox_Disable">
8535 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 8535 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
8536 <description>Please enter the description of this user action.</description> 8536 <description>Please enter the description of this user action.</description>
8537 </action> 8537 </action>
8538 8538
8539 <action name="Options_JavaCheckbox_Enable"> 8539 <action name="Options_JavaCheckbox_Enable">
8540 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 8540 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
8541 <description>Please enter the description of this user action.</description> 8541 <description>Please enter the description of this user action.</description>
8542 </action> 8542 </action>
8543 8543
8544 <action name="Options_KeyboardAutoRepeat_Delay">
8545 <owner>michaelpg@chromium.org</owner>
8546 <description>Settings: Keyboard settings: Auto-repeat delay</description>
8547 </action>
8548
8549 <action name="Options_KeyboardAutoRepeat_Disable">
8550 <owner>michaelpg@chromium.org</owner>
8551 <description>Settings: Keyboard settings: Disable auto-repeat</description>
8552 </action>
8553
8554 <action name="Options_KeyboardAutoRepeat_Enable">
8555 <owner>michaelpg@chromium.org</owner>
8556 <description>Settings: Keyboard settings: Enable auto-repeat</description>
8557 </action>
8558
8559 <action name="Options_KeyboardAutoRepeat_Interval">
8560 <owner>michaelpg@chromium.org</owner>
8561 <description>Settings: Keyboard settings: Auto-repeat interval</description>
8562 </action>
8563
8544 <action name="Options_KeyboardRemapAltKey"> 8564 <action name="Options_KeyboardRemapAltKey">
8545 <owner>stevenjb@chromium.org</owner> 8565 <owner>stevenjb@chromium.org</owner>
8546 <description>Settings: Keyboard settings: Alt</description> 8566 <description>Settings: Keyboard settings: Alt</description>
8547 </action> 8567 </action>
8548 8568
8549 <action name="Options_KeyboardRemapCapsLockKey"> 8569 <action name="Options_KeyboardRemapCapsLockKey">
8550 <owner>stevenjb@chromium.org</owner> 8570 <owner>stevenjb@chromium.org</owner>
8551 <description>Settings: Keyboard settings: CapsLock</description> 8571 <description>Settings: Keyboard settings: CapsLock</description>
8552 </action> 8572 </action>
8553 8573
(...skipping 2802 matching lines...) Expand 10 before | Expand all | Expand 10 after
11356 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 11376 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
11357 <description>Please enter the description of this user action.</description> 11377 <description>Please enter the description of this user action.</description>
11358 </action> 11378 </action>
11359 11379
11360 <action name="webapps.AddShortcut.Bookmark"> 11380 <action name="webapps.AddShortcut.Bookmark">
11361 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 11381 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
11362 <description>Please enter the description of this user action.</description> 11382 <description>Please enter the description of this user action.</description>
11363 </action> 11383 </action>
11364 11384
11365 </actions> 11385 </actions>
OLDNEW
« chrome/browser/resources/options/pref_ui.js ('K') | « chrome/common/pref_names.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698