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
*
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
*
Add French-bépo to logscreen white list
azurewei
2015-11-17
1
-0
/
+1
*
Make ChromeOS IME APIs platform-independent, step 2: Combine class chromeos::...
azurewei
2015-11-06
9
-15
/
+438
*
Merge duplicated CompositionText structures
azurewei
2015-11-06
14
-334
/
+212
*
Introduce InputMethodAuraAndroid for Aura on Android
bshe
2015-10-21
4
-3
/
+112
*
Reset key modifier flags when the keyboard layout changes.
kpschoedel
2015-10-19
1
-6
/
+1
*
Make ChromeOS IME APIs platform-independent, step 1 of X: Move ui/base/ime/ch...
azurewei
2015-10-19
15
-270
/
+353
*
Pass the original event into the TextInputClient for InsertChar
dtapuska
2015-10-15
12
-36
/
+47
*
Turns on the flag enable-merge-key-char-events by default.
shuchen
2015-10-09
1
-2
/
+2
*
Combine the WM_CHAR with WM_KEY* for key event flow.
shuchen
2015-10-08
2
-18
/
+44
*
Remove all Windows Window Scoped Trackers and Associated Instrumentation
robliao
2015-09-29
1
-33
/
+0
*
Adds NULL checks to prevent crash in InputMethodAuraLinux::DispatchKeyEvent.
shuchen
2015-09-15
1
-3
/
+5
*
Move Singleton and related structs to namespace base
olli.raula
2015-09-10
1
-1
/
+3
*
Revise ui::DomKey to unify character and non-character codes.
kpschoedel
2015-08-28
3
-17
/
+18
*
Add text offset to OnSurroundingTextChanged.
rsadam
2015-08-13
5
-7
/
+13
*
Fix character composition table.
kpschoedel
2015-08-08
3
-5693
/
+5404
*
Update SplitString calls to new form
brettw
2015-08-08
1
-2
/
+3
*
Revert of Update SplitString calls to new form (patchset #5 id:80001 of https...
pkasting
2015-08-07
1
-3
/
+2
*
Update SplitString calls to new form
brettw
2015-08-07
1
-2
/
+3
*
Replace StringToLowerASCII with base::ToLowerASCII
brettw
2015-08-06
1
-3
/
+2
*
Refactoring for the InputMethod & InputMethodDelegate interfaces.
shuchen
2015-08-04
23
-290
/
+339
*
DispatchKeyEventPostIME could cause InputMethod instance being destructed, so...
shuchen
2015-07-30
4
-11
/
+52
*
Loads TSF dll when OnImeSetContext instead of OnFocus.
shuchen
2015-07-30
4
-36
/
+42
*
OnPreeditChanged should update the internal composition after checking it.
shuchen
2015-07-27
2
-2
/
+14
*
Simplify InputMethodWin initialization.
shuchen
2015-07-19
20
-108
/
+3
*
Remove legacy StartsWithASCII function.
brettw
2015-07-16
2
-21
/
+24
*
InputMethod should stop TextInputClient::InsertChar/InsertText calls when the...
shuchen
2015-07-15
4
-8
/
+34
*
InputMethod should stop TextInputClient::InsertChar/InsertText calls when the...
shuchen
2015-07-14
3
-18
/
+53
*
Revert of Temp & partially revert of cl https://codereview.chromium.org/11093...
shuchen
2015-07-13
1
-6
/
+10
*
Make character composition platform-independent.
kpschoedel
2015-07-10
10
-830
/
+29619
*
Revert of Make character composition platform-independent. (patchset #5 id:50...
asargent
2015-07-09
9
-29618
/
+830
*
Make character composition platform-independent.
kpschoedel
2015-07-09
9
-830
/
+29618
*
Move WriteInto to base namespace.
Brett Wilson
2015-07-07
1
-1
/
+2
*
Replace remaining Tokenize calls to SplitString
brettw
2015-07-06
1
-2
/
+4
*
Notify OnCaretBoundsChanged to InputMethodObservers in Aura implementation of...
sramajay
2015-07-02
1
-0
/
+1
*
Removes the useless TextInputClient::GetAttachedWindow().
shuchen
2015-07-02
3
-8
/
+0
*
Remove the 2-level input method system & InputMethodBridge.
shuchen
2015-07-02
6
-53
/
+13
*
clang/win: Fix warnings to prepare for building without -Wno-reorder.
sammc
2015-07-02
1
-2
/
+2
*
Temp & partially revert of cl https://codereview.chromium.org/1109333002, whi...
shuchen
2015-07-01
1
-10
/
+6
*
text input: Removes yukishiino@ from primary reviewers of IME support.
yukishiino
2015-07-01
1
-1
/
+1
*
Uses caret bounds as composition bounds for pepper.
shuchen
2015-07-01
1
-7
/
+11
*
Use EventHandler for IME so that it honeres EventTargeter/EventHandlers.
oshima
2015-06-27
1
-0
/
+1
*
Removes TextInputFocusManager.
shuchen
2015-06-15
8
-172
/
+12
*
MockInputMethod should not mute all key events.
shuchen
2015-06-12
2
-2
/
+6
*
Move StartsWith[ASCII] to base namespace.
brettw
2015-06-12
2
-27
/
+25
*
|handling_key_event_| flag should be set correctly.
shuchen
2015-06-11
1
-1
/
+1
*
Refactoring the ownership of ui::InputMethod.
shuchen
2015-06-10
3
-4
/
+9
*
Move StringToUpperASCII to base namespace
brettw
2015-06-09
1
-3
/
+5
*
Notify InputMethodBase on TextInputState change to send InputMethodObserver::...
shuchen
2015-06-05
1
-0
/
+1
[next]