index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
chrome
/
browser
/
chromeos
/
input_method
/
input_method_manager.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace all LOGs in input_method/, except two user-facing errors, to DVLOG(1).
yusukes@chromium.org
2012-04-18
1
-3
/
+3
*
chrome/browser/chromeos/input_method/ refactoring [part 6 of 6].
yusukes@google.com
2012-04-18
1
-1261
/
+27
*
Add very minimum IBus-1.5 support to InputMethodManager.
yusukes@chromium.org
2012-04-13
1
-0
/
+9
*
* Remove all Preference code from InputMethodMenu. Always handle IME preferen...
yusukes@google.com
2012-04-04
1
-52
/
+0
*
Update IME preferences outside the IME status button when Uber Tray is in use.
yusukes@chromium.org
2012-03-27
1
-0
/
+10
*
Revert 128889 - Update IME preferences outside the IME status button when Ube...
nduca@google.com
2012-03-26
1
-6
/
+0
*
Disable extension IMEs when the screen is locked
zork@chromium.org
2012-03-26
1
-4
/
+13
*
Update IME preferences outside the IME status button when Uber Tray is in use.
yusukes@google.com
2012-03-26
1
-0
/
+6
*
Never shutdown ibus-daemon once it's started.
yusukes@chromium.org
2012-03-23
1
-2
/
+10
*
Remove non-Aura code from chrome/browser/chromeos/input_method/.
yusukes@google.com
2012-03-21
1
-8
/
+4
*
Remove unnecessary flags and code under CrOS.
saintlou@chromium.org
2012-03-21
1
-260
/
+2
*
cleanup: Remove the second argument of EnableInputMethods() and rename the fu...
yusukes@google.com
2012-03-19
1
-4
/
+5
*
cleanup: Split ibus_controller.h into 5 headers.
yusukes@chromium.org
2012-03-19
1
-2
/
+5
*
- Rename InputMethodManager::current_input_method() to InputMethodManager::Ge...
yusukes@google.com
2012-03-15
1
-17
/
+19
*
Rename InputMethodManager::SetImeConfig to SetInputMethodConfig to avoid abbr...
yusukes@chromium.org
2012-03-13
1
-23
/
+25
*
Fix ui::VKEY_HANGUL handler.
yusukes@chromium.org
2012-03-10
1
-3
/
+1
*
Make all functions in CandidateWindowController pure virtual so we can provid...
yusukes@chromium.org
2012-02-25
1
-1
/
+2
*
cleanup: Remove InputMethodManager::defer_ime_startup_.
yusukes@chromium.org
2012-02-22
1
-18
/
+7
*
Remove ibus-engine-xkb-layouts from Chrome OS [part 2 of 3].
yusukes@chromium.org
2012-02-22
1
-6
/
+17
*
Remove ibus-engine-xkb-layouts from Chrome OS [part 3 of 3].
yusukes@chromium.org
2012-02-22
1
-3
/
+6
*
Do not call ChangeInputMethod when IBus connection is established.
yusukes@chromium.org
2012-02-22
1
-3
/
+0
*
Move IME shortcut keys from X to Aura [part 3 of 3].
yusukes@chromium.org
2012-02-20
1
-46
/
+161
*
Remove ibus-engine-xkb-layouts from Chrome OS [Chrome part].
yusukes@chromium.org
2012-02-13
1
-4
/
+8
*
Make almost all public functions in XKeyboard pure virtual.
yusukes@google.com
2012-01-24
1
-4
/
+5
*
And now NewRunnableMethod(), you die.
ajwong@chromium.org
2012-01-04
1
-6
/
+1
*
(Chrome OS) Notify when the candidate window is opened/closed.
falken@chromium.org
2011-12-08
1
-5
/
+41
*
Start the IME Daemon when adding an extension IME
zork@chromium.org
2011-12-06
1
-16
/
+19
*
Change TOUCH_UI => USE_VIRTUAL_KEYBOARD.
bryeung@chromium.org
2011-11-29
1
-6
/
+6
*
Update |current_input_method_| before notifying observers to fix Aura browser...
yusukes@chromium.org
2011-11-22
1
-1
/
+5
*
Fixes bug where ActiveInputMethodsChanged was being invoked with the
sky@chromium.org
2011-11-20
1
-1
/
+1
*
Move BrowserThread to content namespace.
joi@chromium.org
2011-11-02
1
-0
/
+2
*
Split BrowserThread into public API and private implementation, step 1.
joi@chromium.org
2011-10-28
1
-1
/
+1
*
Make NotificationService an interface in the content namespace, and switch ca...
jam@chromium.org
2011-10-19
1
-2
/
+2
*
Display the correct name in the Language menu for Extension APIs
zork@chromium.org
2011-10-19
1
-1
/
+1
*
Move NotificationObserver, NotificationSource, and NotificationDetails to con...
jam@chromium.org
2011-10-19
1
-7
/
+7
*
Move content_notification_types.h from content\common to content\public\brows...
jam@chromium.org
2011-10-18
1
-0
/
+1
*
Remove unnecessary LOG(WARNING).
yusukes@chromium.org
2011-10-11
1
-4
/
+2
*
Revert r103893 since it was incomplete. Instead, modify MaybeChangeCurrentKey...
yusukes@chromium.org
2011-10-05
1
-0
/
+26
*
Split an Observer class in InputMethodManager into two.
yusukes@chromium.org
2011-10-04
1
-15
/
+51
*
Do not change keyboard layout to value.string_list_value[0] except when ibus-...
yusukes@chromium.org
2011-10-04
1
-22
/
+12
*
Do not write redundant LOGs on Linux desktop (and unit/ui/browser tests).
yusukes@chromium.org
2011-10-04
1
-1
/
+4
*
Temporarily disable IME hotkeys when a keyboard overlay is shown.
yusukes@chromium.org
2011-10-04
1
-32
/
+35
*
Fix comment to match line 144.
danakj@chromium.org
2011-09-23
1
-1
/
+1
*
Move EnableInputMethods function from input_method_util.h to input_method_man...
yusukes@google.com
2011-09-20
1
-0
/
+44
*
Fix refactoring mistake in http://codereview.chromium.org/7887032/ which caus...
yusukes@google.com
2011-09-20
1
-5
/
+6
*
Compile fix.
backer@chromium.org
2011-09-16
1
-2
/
+3
*
Fix memory leaks caused by chrome/browser/chromeos/input_method/*.cc (part 3)
yusukes@chromium.org
2011-09-16
1
-6
/
+15
*
Fix memory leaks caused by chrome/browser/chromeos/input_method/*.cc (part 2)
yusukes@chromium.org
2011-09-16
1
-5
/
+11
*
Fix memory leaks caused by chrome/browser/chromeos/input_method/*.cc (part 1)
yusukes@google.com
2011-09-16
1
-7
/
+6
*
Make SwitchToNextInputMethod() public.
yusukes@google.com
2011-09-13
1
-26
/
+26
[next]