|
Simplify InputMethodWin initialization.
1) Removes the "active" state of InputMethod.
2) Removes RenderWidget::input_method_is_active_, and allows IPCs when system IME is not active.
3) Removes COM dependency in InputMethodWin.
TBR=erg@chromium.org
BUG= 296509, 471580, 474828
TEST=On locally builds, makes sure no regressions when typing text with/without system IMEs activated.
Committed: https://crrev.com/4c937892ddf18a7246e682b4885af55a050ad962
Cr-Commit-Position: refs/heads/master@{#339408}
Total comments: 2
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+4 lines, -219 lines) |
Patch |
 |
M |
content/browser/browser_plugin/browser_plugin_guest.cc
|
View
|
1
2
3
|
2 chunks |
+1 line, -18 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/render_widget_host_impl.h
|
View
|
1
2
3
|
3 chunks |
+0 lines, -15 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/render_widget_host_impl.cc
|
View
|
1
2
3
|
2 chunks |
+0 lines, -6 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/render_widget_host_view_android.cc
|
View
|
1
2
3
4
5
6
|
2 chunks |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/render_widget_host_view_aura.cc
|
View
|
1
2
3
4
|
3 chunks |
+0 lines, -7 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/render_widget_host_view_mac.mm
|
View
|
1
2
3
4
5
6
|
2 chunks |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/common/view_messages.h
|
View
|
1
2
3
|
1 chunk |
+0 lines, -14 lines |
0 comments
|
Download
|
 |
M |
content/renderer/render_view_browsertest.cc
|
View
|
1
2
3
4
5
6
|
5 chunks |
+0 lines, -8 lines |
0 comments
|
Download
|
 |
M |
content/renderer/render_widget.h
|
View
|
1
2
3
|
2 chunks |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
content/renderer/render_widget.cc
|
View
|
1
2
3
4
5
6
7
8
|
6 chunks |
+0 lines, -25 lines |
2 comments
|
Download
|
 |
M |
mandoline/ui/aura/input_method_mandoline.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
mandoline/ui/aura/input_method_mandoline.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
ui/base/ime/dummy_input_method.h
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
ui/base/ime/dummy_input_method.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
ui/base/ime/input_method.h
|
View
|
1
2
3
|
1 chunk |
+0 lines, -9 lines |
0 comments
|
Download
|
 |
M |
ui/base/ime/input_method_auralinux.h
|
View
|
1
2
3
4
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
ui/base/ime/input_method_auralinux.cc
|
View
|
1
2
3
4
|
1 chunk |
+0 lines, -5 lines |
0 comments
|
Download
|
 |
M |
ui/base/ime/input_method_base_unittest.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
ui/base/ime/input_method_chromeos.h
|
View
|
1
2
3
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
ui/base/ime/input_method_chromeos.cc
|
View
|
1
2
3
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
ui/base/ime/input_method_chromeos_unittest.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+0 lines, -6 lines |
0 comments
|
Download
|
 |
M |
ui/base/ime/input_method_mac.h
|
View
|
1
2
3
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
ui/base/ime/input_method_mac.mm
|
View
|
1
2
3
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
ui/base/ime/input_method_minimal.h
|
View
|
1
2
3
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
ui/base/ime/input_method_minimal.cc
|
View
|
1
2
3
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
ui/base/ime/input_method_win.h
|
View
|
1
2
3
4
|
3 chunks |
+0 lines, -9 lines |
0 comments
|
Download
|
 |
M |
ui/base/ime/input_method_win.cc
|
View
|
1
2
3
4
|
4 chunks |
+1 line, -13 lines |
0 comments
|
Download
|
 |
M |
ui/base/ime/mock_input_method.h
|
View
|
1
2
3
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
ui/base/ime/mock_input_method.cc
|
View
|
1
2
3
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
ui/base/ime/remote_input_method_win.cc
|
View
|
1
2
3
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
ui/base/ime/win/imm32_manager.h
|
View
|
1
2
3
|
2 chunks |
+1 line, -13 lines |
0 comments
|
Download
|
 |
M |
ui/base/ime/win/imm32_manager.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
4 chunks |
+1 line, -22 lines |
0 comments
|
Download
|
 |
M |
ui/views/controls/textfield/textfield_unittest.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+0 lines, -5 lines |
0 comments
|
Download
|
Total messages: 45 (16 generated)
|