summaryrefslogtreecommitdiffstats
path: root/ash/ash_strings.grd
Commit message (Collapse)AuthorAgeFilesLines
* Large Cursor: Decapitalize strings to be consistent with other a11 strings.yoshiki@chromium.org2013-06-121-1/+1
| | | | | | | | | | | | | | | This patch changes following 3 strings. - In ash tray: 'Large Cursor' -> 'Large cursor' - In OOBE: 'Large Cursor' -> 'Large cursor' - Settings page: 'Enable Large Cursor' -> 'Enable large cursor'. BUG=247255 R=satorux@chromium.org NOTRY=True Review URL: https://chromiumcodereview.appspot.com/16365014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205704 0039d316-1c4b-4281-b951-d872f2087c98
* Large Cursor: Add the toggle menuitem to a11y menu in uber tray.yoshiki@chromium.org2013-06-071-0/+3
| | | | | | | | | | | This patch adds the menuitem to toggle Large cursor feature. It is available only on Login Screen. BUG=247255 TEST=manual and browser_test passes. Review URL: https://chromiumcodereview.appspot.com/16175004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@204798 0039d316-1c4b-4281-b951-d872f2087c98
* cros: Update charging not reliable battery statusjamescook@chromium.org2013-06-061-2/+2
| | | | | | | | | | | | | | | | | Don't display the "charging not reliable" battery status in the non-charging-non-discharging state, as that can happen normally in some circumstances. Also, update the string to be more human-friendly. BUG=246336 TEST=manual, see bug Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=203952 R=derat@chromium.org Review URL: https://codereview.chromium.org/16057022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@204595 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 203952 "cros: Update charging not reliable battery status"jamescook@chromium.org2013-06-041-2/+2
| | | | | | | | | | | | | | | | | | | > cros: Update charging not reliable battery status > > Don't display the "charging not reliable" battery status in the > non-charging-non-discharging state, as that can happen normally in > some circumstances. Also, update the string to be more human-friendly. > > BUG=246336 > TEST=manual, see bug > > Review URL: https://chromiumcodereview.appspot.com/16057022 TBR=jamescook@chromium.org Review URL: https://codereview.chromium.org/16226023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203989 0039d316-1c4b-4281-b951-d872f2087c98
* cros: Update charging not reliable battery statusjamescook@chromium.org2013-06-041-2/+2
| | | | | | | | | | | | | Don't display the "charging not reliable" battery status in the non-charging-non-discharging state, as that can happen normally in some circumstances. Also, update the string to be more human-friendly. BUG=246336 TEST=manual, see bug Review URL: https://chromiumcodereview.appspot.com/16057022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203952 0039d316-1c4b-4281-b951-d872f2087c98
* Shows the display info as a popup when a new display is connected.mukai@chromium.org2013-06-031-0/+9
| | | | | | | | | | | | | | | | This CL also removes some event triggering. They update the default view when visible, but this is not necessary because the tray bubble itself will be closed when display configuration has changed. Also this CL cleans up messages of the tray item contents. BUG=187516, 171469 R=oshima@chromium.org, stevenjb@chromium.org TEST=manually Review URL: https://chromiumcodereview.appspot.com/16046007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203789 0039d316-1c4b-4281-b951-d872f2087c98
* Make new logout overlay accessible when spoken feedback is turned onsschmitz@chromium.org2013-05-251-0/+3
| | | | | | | | | | | | | | Added accessibility support for spoken language to ExitWarningHandler (i.e. the popup when the user presses the quit shortcut [ctrl-shift-q]) BUG=242661 R=sky@chromium.org TEST=manual (Press Ctrl-Alt-Z to turn on spoken feedback, then Ctrl-Shift-Q) Review URL: https://chromiumcodereview.appspot.com/15701008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202291 0039d316-1c4b-4281-b951-d872f2087c98
* Unify and change logout/sleep/lock shortcutssschmitz@chromium.org2013-05-221-1/+1
| | | | | | | | | | | | | | | | | New behavior: User must press Ctrl-Shift-Q twice to exit (within time limit). Removed the "exit on long hold" behavior. The popup indicates: "Press Ctrl+Shift+Q twice to quit." Also, turned off subpixel rendering for the popup label text per request. BUG=225903 R=sky@chromium.org TEST=manual out/Debug/ash_unittests --gtest_filter='AcceleratorControllerTest.ExitWarningHandlerTest*' Review URL: https://chromiumcodereview.appspot.com/15530003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@201572 0039d316-1c4b-4281-b951-d872f2087c98
* Adding new user menu section to the SystemTrayMenu & refactoring of user accessskuhne@chromium.org2013-05-181-0/+12
| | | | | | | | | | | | | | | | | | | It is still not fully finished - but it is functional and might be useful for what you are doing (and already quite big as it is). Note that the functionality is controlled by the flag. What is missing? - There are no unit tests yet - The visual Drop down box to add a new user is missing. - The error message box which shows the error if there are already 3 users signed in is missing. - At the moment I have ~7 lines of test code in there which I will remove before I check in. (I need them since the multi login still does not work for me) I am not sure if you want to wait until I finish the issue - or if you'd rather want to have this to be able to rather merge early then later. I leave this up to you. If you are for the latter one, you can have at least a look at my changes and if they conflict with yours. BUG=239201 TEST=visual Review URL: https://chromiumcodereview.appspot.com/14756019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@200978 0039d316-1c4b-4281-b951-d872f2087c98
* Add an accessible name for the Chrome OS Launcher.dmazzoni@chromium.org2013-05-171-0/+3
| | | | | | | | | | | Previously the items in the launcher were accessible, but there was no context. BUG=none Review URL: https://chromiumcodereview.appspot.com/14940003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@200884 0039d316-1c4b-4281-b951-d872f2087c98
* Unify and change logout/sleep/lock shortcutssschmitz@chromium.org2013-05-151-0/+3
| | | | | | | | | | | | | | | | | This CL implements an exit warning and requires the user to hold the exit shortcut for a while, before actually exiting. This is to prevent accidental exits due shortcut mistakes. Expert user can exit quickly with a double press. BUG=225903 R=sky@chromium.org TEST=manual out/Debug/ash_unittests --gtest_filter='AcceleratorControllerTest.ExitWarningHandlerTest*' Review URL: https://chromiumcodereview.appspot.com/14587007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@200204 0039d316-1c4b-4281-b951-d872f2087c98
* Add a "Settings..." menu item to a11y uber menu.yoshiki@chromium.org2013-05-091-0/+3
| | | | | | | | | | | | This patch add a "Settings..." which should go to the a11y section of chrome://settings at the right of "Learn more..." button. BUG=178548 TEST=manual R=stevenjb@chromium.org Review URL: https://codereview.chromium.org/14333028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@199196 0039d316-1c4b-4281-b951-d872f2087c98
* Show more detailed battery states; handle "neither charging nor discharging"sschmitz@chromium.org2013-05-041-0/+6
| | | | | | | | | | | | | | | BUG=172894, 196402 R=jamescook@chromium.org, stevenjb@chromium.org TEST=manual Plug in various power supplies into Spring Reviewers: jamescook@ for ash stevenjb@ for chromeos Review URL: https://chromiumcodereview.appspot.com/14841005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198291 0039d316-1c4b-4281-b951-d872f2087c98
* Changes the background color of status area.mukai@chromium.org2013-05-011-0/+3
| | | | | | | | | | | | | | | | | | | As is described in crbug.com/235992, the new status area will be: - as-is dark background, hover changes color gradually - when click, the background changes to blue color - the color and behavior should be shared among web notification and tray - the height should be same. This CL doesn't change the user icon layout. It will be done in another CL. BUG=235992 R=derat@chromium.org, stevenjb@chromium.org Review URL: https://codereview.chromium.org/14198020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@197529 0039d316-1c4b-4281-b951-d872f2087c98
* Add tray warning for Locally managed users.antrim@chromium.org2013-04-301-0/+4
| | | | | | | | BUG=229762 Review URL: https://chromiumcodereview.appspot.com/14507003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@197372 0039d316-1c4b-4281-b951-d872f2087c98
* Bluetooth: do not change tray menu to say Disconnectingkeybuk@chromium.org2013-04-251-10/+7
| | | | | | | | | | | | | | | Clicking on a Bluetooth item in the tray no longer disconnects, so don't show a Disconnecting... message that will never be fulfilled. BUG=175640 TEST=-Dchromeos=1 on Ubuntu, chrome --enable-experimental-bluetooth, connect to the Fake Device and then click on it again R=jennyz@chromium.org Review URL: https://chromiumcodereview.appspot.com/14420003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@196438 0039d316-1c4b-4281-b951-d872f2087c98
* Implement new audio tray ui and integrate with new audio controller.jennyz@chromium.org2013-04-241-0/+9
| | | | | | | | | BUG=160311 TBR=sky Review URL: https://chromiumcodereview.appspot.com/14238022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@196045 0039d316-1c4b-4281-b951-d872f2087c98
* Add PeripheralBatteryObservermiletus@chromium.org2013-04-111-0/+3
| | | | | | | | | | | | | | PeripheralBatteryObserver is an observer of PowerManagerClient. It monitors battery level of peripheral devices and shows notification when the device battery is in low level conditions. BUG=221420 TEST=Manual tested on Link with Apple Magic Mouse/Trackpad. TBR=sky Review URL: https://chromiumcodereview.appspot.com/13638018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@193802 0039d316-1c4b-4281-b951-d872f2087c98
* Screenshot effect non-obvioussschmitz@chromium.org2013-04-051-0/+12
| | | | | | | | | | | | | | | | | Added new (rich) notifications when a screenshot is taken on Chrome OS. There are two different notifications, one for success and one for failure. In case of success, the user can click on the notification to bring up the file manager with the screenshot file hi-lighted. I've attached screenshots to the BUG. Added unit test for the screenshot taker. BUG=150017 TEST=manual; for now run with --enable-rich-notifications. Review URL: https://chromiumcodereview.appspot.com/13105002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192472 0039d316-1c4b-4281-b951-d872f2087c98
* Replaces the display error messages by the actual ones.mukai@chromium.org2013-03-221-6/+3
| | | | | | | | | BUG=176011 TEST=trybots Review URL: https://codereview.chromium.org/12782013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@189925 0039d316-1c4b-4281-b951-d872f2087c98
* Change logout button text from "end public session" to "end session"bartfab@chromium.org2013-03-221-1/+1
| | | | | | | | | | | | | | This CL updates the text of the logout button shown in public session mode from "End public session" to "End session". BUG=196689 TEST=Manual TBR=wad@chromium.org Review URL: https://codereview.chromium.org/12811014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@189785 0039d316-1c4b-4281-b951-d872f2087c98
* Add notifications for session length countdownbartfab@chromium.org2013-03-211-0/+3
| | | | | | | | | | | | | | | | | | | | This CL adds a notification view to the session length limiter. The notification is shown when the user logs in and then again when the remaining session time reaches a warning threshold, currently set at 5 minutes. The CL also switches the session length limiter from base::Time, which can move backward and forward as the clock is adjusted, to base::TimeTicks, which reliably ticks forward only. BUG=166307,163402,172766 TEST=Manual, unit tests TBR=jochen@chromium.org (for chrome/chrome_browser_chromeos.gypi changes) Review URL: https://codereview.chromium.org/12604016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@189651 0039d316-1c4b-4281-b951-d872f2087c98
* Remove unused string constantsthakis@chromium.org2013-03-121-21/+0
| | | | | | | | | BUG=none TBR=jochen Review URL: https://chromiumcodereview.appspot.com/12543035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@187538 0039d316-1c4b-4281-b951-d872f2087c98
* Remove 'Message center' text from ash_strings.mukai@chromium.org2013-03-111-3/+0
| | | | | | Review URL: https://chromiumcodereview.appspot.com/12449009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@187348 0039d316-1c4b-4281-b951-d872f2087c98
* Move ash chromeos specific strings to ash_chromeos_stringsstevenjb@chromium.org2013-03-071-105/+6
| | | | | | | | BUG=none Review URL: https://codereview.chromium.org/12463022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186780 0039d316-1c4b-4281-b951-d872f2087c98
* Support activation in new network status area UIstevenjb@chromium.org2013-03-061-0/+9
| | | | | | | | | | BUG=179507 For ash_strings: TBR=sky@chromium.org Review URL: https://codereview.chromium.org/12378096 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186511 0039d316-1c4b-4281-b951-d872f2087c98
* Provides more types of errors for display status (2nd)mukai@chromium.org2013-03-011-0/+6
| | | | | | | | | | | | | | | Note that the text message itself is a placeholder. It has to be replaced by real sentences. Previous CL was reverted due to build failures on win aura. BUG=176011 TBR=jamescook@chromium.org,oshima@chromium.org TEST=ash_unittests passes on win_aura Review URL: https://codereview.chromium.org/12387043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@185592 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 185456 which broke win aura build.mattm@chromium.org2013-03-011-6/+0
| | | | | | | | | | | | | | | | | | > Provides more types of errors for display status. > > Note that the text message itself is a placeholder. It has to be replaced > by real sentences. > > BUG=176011 > TEST=ash_unittests passes > > > Review URL: https://chromiumcodereview.appspot.com/12212171 TBR=mukai@chromium.org Review URL: https://codereview.chromium.org/12386043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@185466 0039d316-1c4b-4281-b951-d872f2087c98
* Provides more types of errors for display status.mukai@chromium.org2013-03-011-0/+6
| | | | | | | | | | | | | Note that the text message itself is a placeholder. It has to be replaced by real sentences. BUG=176011 TEST=ash_unittests passes Review URL: https://chromiumcodereview.appspot.com/12212171 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@185456 0039d316-1c4b-4281-b951-d872f2087c98
* Clean up unused bluetooth strings.jennyz@chromium.org2013-02-121-6/+0
| | | | | | | | | BUG=129050 TBR=sky Review URL: https://codereview.chromium.org/12225139 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@181966 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 181896jochen@chromium.org2013-02-121-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this change was not at fault > Revert 181806 > > Speculative revert to see whether this broke browser_tests on Win Aura Tests(2) > > A DCHECK() about invalid strings is hit > > > Update NetworkStateListDetailedView, add network_icon::GetImageForTray > > > > This integrates chanhes to the network list and icon code, > > and uses the Ash icon code in the network tray. > > > > This completes the changes for: > > 161869: Create NetworkStateHandler version of Ash network tray > > (Still behind a flag) > > > > BUG=161869 > > TBR=sky@chromium.org (for ash_strings) > > > > Review URL: https://codereview.chromium.org/12221112 > > TBR=stevenjb@chromium.org > Review URL: https://codereview.chromium.org/12218116 TBR=jochen@chromium.org Review URL: https://codereview.chromium.org/12210137 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@181899 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 181806jochen@chromium.org2013-02-121-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | Speculative revert to see whether this broke browser_tests on Win Aura Tests(2) A DCHECK() about invalid strings is hit > Update NetworkStateListDetailedView, add network_icon::GetImageForTray > > This integrates chanhes to the network list and icon code, > and uses the Ash icon code in the network tray. > > This completes the changes for: > 161869: Create NetworkStateHandler version of Ash network tray > (Still behind a flag) > > BUG=161869 > TBR=sky@chromium.org (for ash_strings) > > Review URL: https://codereview.chromium.org/12221112 TBR=stevenjb@chromium.org Review URL: https://codereview.chromium.org/12218116 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@181896 0039d316-1c4b-4281-b951-d872f2087c98
* Update NetworkStateListDetailedView, add network_icon::GetImageForTraystevenjb@chromium.org2013-02-121-0/+3
| | | | | | | | | | | | | | | | This integrates chanhes to the network list and icon code, and uses the Ash icon code in the network tray. This completes the changes for: 161869: Create NetworkStateHandler version of Ash network tray (Still behind a flag) BUG=161869 TBR=sky@chromium.org (for ash_strings) Review URL: https://codereview.chromium.org/12221112 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@181806 0039d316-1c4b-4281-b951-d872f2087c98
* Rename "public account" to "public session"bartfab@chromium.org2013-02-071-1/+1
| | | | | | | | | | | | BUG=None TEST=None TBR=sky@chromium.org Review URL: https://chromiumcodereview.appspot.com/12220042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@181193 0039d316-1c4b-4281-b951-d872f2087c98
* Cleanup network status code and stringsstevenjb@chromium.org2013-02-061-52/+67
| | | | | | | | | | | | | | This CL: * Cleans up the network status related strings * Cleans up some code in NetworkListDetailedView and removes some unused code BUG=171600 For ash_strings.grd: TBR=sky@chromium.org Review URL: https://codereview.chromium.org/12087136 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180997 0039d316-1c4b-4281-b951-d872f2087c98
* Show the bluetooth device connecting or disconnecting state when user ↵jennyz@chromium.org2013-02-041-0/+6
| | | | | | | | | | | toggles the device in the uber tray bubble. BUG=172677 TBR=sky Review URL: https://chromiumcodereview.appspot.com/12092120 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180483 0039d316-1c4b-4281-b951-d872f2087c98
* Fixes for Cellular indicatorsstevenjb@chromium.org2013-01-171-0/+3
| | | | | | | | | | | | | * Clear Initialized when Cellular disabled (e.g. on suspend) * Update Enable Cellular Button when it becomes available * Add No Cellular Networks message when Cellular is enabled but there are no networks BUG=168935,169979 TBR=sky@chromium.org for ash_strings.grd Review URL: https://codereview.chromium.org/11967007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177510 0039d316-1c4b-4281-b951-d872f2087c98
* Add cellular_initialized state and UIstevenjb@chromium.org2013-01-151-0/+3
| | | | | | | | | | | | | | | The goal is to provide connecting icon and text while the cellular network is initializing. Cellular initializing is defined as: Cellular technology is enabled, but no powered device present. BUG=169979 For ash_strings.gyp: TBR=sky@chromium.org Review URL: https://codereview.chromium.org/11878034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@176966 0039d316-1c4b-4281-b951-d872f2087c98
* Add option to align launcher/shelf to top of screen (similar to left/right ↵harrym@chromium.org2013-01-121-0/+3
| | | | | | | | | | | align). BUG=159770 Review URL: https://chromiumcodereview.appspot.com/11885007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@176556 0039d316-1c4b-4281-b951-d872f2087c98
* Support wifi scanning in status areastevenjb@chromium.org2012-12-171-0/+3
| | | | | | | | | | BUG=153004 For ash_strings.grd: TBR=sky@chromium.org Review URL: https://chromiumcodereview.appspot.com/11447025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@173409 0039d316-1c4b-4281-b951-d872f2087c98
* Add countdown when session time is limitedbartfab@chromium.org2012-12-151-0/+3
| | | | | | | | | | | | | | | This CL adds a countdown to the ash tray when the session time is limited. The UI can/will be improved further in the future. This is a first basic functional implementation. BUG=chromium-os:26957 TEST=Manual TBR=sky@chromium.org (for ash.gyp and ash_strings.grd changes) Review URL: https://codereview.chromium.org/11568036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@173293 0039d316-1c4b-4281-b951-d872f2087c98
* A11y: Polish texts in the settings and tray.yoshiki@chromium.org2012-12-141-6/+4
| | | | | | | | | | | | BUG=none TEST=manual TBR=derat@chromium.org # TBRing for string changes. Review URL: https://codereview.chromium.org/11569025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@173073 0039d316-1c4b-4281-b951-d872f2087c98
* Changed misleading translations for toggling spoken feedback.mtomasz@chromium.org2012-12-101-3/+3
| | | | | | | | | | | Before, the ctrl-alt-z was described in the shortcuts layer as 'Toggle accessibility features', which was wrong since it toggles spoken feedback only. Also a notification text has been changed from 'Accessibility features are enabled' to 'Spoken feedback is enabled'. BUG=164806 Review URL: https://chromiumcodereview.appspot.com/11474021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@172026 0039d316-1c4b-4281-b951-d872f2087c98
* chromeos: Use Widget::NotifyAccessibilityEvent to speak network changehashimoto@chromium.org2012-12-061-0/+3
| | | | | | | | | | | | | Stop using accessibility::Speak() in favor of Widget::NotifyAccessibilityEvent() which gives ChromeVox control of speech timing. Network speech code is moved from ash_system_tray_delegate.cc to tray_network.cc because NotifyAccessibilityEvent requires a pointer to views::Widget. ash::NetworkIconInfo::highlight is replaced with connecting/connected. BUG=151495 TEST=Press Ctrl+Alt+Z to enable spoken feedback, connect/disconnect to ethernet/wifi, ensure it speaks "connected to <network name>" Review URL: https://chromiumcodereview.appspot.com/11414289 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@171421 0039d316-1c4b-4281-b951-d872f2087c98
* Customize user details in ash system bubble for public account modebartfab@chromium.org2012-12-031-0/+7
| | | | | | | | | | | | | | | This CL customizes the user details shown at the top of the ash system bubble when logged into a public account. The regular display of user name and e-mail is replaced by a text that informs the user this is a public account and names the domain managing the account. The implementation follows the UI mock in the linked bug. BUG=152928 Review URL: https://chromiumcodereview.appspot.com/11377133 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170802 0039d316-1c4b-4281-b951-d872f2087c98
* Add NetworkStateListDetailedViewstevenjb@chromium.org2012-12-031-0/+4
| | | | | | | | | | | | | Implemented behind --ash-network-state-handler Copies the bulk of the NetworkMenuIcon logic to ash; NetworkMenuIcon will eventually be deprecated. BUG=161869 For .grd changes: TBR=sky@chromium.org Review URL: https://codereview.chromium.org/11361274 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170748 0039d316-1c4b-4281-b951-d872f2087c98
* A11y: Introduce High Contrast Mode and Screen Magnifier to ubar tray.yoshiki@chromium.org2012-11-291-2/+21
| | | | | | | | | | | | | | | | This patch add a sub-menu to set accessibility feature (spoken feedback, high-contrast and screen magnifier) under accessibility menu. The design is at http://crbug.com/158281. BUG=160689, 158307 TEST=manual TBR=nkostylev@chromium.org, jhawkins@chromium.org # TBRing for just rename changes. Review URL: https://codereview.chromium.org/11415025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170180 0039d316-1c4b-4281-b951-d872f2087c98
* Fix the battery voice feedback issue in accessibility.jennyz@chromium.org2012-11-281-1/+25
| | | | | | | | | BUG=153596 TBR=sky Review URL: https://codereview.chromium.org/11299055 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170004 0039d316-1c4b-4281-b951-d872f2087c98
* Ash system bubble: Allow logout button label to break into two linesbartfab@chromium.org2012-11-201-2/+2
| | | | | | | | | | | | | | This CL allows translators to specify the point at which the logout button label can be broken into two lines. The logout button in the ash system bubble then uses this information to break the label and conserve horizontal space. BUG=152928 Review URL: https://chromiumcodereview.appspot.com/11358231 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@168701 0039d316-1c4b-4281-b951-d872f2087c98
* Make ash aware of public accountsbartfab@chromium.org2012-11-061-0/+4
| | | | | | | | | | | | | This CL propagates the information that the user is logged into a public account to ash and adds an appropriate label for the sign-out button. BUG=152929 BUG=152928 Review URL: https://chromiumcodereview.appspot.com/11273120 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@166226 0039d316-1c4b-4281-b951-d872f2087c98