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

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

Issue 1785833002: Add 5 experimental accessibility features on Chrome OS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Change option_name to option-name Created 4 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 | « chromeos/chromeos_switches.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | 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 9326 matching lines...) Expand 10 before | Expand all | Expand 10 after
9337 <action name="OpenTabpose"> 9337 <action name="OpenTabpose">
9338 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 9338 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
9339 <description>Please enter the description of this user action.</description> 9339 <description>Please enter the description of this user action.</description>
9340 </action> 9340 </action>
9341 9341
9342 <action name="Options_About"> 9342 <action name="Options_About">
9343 <owner>michaelpg@chromium.org</owner> 9343 <owner>michaelpg@chromium.org</owner>
9344 <description>Settings: About Chrome</description> 9344 <description>Settings: About Chrome</description>
9345 </action> 9345 </action>
9346 9346
9347 <action name="Options_AccessibilityCaretHighlight_Disable">
9348 <owner>dmazzoni@chromium.org</owner>
9349 <description>Settings: Accessibility: Disable caret highlighting</description>
9350 </action>
9351
9352 <action name="Options_AccessibilityCaretHighlight_Enable">
9353 <owner>dmazzoni@chromium.org</owner>
9354 <description>Settings: Accessibility: Enable caret highlighting</description>
9355 </action>
9356
9357 <action name="Options_AccessibilityCursorHighlight_Disable">
9358 <owner>dmazzoni@chromium.org</owner>
9359 <description>
9360 Settings: Accessibility: Disable cursor highlighting
9361 </description>
9362 </action>
9363
9364 <action name="Options_AccessibilityCursorHighlight_Enable">
9365 <owner>dmazzoni@chromium.org</owner>
9366 <description>Settings: Accessibility: Enable cursor highlighting</description>
9367 </action>
9368
9369 <action name="Options_AccessibilityFocusHighlight_Disable">
9370 <owner>dmazzoni@chromium.org</owner>
9371 <description>Settings: Accessibility: Disable focus highlighting</description>
9372 </action>
9373
9374 <action name="Options_AccessibilityFocusHighlight_Enable">
9375 <owner>dmazzoni@chromium.org</owner>
9376 <description>Settings: Accessibility: Enable focus highlighting</description>
9377 </action>
9378
9347 <action name="Options_AccessibilityHighContrastMode"> 9379 <action name="Options_AccessibilityHighContrastMode">
9348 <owner>stevenjb@chromium.org</owner> 9380 <owner>stevenjb@chromium.org</owner>
9349 <description>Settings: Accessibility: Toggle high contrast mode</description> 9381 <description>Settings: Accessibility: Toggle high contrast mode</description>
9350 </action> 9382 </action>
9351 9383
9352 <action name="Options_AccessibilityHighContrastMode_Disable"> 9384 <action name="Options_AccessibilityHighContrastMode_Disable">
9353 <owner>stevenjb@chromium.org</owner> 9385 <owner>stevenjb@chromium.org</owner>
9354 <description>Settings: Accessibility: Disable high contrast mode</description> 9386 <description>Settings: Accessibility: Disable high contrast mode</description>
9355 </action> 9387 </action>
9356 9388
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
9403 <action name="Options_AccessibilityScreenMagnifier_Disable"> 9435 <action name="Options_AccessibilityScreenMagnifier_Disable">
9404 <owner>stevenjb@chromium.org</owner> 9436 <owner>stevenjb@chromium.org</owner>
9405 <description>Settings: Accessibility: Disable screen magnifier</description> 9437 <description>Settings: Accessibility: Disable screen magnifier</description>
9406 </action> 9438 </action>
9407 9439
9408 <action name="Options_AccessibilityScreenMagnifier_Enable"> 9440 <action name="Options_AccessibilityScreenMagnifier_Enable">
9409 <owner>stevenjb@chromium.org</owner> 9441 <owner>stevenjb@chromium.org</owner>
9410 <description>Settings: Accessibility: Enable screen magnifier</description> 9442 <description>Settings: Accessibility: Enable screen magnifier</description>
9411 </action> 9443 </action>
9412 9444
9445 <action name="Options_AccessibilitySelectToSpeak_Disable">
9446 <owner>dmazzoni@chromium.org</owner>
9447 <description>Settings: Accessibility: Disable select-to-speak</description>
9448 </action>
9449
9450 <action name="Options_AccessibilitySelectToSpeak_Enable">
9451 <owner>dmazzoni@chromium.org</owner>
9452 <description>Settings: Accessibility: Enable select-to-speak</description>
9453 </action>
9454
9413 <action name="Options_AccessibilitySpokenFeedback_Disable"> 9455 <action name="Options_AccessibilitySpokenFeedback_Disable">
9414 <owner>stevenjb@chromium.org</owner> 9456 <owner>stevenjb@chromium.org</owner>
9415 <description>Settings: Accessibility: Disable ChromeVox</description> 9457 <description>Settings: Accessibility: Disable ChromeVox</description>
9416 </action> 9458 </action>
9417 9459
9418 <action name="Options_AccessibilitySpokenFeedback_Enable"> 9460 <action name="Options_AccessibilitySpokenFeedback_Enable">
9419 <owner>stevenjb@chromium.org</owner> 9461 <owner>stevenjb@chromium.org</owner>
9420 <description>Settings: Accessibility: Enable ChromeVox</description> 9462 <description>Settings: Accessibility: Enable ChromeVox</description>
9421 </action> 9463 </action>
9422 9464
9423 <action name="Options_AccessibilityStickyKeys_Disable"> 9465 <action name="Options_AccessibilityStickyKeys_Disable">
9424 <owner>stevenjb@chromium.org</owner> 9466 <owner>stevenjb@chromium.org</owner>
9425 <description>Settings: Accessibility: Disable sticky keys</description> 9467 <description>Settings: Accessibility: Disable sticky keys</description>
9426 </action> 9468 </action>
9427 9469
9428 <action name="Options_AccessibilityStickyKeys_Enable"> 9470 <action name="Options_AccessibilityStickyKeys_Enable">
9429 <owner>stevenjb@chromium.org</owner> 9471 <owner>stevenjb@chromium.org</owner>
9430 <description>Settings: Accessibility: Enable sticky keys</description> 9472 <description>Settings: Accessibility: Enable sticky keys</description>
9431 </action> 9473 </action>
9432 9474
9475 <action name="Options_AccessibilitySwitchAccess_Disable">
9476 <owner>dmazzoni@chromium.org</owner>
9477 <description>Settings: Accessibility: Disable switch access</description>
9478 </action>
9479
9480 <action name="Options_AccessibilitySwitchAccess_Enable">
9481 <owner>dmazzoni@chromium.org</owner>
9482 <description>Settings: Accessibility: Enable switch access</description>
9483 </action>
9484
9433 <action name="Options_AccessibilitySystemMenu_Disable"> 9485 <action name="Options_AccessibilitySystemMenu_Disable">
9434 <owner>stevenjb@chromium.org</owner> 9486 <owner>stevenjb@chromium.org</owner>
9435 <description> 9487 <description>
9436 Settings: Accessibility: Disable show in system menu 9488 Settings: Accessibility: Disable show in system menu
9437 </description> 9489 </description>
9438 </action> 9490 </action>
9439 9491
9440 <action name="Options_AccessibilitySystemMenu_Enable"> 9492 <action name="Options_AccessibilitySystemMenu_Enable">
9441 <owner>stevenjb@chromium.org</owner> 9493 <owner>stevenjb@chromium.org</owner>
9442 <description>Settings: Accessibility: Enable show in system menu</description> 9494 <description>Settings: Accessibility: Enable show in system menu</description>
(...skipping 4548 matching lines...) Expand 10 before | Expand all | Expand 10 after
13991 <action name="webapps.AddShortcut.Manifest"> 14043 <action name="webapps.AddShortcut.Manifest">
13992 <owner>mlamouri@chromium.org</owner> 14044 <owner>mlamouri@chromium.org</owner>
13993 <description> 14045 <description>
13994 Shortcut added to the homescreen with a valid Manifest. This action will be 14046 Shortcut added to the homescreen with a valid Manifest. This action will be
13995 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 14047 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
13996 to keep a trend of whether the webapp also add meta tags. 14048 to keep a trend of whether the webapp also add meta tags.
13997 </description> 14049 </description>
13998 </action> 14050 </action>
13999 14051
14000 </actions> 14052 </actions>
OLDNEW
« no previous file with comments | « chromeos/chromeos_switches.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698