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
*
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
*
Fix a memory leak caused by IBusController
satorux@chromium.org
2011-09-12
1
-4
/
+4
*
Handle XK_Zenkaku_Hankaku, Henkan, Muhenkan, Hangul etc. in Chrome.
yusukes@chromium.org
2011-09-12
1
-7
/
+174
*
Do not launch ibus-daemon when only keyboard layouts are in use.
yusukes@google.com
2011-09-12
1
-10
/
+15
*
Switch IME when an IME hotkey is pressed.
yusukes@chromium.org
2011-09-12
1
-10
/
+67
*
Detect input method hotkey events
yusukes@google.com
2011-09-12
1
-1
/
+57
*
cleanup: Remove unnecessary qualifier (input_method::) from input_method_mana...
yusukes@chromium.org
2011-09-07
1
-81
/
+63
*
Prevent initialization of the Input Method Manager after the APP_TERMINATING ...
zork@chromium.org
2011-08-26
1
-0
/
+10
*
Add configuration UI for virtual keyboards (C++ part).
yusukes@google.com
2011-08-23
1
-3
/
+9
*
base: Fix the TODO in string_util.h
tfarina@chromium.org
2011-08-17
1
-2
/
+4
*
Add member variables to VirtualKeyboardSelector and VirtualKeyboard classes.
yusukes@chromium.org
2011-08-13
1
-0
/
+12
*
Add pref entry for virtual keyboard.
yusukes@google.com
2011-08-05
1
-0
/
+10
*
Clean up IME extension backend classes.
zork@chromium.org
2011-08-02
1
-0
/
+13
*
Change base::LaunchProcess API slightly
evan@chromium.org
2011-07-15
1
-3
/
+1
*
Clean up users of a deprecated base::LaunchApp API.
evan@chromium.org
2011-07-13
1
-6
/
+4
*
Moving notification types which are chrome specific to a new header file chro...
ananta@chromium.org
2011-07-10
1
-3
/
+3
*
Add in the API translation class for the IME extension API
zork@chromium.org
2011-07-07
1
-1
/
+43
*
Cleanup InputMethodDescriptor.
yusukes@chromium.org
2011-07-05
1
-12
/
+12
*
Move InputMethodLibrary from cros to input_method
satorux@chromium.org
2011-06-29
1
-0
/
+917