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

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

Issue 1157553003: Center the focus of the text input in magnifier screen. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase and add description to new metrics in actions.xml. Created 5 years, 6 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 | « 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 8519 matching lines...) Expand 10 before | Expand all | Expand 10 after
8530 <action name="Options_AccessibilityOnScreenKeyboard_Disable"> 8530 <action name="Options_AccessibilityOnScreenKeyboard_Disable">
8531 <owner>stevenjb@chromium.org</owner> 8531 <owner>stevenjb@chromium.org</owner>
8532 <description>Settings: Accessibility: Disable on-screen keyboard</description> 8532 <description>Settings: Accessibility: Disable on-screen keyboard</description>
8533 </action> 8533 </action>
8534 8534
8535 <action name="Options_AccessibilityOnScreenKeyboard_Enable"> 8535 <action name="Options_AccessibilityOnScreenKeyboard_Enable">
8536 <owner>stevenjb@chromium.org</owner> 8536 <owner>stevenjb@chromium.org</owner>
8537 <description>Settings: Accessibility: Enable on-screen keyboard</description> 8537 <description>Settings: Accessibility: Enable on-screen keyboard</description>
8538 </action> 8538 </action>
8539 8539
8540 <action name="Options_AccessibilityScreenMagnifierCenterFocus_Disable">
8541 <owner>jennyz@chromium.org</owner>
8542 <description>
8543 Settings: Accessibility: Disable centering focus for text input in magnifier
8544 screen.
8545 </description>
8546 </action>
8547
8548 <action name="Options_AccessibilityScreenMagnifierCenterFocus_Enable">
8549 <owner>jennyz@chromium.org</owner>
8550 <description>
8551 Settings: Accessibility: Enable centering focus for text input in magnifier
Mark P 2015/06/01 18:30:00 nit: extra space
jennyz 2015/06/01 18:36:25 Done.
8552 screen.
8553 </description>
8554 </action>
8555
8540 <action name="Options_AccessibilityScreenMagnifier_Disable"> 8556 <action name="Options_AccessibilityScreenMagnifier_Disable">
8541 <owner>stevenjb@chromium.org</owner> 8557 <owner>stevenjb@chromium.org</owner>
8542 <description>Settings: Accessibility: Disable screen magnifier</description> 8558 <description>Settings: Accessibility: Disable screen magnifier</description>
8543 </action> 8559 </action>
8544 8560
8545 <action name="Options_AccessibilityScreenMagnifier_Enable"> 8561 <action name="Options_AccessibilityScreenMagnifier_Enable">
8546 <owner>stevenjb@chromium.org</owner> 8562 <owner>stevenjb@chromium.org</owner>
8547 <description>Settings: Accessibility: Enable screen magnifier</description> 8563 <description>Settings: Accessibility: Enable screen magnifier</description>
8548 </action> 8564 </action>
8549 8565
(...skipping 3893 matching lines...) Expand 10 before | Expand all | Expand 10 after
12443 <action name="webapps.AddShortcut.Manifest"> 12459 <action name="webapps.AddShortcut.Manifest">
12444 <owner>mlamouri@chromium.org</owner> 12460 <owner>mlamouri@chromium.org</owner>
12445 <description> 12461 <description>
12446 Shortcut added to the homescreen with a valid Manifest. This action will be 12462 Shortcut added to the homescreen with a valid Manifest. This action will be
12447 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 12463 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
12448 to keep a trend of whether the webapp also add meta tags. 12464 to keep a trend of whether the webapp also add meta tags.
12449 </description> 12465 </description>
12450 </action> 12466 </action>
12451 12467
12452 </actions> 12468 </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