summaryrefslogtreecommitdiffstats
path: root/chrome/browser/chromeos/input_method/input_method_engine.h
Commit message (Expand)AuthorAgeFilesLines
* [IME] Adds these histograms in IMF. 1) Count of IME is activated/deactivated ...shuchen@chromium.org2014-05-091-0/+7
* [IME] support password field in IME API. Moving the password related checks f...shuchen@chromium.org2014-04-081-2/+4
* [IME] Makes sure the different ime observer instances can be created under di...shuchen@chromium.org2014-03-201-11/+10
* Revert of [IME] Makes sure the different ime observer instances can be create...pneubeck@chromium.org2014-03-201-10/+11
* [IME] Makes sure the different ime observer instances can be created under di...shuchen@chromium.org2014-03-201-11/+10
* [IME] Resends onActive() and onFocus() events to IME extension after it adds ...shuchen@chromium.org2014-03-171-1/+1
* try 3 of: Split out InputMethodMenuManager from InputMethodManager.uekawa@chromium.org2014-02-191-3/+8
* Revert 251327 "Reland of: Split out InputMethodMenuManager from ..."thestig@chromium.org2014-02-141-8/+3
* Propagate engine ID to distinguish the event sender and avoid infinity event ...komatsu@chromium.org2014-02-141-0/+7
* Reland of: Split out InputMethodMenuManager from InputMethodManager.uekawa@chromium.org2014-02-141-3/+8
* Revert 251164 "Split out InputMethodMenuManager from InputMethod..."sky@chromium.org2014-02-141-8/+3
* Split out InputMethodMenuManager from InputMethodManager.uekawa@chromium.org2014-02-131-3/+8
* Rename IBusText to CompositionText, because it's not about IBus anymore, but ...uekawa@chromium.org2014-02-051-3/+3
* Rename IBusBridge to IMEBridge, and IBusEngineHandlerInterface to IMEEngineHa...uekawa@chromium.org2014-01-271-2/+2
* Moves CandidateWindow model to ui/base/ime (2nd)mukai@chromium.org2014-01-091-2/+2
* Revert 243777 "Moves CandidateWindow model to ui/base/ime."scottmg@chromium.org2014-01-091-2/+2
* Moves CandidateWindow model to ui/base/ime.mukai@chromium.org2014-01-091-2/+2
* Refactoring around descriptor. The descriptor representing InputMethodEngine...komatsu@chromium.org2014-01-091-2/+8
* Delete redundant functions for auxiliary text.komatsu@chromium.org2013-12-271-6/+0
* Implement input.ime.sendKeyEvents and its browsertest.komatsu@chromium.org2013-12-191-0/+2
* Make InputMethodEngine a subclass of IBusEngineHandler.komatsu@chromium.org2013-12-191-3/+1
* [IME API] Adds input.ime.hideInputView API.shuchen@chromium.org2013-12-181-0/+1
* Rename InputMethodEngineIBus to InputMethodEngineyoichio@chromium.org2013-12-051-0/+150
* Rename InputMethodEngine to InputMethodEngineInterfaceyoichio@chromium.org2013-12-041-245/+0
* Delete InputMethodEngine::CreateEngine and call the InputMethodEngineIBus con...yoichio@chromium.org2013-12-031-13/+0
* [IME API] Implement parsing 'input_view' url from manifest and pass it into i...shuchen@chromium.org2013-11-121-0/+1
* Create InputMethodEngine::(Set|Get)CandidateWindowProperty and deletekomatsu@chromium.org2013-09-301-12/+20
* Allow list of string for language field in input_ime manifest.nona@chromium.org2013-07-101-1/+1
* Add private API to notify end of initialization.nona@chromium.org2013-05-291-0/+5
* Add onReset event for input.imenona@chromium.org2013-05-201-0/+3
* Propagate option page URL to input method descriptor.nona@chromium.org2013-05-161-0/+3
* Add CapsLock support into InputMethodIBus.nona@chromium.org2013-05-161-0/+1
* Support composition aligned candidate window.nona@chromium.org2013-04-261-0/+8
* Extract Extension IME related utility.nona@chromium.org2013-03-261-2/+0
* Adding onSurroundingTextChanged event into input ime.nona@chromium.org2013-02-281-0/+6
* Introduce DeleteSurroundingText function.nona@chromium.org2013-02-271-0/+12
* Introduce GetIBusKeyCodeStringnona@chromium.org2013-02-061-0/+1
* Add usage display support for Extension IME.nona@chromium.org2012-12-011-0/+6
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Remove API elements that are no longer in the IME API design documentzork@chromium.org2012-01-181-6/+1
* Add cursor field to SetComposition.zork@chromium.org2011-11-291-0/+1
* Pass a correct button name to OnCandidateClicked()yusukes@chromium.org2011-11-081-21/+21
* Implement SetMenuItems and UpdateMenuItems in the IME APIzork@chromium.org2011-10-121-2/+14
* Make OnKeyEvent asynchronous to match the design.zork@chromium.org2011-09-081-1/+10
* Clean up IME extension backend classes.zork@chromium.org2011-08-021-1/+1
* Fix clang build breakzork@chromium.org2011-07-071-0/+9
* Add in the API translation class for the IME extension APIzork@chromium.org2011-07-071-0/+181