summaryrefslogtreecommitdiffstats
path: root/chrome/browser/chromeos/status
Commit message (Expand)AuthorAgeFilesLines
* Change the language indicator to the country code when using ibus-xkb.mazda@chromium.org2010-06-242-5/+15
* Don't show the tooltip for the language indicator when the indicator is hidden.yusukes@google.com2010-06-241-3/+2
* Add IsScreenLockerMode() interface to the StatusAreaHost class.yusukes@google.com2010-06-241-0/+3
* Fix clock to use ICU's internationalization.chocobo@chromium.org2010-06-233-59/+10
* Small tweaks to improve toolbar keyboard accessibility: Put focus rectsdmazzoni@chromium.org2010-06-221-0/+1
* Rename *language_library* to *input_method_library*.satorux@chromium.org2010-06-212-2/+2
* Improve toolbar keyboard accessibility.dmazzoni@chromium.org2010-06-181-1/+2
* Added input_method_util.h.yusukes@google.com2010-06-184-252/+8
* Remove compact navbar: 1st step.oshima@chromium.org2010-06-171-6/+1
* Rename LanguageLibrary with InputMethodLibrary.satorux@chromium.org2010-06-172-32/+32
* Share the same keyboard layout among all windows.yusukes@google.com2010-06-151-0/+4
* Use special indicator text for xkb:us:dvorak:eng, mozc, mozc-jp, m17n:t:latn-...yusukes@google.com2010-06-146-123/+184
* Resume "previous input method" on unlockyusukes@chromium.org2010-06-142-8/+14
* Add text input related UserMetricsActionssatorux@chromium.org2010-06-141-0/+6
* Hide the input language menu if there is only one input method and it's a XKB...satorux@chromium.org2010-06-112-10/+39
* BrowserTests: UserNotPassed UserPassed started failing on chromiumos builder ...thomasvl@chromium.org2010-06-102-39/+10
* This added to already failing browser_tests on the chromiumos builder on the ...thomasvl@chromium.org2010-06-101-6/+0
* Share the same keyboard layout among all windows.yusukes@google.com2010-06-101-0/+6
* Hide the input language menu if there is only one input method and it's a XKB...satorux@chromium.org2010-06-102-10/+39
* Don't use disabled (gray) state for the language indicator.yusukes@google.com2010-06-102-17/+0
* Remember the current and previous input method IDs as Chrome prefs, and resto...yusukes@google.com2010-06-082-9/+61
* Allow users to change current input method even when no text input area is fo...yusukes@google.com2010-06-071-4/+10
* Fix test expectations for language tooltips.zork@chromium.org2010-05-311-3/+3
* Add Cangjie layout name.zork@chromium.org2010-05-311-0/+2
* Change the IME config dialog to present a list of checkboxes instead of radio...zork@chromium.org2010-05-312-20/+34
* Adds side tab layout for chromeos. As part of this I renamed thesky@chromium.org2010-05-281-9/+20
* Add localized values for keyboard layouts.zork@chromium.org2010-05-281-1/+39
* Inform the command updater of the tab restore state.estade@chromium.org2010-05-271-2/+0
* Add tooltip to the language indicator.yusukes@google.com2010-05-263-11/+128
* Use localized string for Input method names in the text input config dialog.yusukes@google.com2010-05-251-0/+38
* Update language_menu_l10n_util.cc data.yusukes@google.com2010-05-212-7/+4
* Share the same label between the language selector and the options dialog.satorux@chromium.org2010-05-201-9/+12
* Integrated new bug icon in status bar. It opens bug reporting dialog.zelidrag@chromium.org2010-05-205-0/+135
* Revert 47749 - Integrated new bug icon in status bar. It opens bug reporting ...cbentzel@chromium.org2010-05-205-257/+0
* Integrated new bug icon in status bar. It opens bug reporting dialog.zelidrag@chromium.org2010-05-195-0/+257
* The language menu button should be disabled (i.e. grayed out) by defaultyusukes@google.com2010-05-191-0/+4
* Fix crash when opening "Select certificate file" in OOBE.nkostylev@google.com2010-05-132-0/+8
* Re-organize RenderViewContextMenu to the use cross-platform MenuModel class.estade@chromium.org2010-05-111-0/+1
* Tiny cleanup. Removed unnecessary RebuildModel() calls.yusukes@chromium.org2010-05-071-7/+1
* Refactor WifiNetwork, CellularNetwork, and EthernetNetwork into classes to ma...chocobo@chromium.org2010-05-061-10/+10
* Add some defensive checks.yusukes@chromium.org2010-05-061-5/+20
* Refactors animation to allow for cleaner subclassing. I'm doing thissky@chromium.org2010-05-051-7/+7
* Tiny cleanup. Remove an unnecessary call in ChangeLocale().yusukes@google.com2010-04-221-2/+0
* 2nd attempt to land http://codereview.chromium.org/1676002 for njwchocobo@chromium.org2010-04-211-1/+1
* Revert 45203 - Land http://codereview.chromium.org/1676002 for njwjhawkins@chromium.org2010-04-211-1/+1
* Land http://codereview.chromium.org/1676002 for njwchocobo@chromium.org2010-04-211-1/+1
* Disable the language menu button when no text input area is focused.yusukes@google.com2010-04-212-0/+8
* LocaleChanged() added to update the view after the UI language was switched.glotov@google.com2010-04-202-1/+18
* Don't use too much space for the language indicator.yusukes@google.com2010-04-201-1/+1
* Language menu improvements.yusukes@google.com2010-04-141-28/+27