summaryrefslogtreecommitdiffstats
path: root/chrome/browser/chromeos/input_method
Commit message (Expand)AuthorAgeFilesLines
* Add unittest for updating mozc candidates.nona@chromium.org2011-12-152-5/+87
* views: Convert IsVisible() to just visible() since it's just a simple accessor.tfarina@chromium.org2011-12-141-1/+1
* chromeos: Don't fire candidate window open/close events for suggestion window.falken@chromium.org2011-12-123-14/+31
* Reverting 8833008 which breaks CandidateWindowViewTest.MozcUpdateCandidateTestsaintlou@chromium.org2011-12-082-86/+5
* Add unittest for updating mozc candidates.nona@chromium.org2011-12-082-5/+86
* (Chrome OS) Notify when the candidate window is opened/closed.falken@chromium.org2011-12-085-5/+128
* Start the IME Daemon when adding an extension IMEzork@chromium.org2011-12-062-45/+70
* Support mozc suggest window on ChromeOS.nona@chromium.org2011-12-067-121/+272
* Revert 112965 - Support mozc suggest window on ChromeOS.yusukes@google.com2011-12-057-272/+121
* Support mozc suggest window on ChromeOS.nona@chromium.org2011-12-057-121/+272
* Revert 112452 - Support mozc suggest window on ChromeOS.mazda@chromium.org2011-12-017-272/+121
* Support mozc suggest window on ChromeOS.nona@chromium.org2011-12-017-121/+272
* views: Move view.h to ui/views/.tfarina@chromium.org2011-11-301-1/+1
* Change TOUCH_UI => USE_VIRTUAL_KEYBOARD.bryeung@chromium.org2011-11-291-6/+6
* views: Move label and link files to ui/views/controls/.tfarina@chromium.org2011-11-291-1/+1
* Change TOUCH_UI => USE_VIRTUAL_KEYBOARD.bryeung@chromium.org2011-11-295-66/+67
* Add cursor field to SetComposition.zork@chromium.org2011-11-292-3/+5
* Have content/ create and destroy its own threads. (Re-land)joi@chromium.org2011-11-281-3/+5
* Revert 111695 - Have content/ create and destroy its own threads.joi@chromium.org2011-11-281-5/+3
* Have content/ create and destroy its own threads.joi@chromium.org2011-11-281-3/+5
* views: Move textfield directory to ui/views/controls/.tfarina@chromium.org2011-11-271-1/+1
* Fix python scripts in src/chrome/maruel@chromium.org2011-11-272-5/+6
* views: Move widget/ directory to ui/views.tfarina@chromium.org2011-11-221-1/+1
* Update |current_input_method_| before notifying observers to fix Aura browser...yusukes@chromium.org2011-11-221-1/+5
* Revert 110949 - views: Move widget/ directory to ui/views.wez@chromium.org2011-11-211-1/+1
* views: Move widget/ directory to ui/views.tfarina@chromium.org2011-11-211-1/+1
* Fixes bug where ActiveInputMethodsChanged was being invoked with thesky@chromium.org2011-11-201-1/+1
* views: Delete bubble, events, focus, layout directories and its stubbed files.tfarina@chromium.org2011-11-181-3/+3
* chromeos: Fix a clang build error in CandidateWindowView.satorux@chromium.org2011-11-172-1/+4
* Implement unittest for CandidateWindowView.nona@chromium.org2011-11-173-167/+312
* clean up: Add DISALLOW_COPY_AND_ASSIGNs to candidate_window.cc.yusukes@chromium.org2011-11-171-1/+18
* Show the candidate window always on top.mazda@chromium.org2011-11-161-4/+5
* views: Remove the old views/window/ directory and its stubbed files.tfarina@chromium.org2011-11-141-1/+1
* Fix memory leak in xkeyboard.cc.yusukes@chromium.org2011-11-141-1/+3
* Fix typo in xkeyboard_unittests.cc.yusukes@chromium.org2011-11-141-4/+22
* Add unit tests for SetAutoRepeatEnabled and SetAutoRepeatRate.yusukes@chromium.org2011-11-143-1/+68
* Fix CHECK failure in xkeyboard.cc.yusukes@chromium.org2011-11-091-7/+9
* Pass a correct button name to OnCandidateClicked()yusukes@chromium.org2011-11-082-23/+27
* Fix TabRestoreServiceTest.DontRestorePrintPreviewTab browser_test failure cau...yusukes@google.com2011-11-071-4/+8
* Reapply Caps Lock and Num Lock to core keyboard whenever new X input device i...yusukes@chromium.org2011-11-074-61/+291
* Move BrowserThread to content namespace.joi@chromium.org2011-11-023-0/+6
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-283-4/+4
* Share an instance of the ibus factory between all ibus engines.zork@chromium.org2011-10-281-4/+15
* Ignore NumLock modifier so that IME could be switched even if NumLock is enab...yusukes@chromium.org2011-10-212-21/+23
* Make NotificationService an interface in the content namespace, and switch ca...jam@chromium.org2011-10-191-2/+2
* cleanup: Run xkeyboard_unittest.cc on UI thread, and add CHECKs back to xkeyb...yusukes@google.com2011-10-192-8/+13
* Display the correct name in the Language menu for Extension APIszork@chromium.org2011-10-195-7/+26
* Move NotificationObserver, NotificationSource, and NotificationDetails to con...jam@chromium.org2011-10-191-7/+7
* Move content_notification_types.h from content\common to content\public\brows...jam@chromium.org2011-10-181-0/+1
* Make views::Label and views::Link auto-color themselves to be readable over t...pkasting@chromium.org2011-10-121-56/+80