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
/
ui
/
base
/
ime
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a minimum implementation of TsfTextStore::GetScreenExt.
Yukawa@chromium.org
2012-10-22
1
-1
/
+24
*
Fix crashes in ProcessKeyEventDone.
nona@chromium.org
2012-10-22
1
-1
/
+3
*
Re-enable CJK omnibox suggest on Metro UI
nona@chromium.org
2012-10-22
2
-45
/
+32
*
Changes on the Input method for metro ash
cpu@chromium.org
2012-10-19
5
-0
/
+17
*
CleanUp: Remove PendingKeyEvent.
nona@chromium.org
2012-10-19
2
-113
/
+37
*
Introduce unit tests for ui::InputMethodIBus
nona@chromium.org
2012-10-18
3
-29
/
+704
*
ui: Build fix for gcc 4.6.3, default version of ubuntu 12.04.
tfarina@chromium.org
2012-10-18
1
-1
/
+1
*
Move TSF related stuff to ui/base/ime
nona@chromium.org
2012-10-18
14
-0
/
+3540
*
Fix typo /Initilaize/Initialize/
nona@chromium.org
2012-10-17
2
-2
/
+2
*
Fix crash on event copying.
nona@chromium.org
2012-10-16
1
-5
/
+7
*
Add ExtendSelectionAndDelete() method to ui::TextInputClient.
horo@chromium.org
2012-09-15
2
-0
/
+6
*
Add nona@ to ui/*/ime/OWNERS.
yusukes@chromium.org
2012-09-15
1
-0
/
+1
*
events: Move some files into ui/base/events/
sadrul@chromium.org
2012-09-04
6
-6
/
+6
*
Don't try to compile character_composer.cc on Windows when use_aura=1; this i...
jam@chromium.org
2012-09-04
1
-0
/
+2
*
Remove PendingCreateICRequest.
nona@chromium.org
2012-08-08
3
-98
/
+193
*
Support reverse conversion for ChromeOS
nona@chromium.org
2012-08-03
2
-2
/
+33
*
Cleanup: Fix some style nits.
thestig@chromium.org
2012-08-01
1
-3
/
+3
*
Use EXPECT_FALSE instead to avoid compiler error
hongbo.min@intel.com
2012-08-01
1
-1
/
+1
*
Add new text input types for android (step 1 of 3).
japhet@chromium.org
2012-07-21
1
-0
/
+6
*
Remove the rest of #pragma once in one big CL.
ajwong@chromium.org
2012-07-11
12
-12
/
+0
*
Add error handler for InputMethodIBus and default error handler in IBusInputC...
nona@chromium.org
2012-07-09
2
-2
/
+13
*
Make explicit the dependency of ui/base/ime/ on chromeos.
fischman@chromium.org
2012-07-02
1
-0
/
+4
*
Avoid memory leackage.
nona@chromium.org
2012-07-02
1
-0
/
+1
*
Remove IBusClientImpl from ui/base/ime/*
nona@chromium.org
2012-06-28
11
-542
/
+182
*
Revert 144677 - Remove IBusClientImpl from ui/base/ime/*
nona@chromium.org
2012-06-28
11
-180
/
+542
*
Remove IBusClientImpl from ui/base/ime/*
nona@chromium.org
2012-06-28
11
-542
/
+180
*
chromeos: Send correct DOM event when composing a character outside BMP with ...
hashimoto@chromium.org
2012-06-27
2
-30
/
+42
*
Change InputMethodIBus unittests to IBusClient free one.
nona@chromium.org
2012-06-26
3
-91
/
+190
*
Revert 144101 - Change InputMethodIBus unittests to IBusClient free one.
jam@chromium.org
2012-06-26
3
-181
/
+88
*
Change InputMethodIBus unittests to IBusClient free one.
nona@chromium.org
2012-06-26
3
-88
/
+181
*
Enable incremental linking on browser_tests and unit_tests.
jam@chromium.org
2012-06-22
3
-3
/
+3
*
Replace libibus api to chrome dbus module.
nona@chromium.org
2012-06-21
14
-661
/
+652
*
Fix candidate window position for ppapi plugin.
nona@chromium.org
2012-06-19
1
-1
/
+1
*
chromeos: Send 'keypress' for the content when composing a character with dea...
hashimoto@chromium.org
2012-06-18
1
-4
/
+18
*
Fix candidate window position issue.
nona@chromium.org
2012-06-14
7
-23
/
+27
*
chromeos: Add ui::CharacterComposer::preedit_string()
hashimoto@chromium.org
2012-06-11
3
-31
/
+137
*
Add text input types newly introduced in WebKit
yosin@chromium.org
2012-06-08
1
-1
/
+7
*
Introduce GetCompositionCharacterBounds.
nona@chromium.org
2012-06-04
2
-0
/
+10
*
Introduce TextInputTestSupport.
nona@chromium.org
2012-05-31
3
-0
/
+68
*
Remove virtual keyboard support:
yusukes@google.com
2012-05-22
1
-1
/
+0
*
Implement hexadecimal unicode sequence character composition
hashimoto@chromium.org
2012-03-21
4
-59
/
+359
*
Do not send a key press/release event to ibus-daemon when xkb IME is in use.
yusukes@chromium.org
2012-01-25
6
-1
/
+28
*
Do not send an IBus IPC message for updating a cursor location.
yusukes@chromium.org
2012-01-24
2
-5
/
+3
*
Change class -> struct to avoid compile error in clang.
mukai@chromium.org
2012-01-21
1
-1
/
+1
*
Implement off-the-spot mode for Aura-IBus IME.
kinaba@chromium.org
2012-01-14
13
-12
/
+63
*
Add ui/base/ime/ime.gypi.
yusukes@chromium.org
2012-01-12
2
-0
/
+93
*
Remove almost all remaining TOUCH_UIs.
bryeung@chromium.org
2012-01-11
1
-1
/
+1
*
Write unit tests for ui::InputMethodIBus.
yusukes@chromium.org
2012-01-06
10
-250
/
+1367
*
cleanup: Use IsTextInputTypeNone() in OnInputMethodChanged().
yusukes@chromium.org
2012-01-05
2
-4
/
+4
*
IME (input method editor) support for Aura, part 3 of 3: Use ui::InputMethod ...
yusukes@chromium.org
2011-12-26
4
-41
/
+76
[next]