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

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

Powered by Google App Engine
This is Rietveld 408576698