summaryrefslogtreecommitdiffstats
path: root/chrome/browser/chromeos/input_method
Commit message (Expand)AuthorAgeFilesLines
* Makes gfx::Screen an instance, rather than a collection of static methods.scottmg@chromium.org2012-10-121-3/+4
* fix "IME changed" notification uses a wrong field of IMEsschmitz@chromium.org2012-09-253-7/+85
* Move the NOTIFICATION_APP_TERMINATING notification from content to chrome, si...jam@chromium.org2012-09-252-3/+3
* Fix crash bug of IME extension API.hsumita@chromium.org2012-09-251-4/+7
* Fix compilation problem for clang-3.0.shenhan@google.com2012-09-241-2/+2
* Add the ability to filter out extension IMEs from the language settings page.zork@chromium.org2012-09-205-12/+88
* Support multi display candidate window.nona@chromium.org2012-09-131-2/+2
* Fix preedit handling on IME switching.nona@chromium.org2012-09-042-2/+16
* Support label field in ExtensinoIME API.nona@chromium.org2012-08-232-11/+65
* Change the current XKB layout correctly on screen unlock.yusukes@chromium.org2012-08-212-12/+9
* Extract PrefServiceBase into chrome/browser/api. Use in api and autofill.joi@chromium.org2012-08-211-0/+2
* Add unit tests for InputMethodManagerImpl so that the test could catch an iss...yusukes@chromium.org2012-08-211-6/+80
* Move PrefMember and PrefChangeRegistrar to api directory.joi@chromium.org2012-08-212-2/+2
* chromeos: Remove CROS_FONTS_USING_BCI.derat@chromium.org2012-08-161-4/+0
* Rid the world of the last of views::Event types: TouchEvent, GestureEvent, Mo...ben@chromium.org2012-08-141-1/+0
* Replace views::MouseEvent with ui::MouseEventben@chromium.org2012-08-142-2/+2
* Replace views::LocatedEvent with ui::LocatedEventben@chromium.org2012-08-131-4/+4
* Change View::HitTest to View::HitTestRecttdanderson@chromium.org2012-08-101-1/+1
* Replace InputMethodEngineIBus.nona@chromium.org2012-08-0815-1803/+864
* Fix crash caused by uninstalling extension IME.hsumita@chromium.org2012-07-311-2/+5
* Delete an unused variablethakis@chromium.org2012-07-301-8/+2
* Remove InputMethodManager::EnableHotkeys() and DisableHotkeys().yusukes@chromium.org2012-07-306-57/+1
* Add OWNERS file for chromeos/input_method directoryzork@chromium.org2012-07-301-0/+2
* Support Delete key on IME Extension API.hsumita@chromium.org2012-07-231-1/+4
* Rename bounds accessors to be intuitive and consistentoshima@chromium.org2012-07-191-3/+3
* Rename APP_EXITING notification to ALL_BROWSERS_CLOSING.benwells@chromium.org2012-07-131-2/+2
* browser: Move some ash files into ui/ash.tfarina@chromium.org2012-07-121-1/+2
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-1121-21/+0
* enable -Wunused-private-field for linux and chromeos.tony@chromium.org2012-07-031-8/+1
* Fix crash on shutting down.nona@chromium.org2012-06-291-2/+7
* Remove IBusClientImpl from ui/base/ime/*nona@chromium.org2012-06-281-2/+1
* Revert 144677 - Remove IBusClientImpl from ui/base/ime/*nona@chromium.org2012-06-281-1/+2
* Remove IBusClientImpl from ui/base/ime/*nona@chromium.org2012-06-281-2/+1
* Fix crash issue on setting cursor position.nona@chromium.org2012-06-271-0/+1
* Change the parent container for the IME candidate window.mukai@chromium.org2012-06-261-0/+8
* Revert 142749 - Set the parent window of candidate windows to SystemModal rat...mukai@chromium.org2012-06-211-15/+0
* Replace libibus api to chrome dbus module.nona@chromium.org2012-06-213-2/+39
* Set the parent window of candidate windows to SystemModal rather than normal ...mukai@chromium.org2012-06-181-0/+15
* Rename gfx::Screen::GetMonitorXXXX to gfx::Screen::GetDisplayXXX.tfarina@chromium.org2012-06-171-2/+2
* Fix candidate window position issue.nona@chromium.org2012-06-145-254/+72
* Add decoration to the language button to indicate that a third party IME is i...zork@chromium.org2012-06-128-13/+27
* Reduce candidate window flickering.nona@chromium.org2012-06-082-1/+14
* Temporary fix for Infolist font issue.horo@chromium.org2012-06-082-6/+31
* Remove Shift+space accelerator.yusukes@chromium.org2012-06-052-7/+3
* Stop using "+chromeos(...)" in an XKB layout name.yusukes@chromium.org2012-06-045-71/+48
* Move test_browser_thread.h from content\test to content\public\test. This way...jam@chromium.org2012-06-041-1/+1
* Add a notification when Input Method is changed via keyboard.zork@chromium.org2012-05-317-25/+70
* Move modifier remapping code from X to Ash.yusukes@chromium.org2012-05-256-451/+37
* Rename GetRootWindow() -> GetPrimaryRootWindow()oshima@chromium.org2012-05-251-1/+1
* Fix candidate row height.nona@chromium.org2012-05-244-54/+205