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

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: Add PrefHandlers to AccessibilityManager 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
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 9313 matching lines...) Expand 10 before | Expand all | Expand 10 after
9324 <action name="OpenTabpose"> 9324 <action name="OpenTabpose">
9325 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 9325 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
9326 <description>Please enter the description of this user action.</description> 9326 <description>Please enter the description of this user action.</description>
9327 </action> 9327 </action>
9328 9328
9329 <action name="Options_About"> 9329 <action name="Options_About">
9330 <owner>michaelpg@chromium.org</owner> 9330 <owner>michaelpg@chromium.org</owner>
9331 <description>Settings: About Chrome</description> 9331 <description>Settings: About Chrome</description>
9332 </action> 9332 </action>
9333 9333
9334 <action name="Options_AccessibilityCaretHighlight">
Ilya Sherman 2016/03/10 23:41:16 It seems redundant to have both this, and disable/
dmazzoni 2016/03/10 23:56:58 Nope, was trying to copy other Options metrics, bu
9335 <owner>dmazzoni@chromium.org</owner>
9336 <description>Settings: Accessibility: Toggle caret highlighting</description>
9337 </action>
9338
9339 <action name="Options_AccessibilityCaretHighlight_Disable">
9340 <owner>dmazzoni@chromium.org</owner>
9341 <description>Settings: Accessibility: Disable caret highlighting</description>
9342 </action>
9343
9344 <action name="Options_AccessibilityCaretHighlight_Enable">
9345 <owner>dmazzoni@chromium.org</owner>
9346 <description>Settings: Accessibility: Enable caret highlighting</description>
9347 </action>
9348
9349 <action name="Options_AccessibilityCursorHighlight">
9350 <owner>dmazzoni@chromium.org</owner>
9351 <description>Settings: Accessibility: Toggle cursor highlighting</description>
9352 </action>
9353
9354 <action name="Options_AccessibilityCursorHighlight_Disable">
9355 <owner>dmazzoni@chromium.org</owner>
9356 <description>
9357 Settings: Accessibility: Disable cursor highlighting
9358 </description>
9359 </action>
9360
9361 <action name="Options_AccessibilityCursorHighlight_Enable">
9362 <owner>dmazzoni@chromium.org</owner>
9363 <description>Settings: Accessibility: Enable cursor highlighting</description>
9364 </action>
9365
9366 <action name="Options_AccessibilityFocusHighlight">
9367 <owner>dmazzoni@chromium.org</owner>
9368 <description>Settings: Accessibility: Toggle focus highlighting</description>
9369 </action>
9370
9371 <action name="Options_AccessibilityFocusHighlight_Disable">
9372 <owner>dmazzoni@chromium.org</owner>
9373 <description>Settings: Accessibility: Disable focus highlighting</description>
9374 </action>
9375
9376 <action name="Options_AccessibilityFocusHighlight_Enable">
9377 <owner>dmazzoni@chromium.org</owner>
9378 <description>Settings: Accessibility: Enable focus highlighting</description>
9379 </action>
9380
9334 <action name="Options_AccessibilityHighContrastMode"> 9381 <action name="Options_AccessibilityHighContrastMode">
9335 <owner>stevenjb@chromium.org</owner> 9382 <owner>stevenjb@chromium.org</owner>
9336 <description>Settings: Accessibility: Toggle high contrast mode</description> 9383 <description>Settings: Accessibility: Toggle high contrast mode</description>
9337 </action> 9384 </action>
9338 9385
9339 <action name="Options_AccessibilityHighContrastMode_Disable"> 9386 <action name="Options_AccessibilityHighContrastMode_Disable">
9340 <owner>stevenjb@chromium.org</owner> 9387 <owner>stevenjb@chromium.org</owner>
9341 <description>Settings: Accessibility: Disable high contrast mode</description> 9388 <description>Settings: Accessibility: Disable high contrast mode</description>
9342 </action> 9389 </action>
9343 9390
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
9390 <action name="Options_AccessibilityScreenMagnifier_Disable"> 9437 <action name="Options_AccessibilityScreenMagnifier_Disable">
9391 <owner>stevenjb@chromium.org</owner> 9438 <owner>stevenjb@chromium.org</owner>
9392 <description>Settings: Accessibility: Disable screen magnifier</description> 9439 <description>Settings: Accessibility: Disable screen magnifier</description>
9393 </action> 9440 </action>
9394 9441
9395 <action name="Options_AccessibilityScreenMagnifier_Enable"> 9442 <action name="Options_AccessibilityScreenMagnifier_Enable">
9396 <owner>stevenjb@chromium.org</owner> 9443 <owner>stevenjb@chromium.org</owner>
9397 <description>Settings: Accessibility: Enable screen magnifier</description> 9444 <description>Settings: Accessibility: Enable screen magnifier</description>
9398 </action> 9445 </action>
9399 9446
9447 <action name="Options_AccessibilitySelectToSpeak">
9448 <owner>dmazzoni@chromium.org</owner>
9449 <description>Settings: Accessibility: Toggle select-to-speak</description>
9450 </action>
9451
9452 <action name="Options_AccessibilitySelectToSpeak_Disable">
9453 <owner>dmazzoni@chromium.org</owner>
9454 <description>Settings: Accessibility: Disable select-to-speak</description>
9455 </action>
9456
9457 <action name="Options_AccessibilitySelectToSpeak_Enable">
9458 <owner>dmazzoni@chromium.org</owner>
9459 <description>Settings: Accessibility: Enable select-to-speak</description>
9460 </action>
9461
9400 <action name="Options_AccessibilitySpokenFeedback_Disable"> 9462 <action name="Options_AccessibilitySpokenFeedback_Disable">
9401 <owner>stevenjb@chromium.org</owner> 9463 <owner>stevenjb@chromium.org</owner>
9402 <description>Settings: Accessibility: Disable ChromeVox</description> 9464 <description>Settings: Accessibility: Disable ChromeVox</description>
9403 </action> 9465 </action>
9404 9466
9405 <action name="Options_AccessibilitySpokenFeedback_Enable"> 9467 <action name="Options_AccessibilitySpokenFeedback_Enable">
9406 <owner>stevenjb@chromium.org</owner> 9468 <owner>stevenjb@chromium.org</owner>
9407 <description>Settings: Accessibility: Enable ChromeVox</description> 9469 <description>Settings: Accessibility: Enable ChromeVox</description>
9408 </action> 9470 </action>
9409 9471
9410 <action name="Options_AccessibilityStickyKeys_Disable"> 9472 <action name="Options_AccessibilityStickyKeys_Disable">
9411 <owner>stevenjb@chromium.org</owner> 9473 <owner>stevenjb@chromium.org</owner>
9412 <description>Settings: Accessibility: Disable sticky keys</description> 9474 <description>Settings: Accessibility: Disable sticky keys</description>
9413 </action> 9475 </action>
9414 9476
9415 <action name="Options_AccessibilityStickyKeys_Enable"> 9477 <action name="Options_AccessibilityStickyKeys_Enable">
9416 <owner>stevenjb@chromium.org</owner> 9478 <owner>stevenjb@chromium.org</owner>
9417 <description>Settings: Accessibility: Enable sticky keys</description> 9479 <description>Settings: Accessibility: Enable sticky keys</description>
9418 </action> 9480 </action>
9419 9481
9482 <action name="Options_AccessibilitySwitchAccess">
9483 <owner>dmazzoni@chromium.org</owner>
9484 <description>Settings: Accessibility: Toggle switch access</description>
9485 </action>
9486
9487 <action name="Options_AccessibilitySwitchAccess_Disable">
9488 <owner>dmazzoni@chromium.org</owner>
9489 <description>Settings: Accessibility: Disable switch access</description>
9490 </action>
9491
9492 <action name="Options_AccessibilitySwitchAccess_Enable">
9493 <owner>dmazzoni@chromium.org</owner>
9494 <description>Settings: Accessibility: Enable switch access</description>
9495 </action>
9496
9420 <action name="Options_AccessibilitySystemMenu_Disable"> 9497 <action name="Options_AccessibilitySystemMenu_Disable">
9421 <owner>stevenjb@chromium.org</owner> 9498 <owner>stevenjb@chromium.org</owner>
9422 <description> 9499 <description>
9423 Settings: Accessibility: Disable show in system menu 9500 Settings: Accessibility: Disable show in system menu
9424 </description> 9501 </description>
9425 </action> 9502 </action>
9426 9503
9427 <action name="Options_AccessibilitySystemMenu_Enable"> 9504 <action name="Options_AccessibilitySystemMenu_Enable">
9428 <owner>stevenjb@chromium.org</owner> 9505 <owner>stevenjb@chromium.org</owner>
9429 <description>Settings: Accessibility: Enable show in system menu</description> 9506 <description>Settings: Accessibility: Enable show in system menu</description>
(...skipping 4548 matching lines...) Expand 10 before | Expand all | Expand 10 after
13978 <action name="webapps.AddShortcut.Manifest"> 14055 <action name="webapps.AddShortcut.Manifest">
13979 <owner>mlamouri@chromium.org</owner> 14056 <owner>mlamouri@chromium.org</owner>
13980 <description> 14057 <description>
13981 Shortcut added to the homescreen with a valid Manifest. This action will be 14058 Shortcut added to the homescreen with a valid Manifest. This action will be
13982 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 14059 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
13983 to keep a trend of whether the webapp also add meta tags. 14060 to keep a trend of whether the webapp also add meta tags.
13984 </description> 14061 </description>
13985 </action> 14062 </action>
13986 14063
13987 </actions> 14064 </actions>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698