summaryrefslogtreecommitdiffstats
path: root/chrome/browser/chromeos/input_method/input_method_manager.cc
Commit message (Expand)AuthorAgeFilesLines
* Replace all LOGs in input_method/, except two user-facing errors, to DVLOG(1).yusukes@chromium.org2012-04-181-3/+3
* chrome/browser/chromeos/input_method/ refactoring [part 6 of 6].yusukes@google.com2012-04-181-1261/+27
* Add very minimum IBus-1.5 support to InputMethodManager.yusukes@chromium.org2012-04-131-0/+9
* * Remove all Preference code from InputMethodMenu. Always handle IME preferen...yusukes@google.com2012-04-041-52/+0
* Update IME preferences outside the IME status button when Uber Tray is in use.yusukes@chromium.org2012-03-271-0/+10
* Revert 128889 - Update IME preferences outside the IME status button when Ube...nduca@google.com2012-03-261-6/+0
* Disable extension IMEs when the screen is lockedzork@chromium.org2012-03-261-4/+13
* Update IME preferences outside the IME status button when Uber Tray is in use.yusukes@google.com2012-03-261-0/+6
* Never shutdown ibus-daemon once it's started.yusukes@chromium.org2012-03-231-2/+10
* Remove non-Aura code from chrome/browser/chromeos/input_method/.yusukes@google.com2012-03-211-8/+4
* Remove unnecessary flags and code under CrOS.saintlou@chromium.org2012-03-211-260/+2
* cleanup: Remove the second argument of EnableInputMethods() and rename the fu...yusukes@google.com2012-03-191-4/+5
* cleanup: Split ibus_controller.h into 5 headers.yusukes@chromium.org2012-03-191-2/+5
* - Rename InputMethodManager::current_input_method() to InputMethodManager::Ge...yusukes@google.com2012-03-151-17/+19
* Rename InputMethodManager::SetImeConfig to SetInputMethodConfig to avoid abbr...yusukes@chromium.org2012-03-131-23/+25
* Fix ui::VKEY_HANGUL handler.yusukes@chromium.org2012-03-101-3/+1
* Make all functions in CandidateWindowController pure virtual so we can provid...yusukes@chromium.org2012-02-251-1/+2
* cleanup: Remove InputMethodManager::defer_ime_startup_.yusukes@chromium.org2012-02-221-18/+7
* Remove ibus-engine-xkb-layouts from Chrome OS [part 2 of 3].yusukes@chromium.org2012-02-221-6/+17
* Remove ibus-engine-xkb-layouts from Chrome OS [part 3 of 3].yusukes@chromium.org2012-02-221-3/+6
* Do not call ChangeInputMethod when IBus connection is established.yusukes@chromium.org2012-02-221-3/+0
* Move IME shortcut keys from X to Aura [part 3 of 3].yusukes@chromium.org2012-02-201-46/+161
* Remove ibus-engine-xkb-layouts from Chrome OS [Chrome part].yusukes@chromium.org2012-02-131-4/+8
* Make almost all public functions in XKeyboard pure virtual.yusukes@google.com2012-01-241-4/+5
* And now NewRunnableMethod(), you die.ajwong@chromium.org2012-01-041-6/+1
* (Chrome OS) Notify when the candidate window is opened/closed.falken@chromium.org2011-12-081-5/+41
* Start the IME Daemon when adding an extension IMEzork@chromium.org2011-12-061-16/+19
* Change TOUCH_UI => USE_VIRTUAL_KEYBOARD.bryeung@chromium.org2011-11-291-6/+6
* Update |current_input_method_| before notifying observers to fix Aura browser...yusukes@chromium.org2011-11-221-1/+5
* Fixes bug where ActiveInputMethodsChanged was being invoked with thesky@chromium.org2011-11-201-1/+1
* Move BrowserThread to content namespace.joi@chromium.org2011-11-021-0/+2
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-281-1/+1
* Make NotificationService an interface in the content namespace, and switch ca...jam@chromium.org2011-10-191-2/+2
* Display the correct name in the Language menu for Extension APIszork@chromium.org2011-10-191-1/+1
* Move NotificationObserver, NotificationSource, and NotificationDetails to con...jam@chromium.org2011-10-191-7/+7
* Move content_notification_types.h from content\common to content\public\brows...jam@chromium.org2011-10-181-0/+1
* Remove unnecessary LOG(WARNING).yusukes@chromium.org2011-10-111-4/+2
* Revert r103893 since it was incomplete. Instead, modify MaybeChangeCurrentKey...yusukes@chromium.org2011-10-051-0/+26
* Split an Observer class in InputMethodManager into two.yusukes@chromium.org2011-10-041-15/+51
* Do not change keyboard layout to value.string_list_value[0] except when ibus-...yusukes@chromium.org2011-10-041-22/+12
* Do not write redundant LOGs on Linux desktop (and unit/ui/browser tests).yusukes@chromium.org2011-10-041-1/+4
* Temporarily disable IME hotkeys when a keyboard overlay is shown.yusukes@chromium.org2011-10-041-32/+35
* Fix comment to match line 144.danakj@chromium.org2011-09-231-1/+1
* Move EnableInputMethods function from input_method_util.h to input_method_man...yusukes@google.com2011-09-201-0/+44
* Fix refactoring mistake in http://codereview.chromium.org/7887032/ which caus...yusukes@google.com2011-09-201-5/+6
* Compile fix.backer@chromium.org2011-09-161-2/+3
* Fix memory leaks caused by chrome/browser/chromeos/input_method/*.cc (part 3) yusukes@chromium.org2011-09-161-6/+15
* Fix memory leaks caused by chrome/browser/chromeos/input_method/*.cc (part 2) yusukes@chromium.org2011-09-161-5/+11
* Fix memory leaks caused by chrome/browser/chromeos/input_method/*.cc (part 1)yusukes@google.com2011-09-161-7/+6
* Make SwitchToNextInputMethod() public.yusukes@google.com2011-09-131-26/+26