summaryrefslogtreecommitdiffstats
path: root/chrome/browser/chromeos/cros
Commit message (Expand)AuthorAgeFilesLines
* Remove the one-shot timer from input_method_library.cc.yusukes@google.com2011-02-171-20/+3
* UI changes for GSM support.ers@chromium.org2011-02-161-19/+2
* Hide network notification only when user initiates a new connection.chocobo@chromium.org2011-02-153-0/+37
* Crash fix in chromeos testsglotov@google.com2011-02-151-0/+1
* Fixing power mocksglotov@google.com2011-02-151-2/+2
* Introducing ResumeLibrary to track system resume signalglotov@google.com2011-02-152-0/+29
* Get rid of KeyboardLibrary::GetCurrentKeyboardLayoutNamesatorux@chromium.org2011-02-154-24/+0
* Do not try to update XKB layout and Preferences file unless they're really ne...yusukes@google.com2011-02-102-21/+24
* Convert GetHardwareInputMethodDescriptor to GetHardwareInputMethodId()satorux@chromium.org2011-02-101-5/+10
* Fix for potential crash in network_library (chromium-os:11861)stevenjb@google.com2011-02-101-2/+2
* Only show notification for low 3g data for the last data-based plan.chocobo@chromium.org2011-02-092-2/+15
* Get rid of InputMethodLibrary::GetImeConfig().satorux@chromium.org2011-02-093-30/+2
* Fix a bug where we were changing the current keyboard layout twice.satorux@chromium.org2011-02-091-25/+46
* Support German Neo 2 xkb layout.mazda@chromium.org2011-02-091-0/+2
* Recover the current input method from the Preference file only once.yusukes@google.com2011-02-092-0/+6
* More clean-up for InputMethodLibrary and related code.satorux@chromium.org2011-02-081-133/+151
* Refactor InputMethodLibrary:satorux@chromium.org2011-02-071-47/+69
* Don't call chromeos::GetCurrentInputMethod() from FlushImeConfig().satorux@chromium.org2011-02-071-13/+16
* Added two VLOGs for debugging issue 11379.yusukes@google.com2011-02-041-0/+2
* Add a function that returns the descriptor of the hardware keyboard.satorux@chromium.org2011-02-036-38/+23
* Refactor the deffered input method change logic in InputMethodLibrary.satorux@chromium.org2011-02-031-12/+17
* Fix a bug that caused the input method indicator not to be shown on the login...satorux@chromium.org2011-02-033-1/+16
* Implements chrome as a dbus service that exposes chrome functionalities, inkuan@chromium.org2011-02-024-0/+372
* Fix crashes in browser_tests for Chrome OS.satorux@chromium.org2011-02-022-1/+13
* Listen to APP_TERMINATING instead of APP_EXITING to fix the issue 11055.yusukes@google.com2011-02-021-3/+6
* Get rid of use of chromeos::GetHardwareKeyboardLayoutName().satorux@chromium.org2011-02-022-7/+12
* Do not start ibus-daemon when only one XKB keyboard layout is in use.satorux@chromium.org2011-02-011-32/+88
* Add GetInputMethodDescriptorFromId() and fix GetKeyboardLayoutName()satorux@chromium.org2011-01-311-0/+2
* Cleanup code to return DATA_UNKNOWN when we have an unknown 3G data plan.chocobo@chromium.org2011-01-281-1/+5
* Embed candidate_window into chrome.yusukes@google.com2011-01-284-62/+49
* Add IsBootPath to MountLibrary. Additional boot path check in imageburner so ...achuith@chromium.org2011-01-272-0/+7
* Fix bug where when the 3G data plan is unknown, we show a green 3G badge. We ...chocobo@chromium.org2011-01-242-1/+2
* Add expectation for NetworkLibrary.IsLocked (fix for 6292008)stevenjb@google.com2011-01-221-0/+4
* Move l10n_util to ui/baseben@chromium.org2011-01-211-1/+1
* Fixed ChromeOS network unit tests.zelidrag@chromium.org2011-01-211-0/+3
* Added flags to prevent messing with network connections while 3G device is be...zelidrag@chromium.org2011-01-213-0/+45
* Deprecate Get/SetKeyboardLayoutPerWindow APIs (Chrome part).yusukes@google.com2011-01-204-41/+0
* Additional reconnect improvements. Made sure that payment page is not displayedzelidrag@chromium.org2011-01-183-4/+33
* Fix so that login errors are shown from login/oobe screens.chocobo@chromium.org2011-01-141-0/+5
* Cleanup: Remove unneeded chrome/browser/ui/browser.h usage.thestig@chromium.org2011-01-131-1/+0
* Revert "Revert "Use libcros to convert input method ID to keyboard overlay ID.""mazda@chromium.org2011-01-133-1/+99
* Cleanup - move BurnLibraryImpl declaration to .ccachuith@chromium.org2011-01-122-48/+48
* Revert "Use libcros to convert input method ID to keyboard overlay ID."mazda@chromium.org2011-01-122-98/+1
* Use libcros to convert input method ID to keyboard overlay ID.mazda@chromium.org2011-01-122-1/+98
* cleanup: Use the new libcros API StopInputMethodProcess() to terminate ibus-d...yusukes@google.com2011-01-111-1/+9
* Pass a correct input method descriptor to the ActiveInputMethodsChanged funct...yusukes@google.com2011-01-071-4/+27
* Fix UI-thread blocking issue in SetImeConfig.yusukes@google.com2011-01-063-31/+71
* Remove base/platform_thread.h stub and fix up all callers to use the new loca...brettw@google.com2011-01-011-1/+0
* chromeos: Replace copy-and-pasted code with macros.derat@chromium.org2010-12-232-179/+46
* Extend the TTS extension API to allow an extension to register itself asdmazzoni@chromium.org2010-12-233-0/+29