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_engine.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge 283755 "Checks whether background is defined in IME extens..."
shuchen@chromium.org
2014-07-18
1
-2
/
+0
*
[IME] Adds these histograms in IMF. 1) Count of IME is activated/deactivated ...
shuchen@chromium.org
2014-05-09
1
-0
/
+7
*
[IME] support password field in IME API. Moving the password related checks f...
shuchen@chromium.org
2014-04-08
1
-2
/
+4
*
[IME] Makes sure the different ime observer instances can be created under di...
shuchen@chromium.org
2014-03-20
1
-11
/
+10
*
Revert of [IME] Makes sure the different ime observer instances can be create...
pneubeck@chromium.org
2014-03-20
1
-10
/
+11
*
[IME] Makes sure the different ime observer instances can be created under di...
shuchen@chromium.org
2014-03-20
1
-11
/
+10
*
[IME] Resends onActive() and onFocus() events to IME extension after it adds ...
shuchen@chromium.org
2014-03-17
1
-1
/
+1
*
try 3 of: Split out InputMethodMenuManager from InputMethodManager.
uekawa@chromium.org
2014-02-19
1
-3
/
+8
*
Revert 251327 "Reland of: Split out InputMethodMenuManager from ..."
thestig@chromium.org
2014-02-14
1
-8
/
+3
*
Propagate engine ID to distinguish the event sender and avoid infinity event ...
komatsu@chromium.org
2014-02-14
1
-0
/
+7
*
Reland of: Split out InputMethodMenuManager from InputMethodManager.
uekawa@chromium.org
2014-02-14
1
-3
/
+8
*
Revert 251164 "Split out InputMethodMenuManager from InputMethod..."
sky@chromium.org
2014-02-14
1
-8
/
+3
*
Split out InputMethodMenuManager from InputMethodManager.
uekawa@chromium.org
2014-02-13
1
-3
/
+8
*
Rename IBusText to CompositionText, because it's not about IBus anymore, but ...
uekawa@chromium.org
2014-02-05
1
-3
/
+3
*
Rename IBusBridge to IMEBridge, and IBusEngineHandlerInterface to IMEEngineHa...
uekawa@chromium.org
2014-01-27
1
-2
/
+2
*
Moves CandidateWindow model to ui/base/ime (2nd)
mukai@chromium.org
2014-01-09
1
-2
/
+2
*
Revert 243777 "Moves CandidateWindow model to ui/base/ime."
scottmg@chromium.org
2014-01-09
1
-2
/
+2
*
Moves CandidateWindow model to ui/base/ime.
mukai@chromium.org
2014-01-09
1
-2
/
+2
*
Refactoring around descriptor. The descriptor representing InputMethodEngine...
komatsu@chromium.org
2014-01-09
1
-2
/
+8
*
Delete redundant functions for auxiliary text.
komatsu@chromium.org
2013-12-27
1
-6
/
+0
*
Implement input.ime.sendKeyEvents and its browsertest.
komatsu@chromium.org
2013-12-19
1
-0
/
+2
*
Make InputMethodEngine a subclass of IBusEngineHandler.
komatsu@chromium.org
2013-12-19
1
-3
/
+1
*
[IME API] Adds input.ime.hideInputView API.
shuchen@chromium.org
2013-12-18
1
-0
/
+1
*
Rename InputMethodEngineIBus to InputMethodEngine
yoichio@chromium.org
2013-12-05
1
-0
/
+150
*
Rename InputMethodEngine to InputMethodEngineInterface
yoichio@chromium.org
2013-12-04
1
-245
/
+0
*
Delete InputMethodEngine::CreateEngine and call the InputMethodEngineIBus con...
yoichio@chromium.org
2013-12-03
1
-13
/
+0
*
[IME API] Implement parsing 'input_view' url from manifest and pass it into i...
shuchen@chromium.org
2013-11-12
1
-0
/
+1
*
Create InputMethodEngine::(Set|Get)CandidateWindowProperty and delete
komatsu@chromium.org
2013-09-30
1
-12
/
+20
*
Allow list of string for language field in input_ime manifest.
nona@chromium.org
2013-07-10
1
-1
/
+1
*
Add private API to notify end of initialization.
nona@chromium.org
2013-05-29
1
-0
/
+5
*
Add onReset event for input.ime
nona@chromium.org
2013-05-20
1
-0
/
+3
*
Propagate option page URL to input method descriptor.
nona@chromium.org
2013-05-16
1
-0
/
+3
*
Add CapsLock support into InputMethodIBus.
nona@chromium.org
2013-05-16
1
-0
/
+1
*
Support composition aligned candidate window.
nona@chromium.org
2013-04-26
1
-0
/
+8
*
Extract Extension IME related utility.
nona@chromium.org
2013-03-26
1
-2
/
+0
*
Adding onSurroundingTextChanged event into input ime.
nona@chromium.org
2013-02-28
1
-0
/
+6
*
Introduce DeleteSurroundingText function.
nona@chromium.org
2013-02-27
1
-0
/
+12
*
Introduce GetIBusKeyCodeString
nona@chromium.org
2013-02-06
1
-0
/
+1
*
Add usage display support for Extension IME.
nona@chromium.org
2012-12-01
1
-0
/
+6
*
Remove the rest of #pragma once in one big CL.
ajwong@chromium.org
2012-07-11
1
-1
/
+0
*
Remove API elements that are no longer in the IME API design document
zork@chromium.org
2012-01-18
1
-6
/
+1
*
Add cursor field to SetComposition.
zork@chromium.org
2011-11-29
1
-0
/
+1
*
Pass a correct button name to OnCandidateClicked()
yusukes@chromium.org
2011-11-08
1
-21
/
+21
*
Implement SetMenuItems and UpdateMenuItems in the IME API
zork@chromium.org
2011-10-12
1
-2
/
+14
*
Make OnKeyEvent asynchronous to match the design.
zork@chromium.org
2011-09-08
1
-1
/
+10
*
Clean up IME extension backend classes.
zork@chromium.org
2011-08-02
1
-1
/
+1
*
Fix clang build break
zork@chromium.org
2011-07-07
1
-0
/
+9
*
Add in the API translation class for the IME extension API
zork@chromium.org
2011-07-07
1
-0
/
+181