summaryrefslogtreecommitdiffstats
path: root/chrome/browser/chromeos/input_method/input_method_engine_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* The IME extension uses chrome.input.ime.activate() to activate itself so that...azurewei2016-01-211-1/+1
* Move the local struct defines from ui::IMEEngineHandlerInterface/ui::IMEEngin...azurewei2016-01-181-8/+11
* Convert Pass()→std::move() in //chrome/browser/chromeosdcheng2015-12-311-4/+7
* Switch to standard integer types in chrome/browser/chromeos/.avi2015-12-241-0/+1
* Make ChromeOS IME APIs platform-independent, step 2: Combine class chromeos::...azurewei2015-11-061-16/+16
* Make ChromeOS IME APIs platform-independent, step 1 of X: Move ui/base/ime/ch...azurewei2015-10-191-5/+6
* InputMethodEngine's cached composition text should be cleared when reset & Co...shuchen2015-08-261-5/+7
* Add text offset to OnSurroundingTextChanged.rsadam2015-08-131-1/+2
* Supports multiple profile in Chrome OS IMF.shuchen2015-05-141-1/+3
* Improves perf by avoid small memory allocation for key event handling if IME ...shuchen2015-04-211-0/+1
* Make IMF issue correct TextInputType/TextInputMode/TextInputFlags in OnFocus ...shuchen2015-04-151-1/+1
* Make the API chrome.inputMethodPrivate.onCompositionBoundsChanged support bou...shuchen2015-01-201-2/+5
* Update {virtual,override,final} to follow C++11 style in chrome/browser/chrom...dcheng2015-01-161-24/+19
* Revert "Revert of Moves code from chromeos/ime to ui/base/ime/chromeos. (patc...shuchen2014-11-271-2/+2
* Revert of Moves code from chromeos/ime to ui/base/ime/chromeos. (patchset #18...jochen2014-11-271-2/+2
* Moves code from chromeos/ime to ui/base/ime/chromeos.shuchen2014-11-271-2/+2
* Support a private event - inputMethodPrivate.onCompositionBoundsChanged so th...shuchen2014-10-251-1/+14
* Exposes the text input flags to ChromeOS IME extensions.shuchen2014-10-231-1/+2
* replace OVERRIDE and FINAL with override and final in chrome/browser/chromeos/mostynb2014-10-031-10/+10
* Updates the histograms for IMF and IMEs according to the new design.shuchen2014-09-181-55/+13
* Refactoring for InputMethodEngine and InputMethodEventRouter.shuchen@chromium.org2014-08-061-19/+12
* GetActiveUserProfile() should not be called before profile is initialized.alemate@chromium.org2014-08-041-1/+2
* Removes the restriction of onFocus event on password field to 3rd party IMEs.shuchen@chromium.org2014-06-201-4/+4
* [IME] Adds these histograms in IMF. 1) Count of IME is activated/deactivated ...shuchen@chromium.org2014-05-091-0/+74
* Makes InputMethodEngine can have an accurate default input text type when it'...shuchen@chromium.org2014-04-201-0/+2
* [IME] support password field in IME API. Moving the password related checks f...shuchen@chromium.org2014-04-081-0/+225