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 more out of line copy ctors for complex classes.
vmpstr
2016-03-24
2
-0
/
+3
*
The expanded IME menu is only supported under the 'normal' screen type. When ...
azurewei
2016-03-23
1
-0
/
+1
*
When there is an IME extension listening on input.ime.onKeyEvent, the key eve...
azurewei
2016-03-17
2
-5
/
+33
*
Revert of Add tests for input.ime.* APIs. (patchset #3 id:40001 of https://co...
thakis
2016-03-16
2
-12
/
+2
*
Add tests for input.ime.* APIs.
azurewei
2016-03-16
2
-2
/
+12
*
Implement input.ime.sendKeyEvents API.
azurewei
2016-03-15
9
-12
/
+58
*
Add DomKey&DomCode to fabricated keydown event if exists
chongz
2016-03-14
2
-1
/
+27
*
Trigger input.ime.onReset event when the text input client cancels the compos...
azurewei
2016-03-11
2
-1
/
+9
*
Set the current input context handler when the toplevel window is activated i...
shuchen
2016-03-09
1
-7
/
+12
*
Convert Pass()→std::move() on Windows
dcheng
2016-03-02
1
-3
/
+1
*
Add inputMethodPrivate.notifyImeMenuItemActivated/onImeMenuItemsChanged API.
azurewei
2016-03-02
2
-0
/
+36
*
ui: Add out-of-line copy ctors for complex classes.
vmpstr
2016-02-25
2
-0
/
+3
*
Supports follow-cursor IME window.
shuchen
2016-02-25
2
-13
/
+16
*
Implement chrome.inputMethodPrivate.onImeMenuListChanged API.
azurewei
2016-02-24
1
-0
/
+3
*
Implement chrome.input.ime.setComposition and chrome.input.ime.commitText API...
azurewei
2016-02-18
4
-19
/
+60
*
Add chrome.inputMethodPrivate.onImeMenuActivationChanged API, which will be f...
azurewei
2016-02-04
1
-0
/
+17
*
Implement chrome.input.ime.onCompositionBoundsChanged() API.
azurewei
2016-02-02
5
-20
/
+41
*
Implement chrome.input.ime.onReset API.
azurewei
2016-02-01
2
-7
/
+13
*
When focusing into a system top level window, the chrome.input.ime API doesn'...
azurewei
2016-01-31
2
-29
/
+28
*
Implement chrome.input.ime.onKeyEvent on Linux.
azurewei
2016-01-30
2
-1
/
+39
*
Add an override I forgot in https://codereview.chromium.org/1651453002/
Nico Weber
2016-01-29
1
-1
/
+1
*
Give InputMethodWin an out-of-line destructor.
thakis
2016-01-29
2
-0
/
+3
*
Implement chrome.input.ime.onKeyEvent on Windows.
azurewei
2016-01-29
2
-4
/
+38
*
Removes the useless OnFocus/OnBlur for input method.
shuchen
2016-01-29
7
-64
/
+3
*
Create //ui/base/ime:text_input_base target.
kylechar
2016-01-27
2
-2
/
+23
*
Only compiles InputMethodWhitelist in tests.
shuchen
2016-01-25
2
-5
/
+0
*
Removes the |system_toplevel_window_focused| flag in ui::InputMethodBase.
shuchen
2016-01-22
6
-57
/
+11
*
Add chrome.input.ime.onFocus/onBlur API on Linux and Windows.
azurewei
2016-01-22
2
-1
/
+55
*
Revert of Makes sure the keyboard typing isn't blocked when InputMethod::OnFo...
rtenneti
2016-01-21
11
-150
/
+4
*
The IME extension uses chrome.input.ime.activate() to activate itself so that...
azurewei
2016-01-21
1
-0
/
+4
*
Makes sure the keyboard typing isn't blocked when InputMethod::OnFocus() is n...
shuchen
2016-01-20
11
-4
/
+150
*
Reland of move remote tree host and some related input and metro_driver code ...
samli
2016-01-20
7
-1367
/
+0
*
Revert of Remove remote tree host and some related input and metro_driver cod...
samli
2016-01-20
7
-0
/
+1367
*
Remove remote tree host and some related input and metro_driver code
scottmg
2016-01-19
7
-1367
/
+0
*
Move the local struct defines from ui::IMEEngineHandlerInterface/ui::IMEEngin...
azurewei
2016-01-18
7
-324
/
+0
*
Make InputMethodEngine to inherit from new added class InputMethodEngineBase.
azurewei
2016-01-14
1
-4
/
+4
*
Remove base/win/metro.{cc|h} and some associated code
scottmg
2016-01-12
2
-5
/
+2
*
Change some functions in ImeEngineObserver as not ChromeOS-only.
azurewei
2016-01-11
1
-12
/
+14
*
Clean up event flags a bit:
pkasting
2016-01-08
3
-10
/
+8
*
Rename KEY_ constants to avoid conflict with <linux/input.h>
kpschoedel
2016-01-07
1
-47
/
+47
*
Convert Pass()→std::move() in //ui (CrOS edition)
dcheng
2015-12-31
2
-2
/
+3
*
Switch to standard integer types in ui/base/.
avi
2015-12-23
75
-152
/
+252
*
Supports remapping to Backspace key from Search/Caps keys.
shuchen
2015-12-15
1
-2
/
+3
*
clang/win: Let remaining chromium_code targets build with -Wextra.
thakis
2015-12-10
1
-17
/
+17
*
clang/win: Let some chromium_code targets build with -Wextra.
thakis
2015-12-10
1
-1
/
+1
*
ui: use base's ContainsValue helper function instead of std::find
tfarina
2015-12-03
1
-4
/
+2
*
Add Workman keyboard layout
kroot
2015-11-21
1
-1
/
+3
*
Run gn --format over all .gn files
agrieve
2015-11-20
1
-2
/
+2
*
Revert of Add French-bépo to logscreen white list (patchset #1 id:1 of https...
alemate
2015-11-18
1
-1
/
+0
*
Makes the default French keyboard as fr(oss) XKB layout.
shuchen
2015-11-17
1
-0
/
+1
[next]