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
/
chromeos
/
ime
Commit message (
Expand
)
Author
Age
Files
Lines
*
try 3 of: Split out InputMethodMenuManager from InputMethodManager.
uekawa@chromium.org
2014-02-19
4
-140
/
+1
*
Support comma separated hardware keyboard layout value.
nona@chromium.org
2014-02-17
4
-12
/
+25
*
Revert 251327 "Reland of: Split out InputMethodMenuManager from ..."
thestig@chromium.org
2014-02-14
4
-1
/
+140
*
Reland of: Split out InputMethodMenuManager from InputMethodManager.
uekawa@chromium.org
2014-02-14
4
-140
/
+1
*
Use base::string16 for CompositionText.Text instead of converting to utf-8 an...
uekawa@chromium.org
2014-02-14
2
-4
/
+7
*
Revert 251164 "Split out InputMethodMenuManager from InputMethod..."
sky@chromium.org
2014-02-14
4
-1
/
+140
*
Split out InputMethodMenuManager from InputMethodManager.
uekawa@chromium.org
2014-02-13
4
-140
/
+1
*
FakeXKeyboard is used in dev and test environment by default.
dzhioev@chromium.org
2014-02-12
5
-59
/
+73
*
Make input_methods.txt to be able to specify indicator string.
uekawa@chromium.org
2014-02-12
6
-73
/
+89
*
Add a delay and loop instead of using the glib function to be notified
uekawa@chromium.org
2014-02-10
1
-19
/
+54
*
Rename IBusText to CompositionText, because it's not about IBus anymore, but ...
uekawa@chromium.org
2014-02-05
3
-33
/
+33
*
Remove already done TODO item.
uekawa@chromium.org
2014-02-05
1
-1
/
+0
*
Update UMA configurations to include the new input methods.
uekawa@chromium.org
2014-02-03
1
-1
/
+1
*
Guest Mode: input method should default to the underlying latin keyboard layout.
alemate@chromium.org
2014-01-30
1
-10
/
+10
*
[IME] Supports options page for each IME instead of single options page for e...
shuchen@chromium.org
2014-01-18
1
-0
/
+5
*
Moves CandidateWindow model to ui/base/ime (2nd)
mukai@chromium.org
2014-01-09
3
-345
/
+0
*
Revert 243777 "Moves CandidateWindow model to ui/base/ime."
scottmg@chromium.org
2014-01-09
3
-0
/
+345
*
Moves CandidateWindow model to ui/base/ime.
mukai@chromium.org
2014-01-09
3
-345
/
+0
*
Refactoring around descriptor. The descriptor representing InputMethodEngine...
komatsu@chromium.org
2014-01-09
1
-7
/
+1
*
Sets the initial value of is_auxiliary_text_visible.
mukai@chromium.org
2013-12-28
1
-1
/
+2
*
Delete redundant functions for auxiliary text.
komatsu@chromium.org
2013-12-27
2
-0
/
+23
*
Add base:: namespace to string16s in chromeos/.
dbeam@chromium.org
2013-12-19
3
-10
/
+11
*
Unmark Ukrainian keyboard from 'login-allowed'.
komatsu@chromium.org
2013-12-10
1
-1
/
+1
*
Check if X is initialied instead of checking the return value of X utils.
komatsu@chromium.org
2013-12-09
1
-5
/
+12
*
Rename InputMethodEngine to InputMethodEngineInterface
yoichio@chromium.org
2013-12-04
2
-3
/
+3
*
Refactoring of IBusText.
komatsu@chromium.org
2013-12-02
3
-56
/
+18
*
[IME API] Implement input view which reuses virtual keyboard window.
shuchen@chromium.org
2013-11-29
1
-0
/
+1
*
Remove an unused IBus related type InputMethodConfig.
yoichio@chromium.org
2013-11-28
3
-94
/
+0
*
Use ExtensionTabUtil::OpenOptionsPage to open IME option page.
horo@chromium.org
2013-11-27
6
-60
/
+122
*
Create InputMethodConfiguration class with memory leakage bugs.
komatsu@chromium.org
2013-11-27
1
-1
/
+1
*
Revert of https://codereview.chromium.org/80633002/
benwells@chromium.org
2013-11-26
1
-1
/
+1
*
Delete ime_constants.h.
yoichio@chromium.org
2013-11-25
1
-24
/
+0
*
Create an internal class for InputMethodConfiguration.
komatsu@chromium.org
2013-11-25
1
-1
/
+1
*
Remove a redundant type chromeos::ibus::Rect.
yoichio@chromium.org
2013-11-25
1
-14
/
+0
*
remove a redundant type ibus::TextInputType.
yoichio@chromium.org
2013-11-22
1
-23
/
+0
*
move chromeos/ime/ibus_bridge.* and its mocks to ui/base/ime/chromeos
yoichio@chromium.org
2013-11-22
8
-819
/
+0
*
Delete unused IBusPanelPropertyHandler.
komatsu@chromium.org
2013-11-21
4
-103
/
+1
*
Simplify the code by removing IBusController.
komatsu@chromium.org
2013-11-21
3
-1
/
+10
*
Remove an unused ibus type IBusPropertyState.
yoichio@chromium.org
2013-11-21
1
-7
/
+0
*
Rename objects refering gfx::Rect from 'location' to 'bounds'
komatsu@chromium.org
2013-11-21
3
-13
/
+13
*
Delete IBusDaemonController.
komatsu@chromium.org
2013-11-19
4
-255
/
+0
*
Delete ibus_object and move ibus_text to chromeos/ime.
komatsu@chromium.org
2013-11-18
5
-2
/
+182
*
Delete IBusEngineFactoryService.
komatsu@chromium.org
2013-11-14
2
-11
/
+7
*
Delete IBusClient.
komatsu@chromium.org
2013-11-13
1
-8
/
+0
*
[IME API] Implement parsing 'input_view' url from manifest and pass it into i...
shuchen@chromium.org
2013-11-12
6
-8
/
+19
*
Fixes for -Wunused-function on Linux, Android and ChromeOS
hans@chromium.org
2013-11-12
1
-35
/
+0
*
Check the focus status when display the input method mode indicator.
komatsu@chromium.org
2013-11-08
1
-0
/
+4
*
Adding active maintainer to the owners.
nona@chromium.org
2013-11-08
1
-0
/
+1
*
ChromeOS: Remove unused IBus classes from chromeos/.
pneubeck@chromium.org
2013-11-06
1
-211
/
+1
*
Set focused TextInputType to InputMethodEndingeIBus.
yoichio@chromium.org
2013-10-30
4
-3
/
+33
[next]