Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(134)

Side by Side Diff: ui/base/ime/ui_base_ime.gyp

Issue 1566083002: Makes sure the keyboard typing isn't blocked when InputMethod::OnFocus() is not correctly called. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remote_input_method_win.cc is gone again. Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 'input_method_auralinux.h', 82 'input_method_auralinux.h',
83 'input_method_base.cc', 83 'input_method_base.cc',
84 'input_method_base.h', 84 'input_method_base.h',
85 'input_method_chromeos.cc', 85 'input_method_chromeos.cc',
86 'input_method_chromeos.h', 86 'input_method_chromeos.h',
87 'input_method_delegate.h', 87 'input_method_delegate.h',
88 'input_method_factory.cc', 88 'input_method_factory.cc',
89 'input_method_factory.h', 89 'input_method_factory.h',
90 'input_method_initializer.cc', 90 'input_method_initializer.cc',
91 'input_method_initializer.h', 91 'input_method_initializer.h',
92 'input_method_log_collector.cc',
93 'input_method_log_collector.h',
92 'input_method_mac.h', 94 'input_method_mac.h',
93 'input_method_mac.mm', 95 'input_method_mac.mm',
94 'input_method_minimal.cc', 96 'input_method_minimal.cc',
95 'input_method_minimal.h', 97 'input_method_minimal.h',
96 'input_method_observer.h', 98 'input_method_observer.h',
97 'input_method_win.cc', 99 'input_method_win.cc',
98 'input_method_win.h', 100 'input_method_win.h',
99 'linux/fake_input_method_context.cc', 101 'linux/fake_input_method_context.cc',
100 'linux/fake_input_method_context.h', 102 'linux/fake_input_method_context.h',
101 'linux/fake_input_method_context_factory.cc', 103 'linux/fake_input_method_context_factory.cc',
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
175 ['use_x11==0', { 177 ['use_x11==0', {
176 'sources!': [ 178 'sources!': [
177 'composition_text_util_pango.cc', 179 'composition_text_util_pango.cc',
178 'composition_text_util_pango.h', 180 'composition_text_util_pango.h',
179 ], 181 ],
180 }], 182 }],
181 ], 183 ],
182 }, 184 },
183 ], 185 ],
184 } 186 }
OLDNEW
« no previous file with comments | « ui/base/ime/mock_input_method.cc ('k') | ui/views/widget/desktop_aura/desktop_native_widget_aura.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698