summaryrefslogtreecommitdiffstats
path: root/ui/base/ime/input_method_chromeos.h
Commit message (Expand)AuthorAgeFilesLines
* Implement chrome.input.ime.setComposition and chrome.input.ime.commitText API...azurewei2016-02-181-7/+1
* Removes the useless OnFocus/OnBlur for input method.shuchen2016-01-291-2/+0
* Switch to standard integer types in ui/base/.avi2015-12-231-4/+6
* Merge duplicated CompositionText structuresazurewei2015-11-061-2/+2
* Make ChromeOS IME APIs platform-independent, step 1 of X: Move ui/base/ime/ch...azurewei2015-10-191-3/+3
* Refactoring for the InputMethod & InputMethodDelegate interfaces.shuchen2015-08-041-7/+8
* Simplify InputMethodWin initialization.shuchen2015-07-191-1/+0
* InputMethod should stop TextInputClient::InsertChar/InsertText calls when the...shuchen2015-07-141-2/+4
* Avoid duplicated keydown/keyup events in some scenarios.shuchen2015-05-061-0/+4
* Improves perf by avoid small memory allocation for key event handling if IME ...shuchen2015-04-211-1/+1
* Prevent key event dropping on super slow device.nona2015-04-211-13/+1
* Split ui/base/ime into a new component (reland with windows GN fix)spang2015-02-051-1/+1
* Revert of Split ui/base/ime into a new component (patchset #4 id:60001 of htt...ccameron2015-02-051-1/+1
* Split ui/base/ime into a new componentspang2015-02-051-1/+1
* Update {virtual,override,final} to follow C++11 style in ui.dcheng2015-01-151-22/+22
* Magnifier needs to follow the focus and caret change of the textfield.jennyz2014-10-231-2/+4
* replace OVERRIDE and FINAL with override and final in ui/mostynb2014-10-091-16/+16
* Supports fake key events for setComposition/commitText by on-screen keyboards.shuchen@chromium.org2014-06-061-0/+3
* Input method framework shouldn't assume the text input type changes when focu...shuchen@chromium.org2014-05-151-2/+0
* [IME] support password field in IME API. Moving the password related checks f...shuchen@chromium.org2014-04-081-3/+4
* Remove unused forward declaration for nonexistant class.uekawa@chromium.org2014-03-121-6/+0
* Rename IBusInputContextHandlerInterface to IMEInputContextHandlerInterfaceuekawa@chromium.org2014-03-031-2/+2
* Rename IBusText to CompositionText, because it's not about IBus anymore, but ...uekawa@chromium.org2014-02-051-5/+5
* Rename IBusBridge to IMEBridge, and IBusEngineHandlerInterface to IMEEngineHa...uekawa@chromium.org2014-01-271-2/+2
* Rename InputMethodIBus to InputMethodChromeOS.uekawa@chromium.org2014-01-221-0/+162