|
Refactoring for InputMethodEngine and InputMethodEventRouter.
1) Makes InputMethodEngine extension based instead of input component based.
2) Makes InputMethodEngine independent to user profile.
3) Makes InputMethodEventRouter independent to user profile, except
forwarding events to extension.
BUG= 342336
TEST=Verified on sandbox.
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=287781
Total comments: 16
Total comments: 19
Total comments: 32
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+366 lines, -477 lines) |
Patch |
 |
M |
chrome/browser/chromeos/input_method/input_method_engine.h
|
View
|
1
2
3
4
5
|
5 chunks |
+9 lines, -33 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/input_method/input_method_engine.cc
|
View
|
1
2
3
4
5
6
7
|
19 chunks |
+36 lines, -83 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/input_method/input_method_engine_browsertests.cc
|
View
|
1
2
3
4
|
3 chunks |
+8 lines, -6 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/input_method/input_method_engine_interface.h
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+3 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/input_method/input_method_engine_unittest.cc
|
View
|
1
2
3
4
5
6
7
|
7 chunks |
+12 lines, -19 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/input_method/input_method_manager_impl.h
|
View
|
1
2
3
4
5
6
7
|
3 chunks |
+6 lines, -16 lines |
2 comments
|
Download
|
 |
M |
chrome/browser/chromeos/input_method/input_method_manager_impl.cc
|
View
|
1
2
3
4
5
6
7
|
4 chunks |
+68 lines, -60 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/input_method/input_method_manager_impl_unittest.cc
|
View
|
1
2
3
4
5
|
10 chunks |
+30 lines, -24 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/input_method/mock_input_method_engine.h
|
View
|
1
2
3
4
5
|
3 chunks |
+4 lines, -8 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/input_method/mock_input_method_engine.cc
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+6 lines, -10 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/input_method/mock_input_method_manager.h
|
View
|
1
2
3
4
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/input_method/mock_input_method_manager.cc
|
View
|
1
2
3
4
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/api/input_ime/input_ime_api.h
|
View
|
1
2
3
4
5
6
7
|
3 chunks |
+8 lines, -14 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/api/input_ime/input_ime_api.cc
|
View
|
1
2
3
4
5
6
7
8
|
16 chunks |
+144 lines, -179 lines |
0 comments
|
Download
|
 |
M |
chromeos/ime/extension_ime_util.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chromeos/ime/extension_ime_util.cc
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+12 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chromeos/ime/input_method_manager.h
|
View
|
1
2
3
4
|
1 chunk |
+3 lines, -4 lines |
0 comments
|
Download
|
 |
M |
ui/base/ime/chromeos/ime_bridge.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
ui/base/ime/chromeos/mock_ime_engine_handler.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
ui/base/ime/chromeos/mock_ime_engine_handler.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 23 (0 generated)
|