summaryrefslogtreecommitdiffstats
path: root/ui/base/ime/mock_input_method.cc
Commit message (Expand)AuthorAgeFilesLines
* Revert of Makes sure the keyboard typing isn't blocked when InputMethod::OnFo...rtenneti2016-01-211-5/+0
* Makes sure the keyboard typing isn't blocked when InputMethod::OnFocus() is n...shuchen2016-01-201-0/+5
* Refactoring for the InputMethod & InputMethodDelegate interfaces.shuchen2015-08-041-2/+2
* Simplify InputMethodWin initialization.shuchen2015-07-191-4/+0
* Removes TextInputFocusManager.shuchen2015-06-151-8/+0
* MockInputMethod should not mute all key events.shuchen2015-06-121-2/+5
* Refactoring the ownership of ui::InputMethod.shuchen2015-06-101-0/+2
* Implements OnFocus/OnBlur for InputMethodWin.shuchen2015-05-041-3/+0
* Exposes the text input flags to ChromeOS IME extensions.shuchen2014-10-231-0/+4
* Fixes unittests with --enable-text-input-focus-manager flag enabled.yukishiino@chromium.org2014-06-161-0/+9
* Limit display of the virtual keyboard to state changes triggered from a user ...kevers@chromium.org2014-01-201-0/+4
* Remove ui::InputMethod::GetInputTextDirectionyukawa@chromium.org2013-12-191-4/+0
* Get rid of unused callbacks from ui::InputMethodObserveryukawa@chromium.org2013-11-231-6/+0
* Change the argument of DispatchKeyEvent and make DispatchFabricatedKeyEvent p...komatsu@chromium.org2013-11-081-5/+1
* Partial revert of r223054: Abandon sticky focus mechanismyukawa@chromium.org2013-10-301-14/+1
* Fix unsafe typecast in interactive_ui_tests when the virtual keyboard is enab...kevers@chromium.org2013-10-031-9/+19
* Add sticky focus mechanism into ui::InputMethodYukawa@chromium.org2013-09-131-2/+16
* Makes sure that an input method doesn't reference to a destroyed object.yukishiino@chromium.org2013-09-041-0/+5
* Add InputMethod::GetTextInputModeyoichio@chromium.org2013-08-291-2/+6
* Fix file permissions for https://chromiumcodereview.appspot.com/17112021rmsousa@chromium.org2013-06-211-0/+0
* New method: InputMethod::IsCandidatePopupOpen()yukishiino@chromium.org2013-06-211-0/+4
* Add OnUntranslatedIMEMessage/OnInputLocaleChanged.Yukawa@chromium.org2013-06-131-0/+12
* Scroll focused editable nodes into view.bryeung@chromium.org2013-05-021-0/+1
* keyboard: Fix a crash when the keyboard is created with a valid text-input type.sadrul@chromium.org2013-04-121-0/+4
* Control visibility of the virtual keyboard.bryeung@chromium.org2013-04-121-4/+4
* Revert 193662 "Control visibility of the virtual keyboard."dmazzoni@google.com2013-04-111-4/+4
* Control visibility of the virtual keyboard.bryeung@chromium.org2013-04-111-4/+4
* Ensure that the Alt key is handled correctly in Windows desktop AURA.ananta@chromium.org2013-03-131-2/+4
* Refactor TextInputTestnona@chromium.org2013-02-191-0/+3
* Introduce TextInputBrowsertest. nona@chromium.org2013-02-061-76/+32
* Revert 180360nona@chromium.org2013-02-041-50/+71
* Introduce TextInputBrowsertest.nona@chromium.org2013-02-041-71/+50
* Ensure that keyboard input works in Windows 8 Metro Ashananta@chromium.org2012-12-081-15/+0
* ui: Split some bits out of event_constants into event_utils.sadrul@chromium.org2012-11-051-0/+1
* Ensure that keyboard input works in Chrome AURA on Windows 8 in metro. cpu: p...ananta@chromium.org2012-11-011-0/+7
* Changes on the Input method for metro ashcpu@chromium.org2012-10-191-0/+9
* events: Move some files into ui/base/events/sadrul@chromium.org2012-09-041-1/+1
* Replace libibus api to chrome dbus module.nona@chromium.org2012-06-211-1/+1
* Implement off-the-spot mode for Aura-IBus IME.kinaba@chromium.org2012-01-141-1/+5
* IME (input method editor) support for Aura, part 3 of 3: Use ui::InputMethod ...yusukes@chromium.org2011-12-261-31/+24
* Add DCHECK to MockInputMethod::DispatchKeyEvent.yusukes@chromium.org2011-12-201-0/+1
* Do not use ui::GetCharacterFromXEvent when Control is pressed.yusukes@chromium.org2011-12-171-3/+4
* Rename ui::DefaultSymbolFromXEvent to ui::GetCharacterFromXEvent following su...yusukes@chromium.org2011-12-081-1/+1
* IME (input method editor) support for Aura, part 1 of 3: Add ui/base/ime/ cla...yusukes@chromium.org2011-12-061-0/+123