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

Issue 727143002: Moves code from chromeos/ime to ui/base/ime/chromeos. (Closed)

Created:
6 years, 1 month ago by Shu Chen
Modified:
6 years ago
CC:
chromium-reviews, yusukes+watch_chromium.org, yukishiino+watch_chromium.org, nona+watch_chromium.org, oshima+watch_chromium.org, stevenjb+watch_chromium.org, davemoore+watch_chromium.org, nkostylev+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Moves code from chromeos/ime to ui/base/ime/chromeos. This is because the code under chromeos/ime has inappropriate dependencies to src/ui. This cl doesn't include any logic changes in code, and only contains changes of moving files, changing includes, and necessary changes in GYPs and build rules. Note: 1) the input_methods.txt & gen_input_methods.py remain unchanged because auto-test requires input_methods.txt file to be available, and input_method_whitelist needs the generated input_methods.h for compile. It could be moved in later CLs. 2) We've been discussing the naming for ui/chromeos/ime, which could be renamed to something for "views". It can be done in a separated cl. TBR=sky@chromium.org BUG=431863 TEST=Verified on linux_chromeos. Committed: https://crrev.com/9917a3671cafa9d31a071a530b9ce10ce0661bc9 Cr-Commit-Position: refs/heads/master@{#305964}

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Total comments: 1

Patch Set 5 : move all code from chromeos/ime to ui/chromeos/ime. #

Patch Set 6 : compile green for chrome/ui_unittests/chromeos_unittests. #

Patch Set 7 : CHROMEOS_IME_... -> UI_CHROMEOS_IME_... #

Patch Set 8 : #

Patch Set 9 : #

Total comments: 12

Patch Set 10 : compile green & revised per comments. #

Patch Set 11 : add ui/chromeos/ime/DEPS #

Total comments: 13

Patch Set 12 : nit #

Total comments: 16

Patch Set 13 : changed solution: move chromeos/ime to ui/base/ime/chromeos. #

Total comments: 19

Patch Set 14 : addressed mukai@'s comments. #

Total comments: 14

Patch Set 15 : addressed yukishiino@'s comments, and compile green. #

Patch Set 16 : rebased. #

Total comments: 3

Patch Set 17 : rebased. #

Patch Set 18 : nit. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+326 lines, -3190 lines) Patch
M ash/accelerators/accelerator_controller.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +2 lines, -2 lines 0 comments Download
M ash/system/chromeos/tray_caps_lock.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M ash/system/chromeos/tray_caps_lock.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/accessibility/accessibility_manager.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/accessibility/accessibility_manager.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/accessibility/accessibility_manager_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/base/locale_util.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/chrome_browser_main_chromeos.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/events/event_rewriter.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/events/event_rewriter_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/events/system_key_event_listener.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/events/xinput_hierarchy_changed_event_listener.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/extensions/input_method_api.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/chromeos/extensions/input_method_apitest_chromeos.cc View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/extensions/input_method_event_router.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/extensions/input_view_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/input_method/accessibility.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/input_method/browser_state_monitor.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/input_method/browser_state_monitor.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/input_method/component_extension_ime_manager_impl.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/input_method/component_extension_ime_manager_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/input_method/input_method_delegate_impl.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/input_method/input_method_engine.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/input_method/input_method_engine.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +4 lines, -4 lines 0 comments Download
M chrome/browser/chromeos/input_method/input_method_engine_browsertests.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +4 lines, -4 lines 0 comments Download
M chrome/browser/chromeos/input_method/input_method_engine_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/input_method/input_method_manager_impl.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/input_method/input_method_manager_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +5 lines, -5 lines 0 comments Download
M chrome/browser/chromeos/input_method/input_method_manager_impl_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +4 lines, -4 lines 0 comments Download
M chrome/browser/chromeos/input_method/input_method_persistence.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/input_method/input_method_util.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/input_method/input_method_util.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +8 lines, -5 lines 0 comments Download
M chrome/browser/chromeos/input_method/input_method_util_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +4 lines, -4 lines 0 comments Download
M chrome/browser/chromeos/input_method/mock_input_method_engine.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/input_method/mock_input_method_manager.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +5 lines, -5 lines 0 comments Download
M chrome/browser/chromeos/input_method/mode_indicator_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +4 lines, -4 lines 0 comments Download
M chrome/browser/chromeos/input_method/mode_indicator_controller.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/login/lock/screen_locker.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/login/oobe_localization_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/chromeos/login/session/user_session_manager.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/login/session/user_session_manager.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/login/ui/login_display_host_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/login/ui/user_adding_screen_input_methods_controller.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/login/ui/webui_login_display.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/policy/device_local_account_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/chromeos/preferences.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/preferences.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/chromeos/preferences_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/input_ime/input_ime_api.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/ash/chrome_shell_delegate_chromeos.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/ash/ime_controller_chromeos.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/ash/system_tray_delegate_chromeos.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/ui/ash/system_tray_delegate_chromeos.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/views/omnibox/omnibox_view_views.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/chromeos/keyboard_overlay_ui.cc View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/chromeos/login/gaia_screen_handler.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/chromeos/login/l10n_util.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/webui/chromeos/login/l10n_util_test_util.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/chromeos/login/l10n_util_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/chromeos/login/network_screen_handler.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/chromeos/login/network_screen_handler.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/chromeos/login/signin_screen_handler.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/chromeos/login/signin_screen_handler.cc View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/webui/chromeos/login/terms_of_service_screen_handler.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/options/chromeos/cros_language_options_handler.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/options/chromeos/cros_language_options_handler.cc View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/webui/options/chromeos/keyboard_handler.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M chromeos/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +0 lines, -15 lines 0 comments Download
M chromeos/DEPS View 1 2 3 4 5 6 7 8 9 2 chunks +3 lines, -4 lines 0 comments Download
M chromeos/chromeos.gyp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 6 chunks +0 lines, -50 lines 0 comments Download
D chromeos/ime/component_extension_ime_manager.h View 1 2 3 4 1 chunk +0 lines, -131 lines 0 comments Download
D chromeos/ime/component_extension_ime_manager.cc View 1 2 3 4 1 chunk +0 lines, -240 lines 0 comments Download
D chromeos/ime/component_extension_ime_manager_unittest.cc View 1 2 3 4 1 chunk +0 lines, -209 lines 0 comments Download
D chromeos/ime/composition_text.h View 1 2 3 4 1 chunk +0 lines, -70 lines 0 comments Download
D chromeos/ime/composition_text.cc View 1 2 3 4 1 chunk +0 lines, -22 lines 0 comments Download
D chromeos/ime/composition_text_unittest.cc View 1 2 3 4 1 chunk +0 lines, -54 lines 0 comments Download
D chromeos/ime/extension_ime_util.h View 1 2 3 4 1 chunk +0 lines, -100 lines 0 comments Download
D chromeos/ime/extension_ime_util.cc View 1 2 3 4 1 chunk +0 lines, -132 lines 0 comments Download
D chromeos/ime/extension_ime_util_unittest.cc View 1 2 3 4 1 chunk +0 lines, -87 lines 0 comments Download
M chromeos/ime/fake_ime_keyboard.h View 1 2 3 4 1 chunk +0 lines, -45 lines 0 comments Download
D chromeos/ime/fake_ime_keyboard.cc View 1 2 3 4 1 chunk +0 lines, -54 lines 0 comments Download
D chromeos/ime/fake_input_method_delegate.h View 1 2 3 4 1 chunk +0 lines, -66 lines 0 comments Download
D chromeos/ime/fake_input_method_delegate.cc View 1 2 3 4 1 chunk +0 lines, -41 lines 0 comments Download
M chromeos/ime/gen_input_methods.py View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +2 lines, -0 lines 0 comments Download
M chromeos/ime/ime_keyboard.h View 1 2 3 4 1 chunk +0 lines, -126 lines 0 comments Download
D chromeos/ime/ime_keyboard.cc View 1 2 3 4 1 chunk +0 lines, -105 lines 0 comments Download
D chromeos/ime/ime_keyboard_ozone.h View 1 chunk +0 lines, -40 lines 0 comments Download
D chromeos/ime/ime_keyboard_ozone.cc View 1 chunk +0 lines, -59 lines 0 comments Download
D chromeos/ime/ime_keyboard_x11.h View 1 chunk +0 lines, -93 lines 0 comments Download
D chromeos/ime/ime_keyboard_x11.cc View 1 chunk +0 lines, -299 lines 0 comments Download
D chromeos/ime/ime_keyboard_x11_unittest.cc View 1 chunk +0 lines, -156 lines 0 comments Download
D chromeos/ime/input_method_delegate.h View 1 2 3 4 1 chunk +0 lines, -46 lines 0 comments Download
D chromeos/ime/input_method_descriptor.h View 1 2 3 4 1 chunk +0 lines, -92 lines 0 comments Download
D chromeos/ime/input_method_descriptor.cc View 1 2 3 4 1 chunk +0 lines, -62 lines 0 comments Download
D chromeos/ime/input_method_manager.h View 1 2 3 4 1 chunk +0 lines, -242 lines 0 comments Download
D chromeos/ime/input_method_manager.cc View 1 2 3 4 1 chunk +0 lines, -39 lines 0 comments Download
D chromeos/ime/input_method_whitelist.h View 1 2 3 4 1 chunk +0 lines, -46 lines 0 comments Download
D chromeos/ime/input_method_whitelist.cc View 1 2 3 4 1 chunk +0 lines, -61 lines 0 comments Download
D chromeos/ime/input_method_whitelist_unittest.cc View 1 2 3 4 1 chunk +0 lines, -32 lines 0 comments Download
D chromeos/ime/mock_component_extension_ime_manager_delegate.h View 1 2 3 4 1 chunk +0 lines, -63 lines 0 comments Download
D chromeos/ime/mock_component_extension_ime_manager_delegate.cc View 1 2 3 4 1 chunk +0 lines, -42 lines 0 comments Download
M ui/base/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +22 lines, -1 line 0 comments Download
M ui/base/ime/DEPS View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -1 line 0 comments Download
A ui/base/ime/chromeos/DEPS View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +4 lines, -0 lines 0 comments Download
A + ui/base/ime/chromeos/component_extension_ime_manager.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 6 chunks +9 lines, -9 lines 0 comments Download
A + ui/base/ime/chromeos/component_extension_ime_manager.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +2 lines, -2 lines 0 comments Download
A + ui/base/ime/chromeos/component_extension_ime_manager_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +3 lines, -3 lines 0 comments Download
A + ui/base/ime/chromeos/composition_text.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +5 lines, -5 lines 0 comments Download
A + ui/base/ime/chromeos/composition_text.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
A + ui/base/ime/chromeos/composition_text_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
A + ui/base/ime/chromeos/extension_ime_util.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +16 lines, -16 lines 0 comments Download
A + ui/base/ime/chromeos/extension_ime_util.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
A + ui/base/ime/chromeos/extension_ime_util_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
A + ui/base/ime/chromeos/fake_ime_keyboard.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +5 lines, -6 lines 0 comments Download
A + ui/base/ime/chromeos/fake_ime_keyboard.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
A + ui/base/ime/chromeos/fake_input_method_delegate.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +6 lines, -6 lines 0 comments Download
A + ui/base/ime/chromeos/fake_input_method_delegate.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
A + ui/base/ime/chromeos/ime_keyboard.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 4 chunks +9 lines, -9 lines 0 comments Download
A + ui/base/ime/chromeos/ime_keyboard.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
A + ui/base/ime/chromeos/ime_keyboard_ozone.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +6 lines, -6 lines 0 comments Download
A + ui/base/ime/chromeos/ime_keyboard_ozone.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +4 lines, -2 lines 0 comments Download
A + ui/base/ime/chromeos/ime_keyboard_x11.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 3 chunks +6 lines, -11 lines 0 comments Download
A + ui/base/ime/chromeos/ime_keyboard_x11.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 2 chunks +9 lines, -2 lines 0 comments Download
A + ui/base/ime/chromeos/ime_keyboard_x11_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
A + ui/base/ime/chromeos/input_method_delegate.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +3 lines, -3 lines 0 comments Download
A + ui/base/ime/chromeos/input_method_descriptor.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +5 lines, -5 lines 0 comments Download
A + ui/base/ime/chromeos/input_method_descriptor.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +2 lines, -2 lines 0 comments Download
A + ui/base/ime/chromeos/input_method_manager.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 5 chunks +9 lines, -9 lines 0 comments Download
A + ui/base/ime/chromeos/input_method_manager.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
A + ui/base/ime/chromeos/input_method_whitelist.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 4 chunks +5 lines, -5 lines 0 comments Download
A + ui/base/ime/chromeos/input_method_whitelist.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +3 lines, -3 lines 0 comments Download
A + ui/base/ime/chromeos/mock_component_extension_ime_manager_delegate.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +6 lines, -6 lines 0 comments Download
A + ui/base/ime/chromeos/mock_component_extension_ime_manager_delegate.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +4 lines, -3 lines 0 comments Download
M ui/base/ime/chromeos/mock_ime_input_context_handler.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M ui/base/ime/chromeos/mock_ime_input_context_handler.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M ui/base/ime/input_method_chromeos.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +3 lines, -3 lines 0 comments Download
M ui/base/ime/input_method_chromeos_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M ui/base/ui_base.gyp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 2 chunks +25 lines, -6 lines 0 comments Download
M ui/base/ui_base_tests.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +4 lines, -0 lines 0 comments Download
M ui/chromeos/ime/candidate_view.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 66 (9 generated)
Yuki
I don't see why we need to move files into ui/chromeos/ime/. Seeing ui/chromeos/ime/, there are ...
6 years, 1 month ago (2014-11-17 08:06:00 UTC) #2
Shu Chen
On 2014/11/17 08:06:00, Yuki wrote: > I don't see why we need to move files ...
6 years, 1 month ago (2014-11-17 08:12:36 UTC) #3
Yuki
On 2014/11/17 08:12:36, Shu Chen wrote: > On 2014/11/17 08:06:00, Yuki wrote: > > I ...
6 years, 1 month ago (2014-11-17 08:23:37 UTC) #4
Shu Chen
On 2014/11/17 08:23:37, Yuki wrote: > On 2014/11/17 08:12:36, Shu Chen wrote: > > On ...
6 years, 1 month ago (2014-11-17 09:11:43 UTC) #5
Yuki
On 2014/11/17 09:11:43, Shu Chen wrote: > On 2014/11/17 08:23:37, Yuki wrote: > > On ...
6 years, 1 month ago (2014-11-17 09:22:00 UTC) #6
Yuki
On 2014/11/17 09:22:00, Yuki wrote: > On 2014/11/17 09:11:43, Shu Chen wrote: > > On ...
6 years, 1 month ago (2014-11-17 09:33:43 UTC) #7
stevenjb
I don't think it makes sense to split ime_keyboard across src/chromeos and src/ui/chromeos, I think ...
6 years, 1 month ago (2014-11-17 18:29:24 UTC) #9
Shu Chen
Steven is suggesting to move all related classes including ImeKeyboard, ImeKeyboardX11, ImeKeyboardOzone & InputMethodManager to ...
6 years, 1 month ago (2014-11-18 02:50:14 UTC) #10
Yuki
On 2014/11/18 02:50:14, Shu Chen wrote: > Steven is suggesting to move all related classes ...
6 years, 1 month ago (2014-11-18 03:24:08 UTC) #11
Shu Chen
On 2014/11/18 03:24:08, Yuki wrote: > On 2014/11/18 02:50:14, Shu Chen wrote: > > Steven ...
6 years, 1 month ago (2014-11-18 03:32:31 UTC) #12
Yuki
On 2014/11/18 03:32:31, Shu Chen wrote: > On 2014/11/18 03:24:08, Yuki wrote: > > On ...
6 years, 1 month ago (2014-11-18 03:54:17 UTC) #13
Shu Chen
On 2014/11/18 03:54:17, Yuki wrote: > On 2014/11/18 03:32:31, Shu Chen wrote: > > On ...
6 years, 1 month ago (2014-11-18 03:55:46 UTC) #14
Yuki
Thanks for your patience. Could you update the header guards, too? #ifndef UI_CHROMEOS_IME_... #define UI_CHROMEOS_IME_... ...
6 years, 1 month ago (2014-11-18 04:01:00 UTC) #15
Shu Chen
Done the refactoring. Please take another look.
6 years, 1 month ago (2014-11-19 08:47:40 UTC) #16
Shu Chen
+satorux@, sky@ for necessary approvals.
6 years, 1 month ago (2014-11-19 08:48:55 UTC) #18
Yuki
Can we add a new DEPS in ui/chromeos/ime/? We want at least a line "-ui/chromeos/ime/view". ...
6 years, 1 month ago (2014-11-19 14:16:43 UTC) #19
sky
On 2014/11/19 08:48:55, Shu Chen wrote: > +satorux@, sky@ for necessary approvals. Please be specific, ...
6 years, 1 month ago (2014-11-19 16:36:42 UTC) #20
Shu Chen
https://codereview.chromium.org/727143002/diff/160001/chromeos/DEPS File chromeos/DEPS (right): https://codereview.chromium.org/727143002/diff/160001/chromeos/DEPS#newcode14 chromeos/DEPS:14: # TODO(stevenjb/flackr/shuchen): Remove these dependencies. On 2014/11/19 14:16:43, Yuki ...
6 years, 1 month ago (2014-11-19 16:40:53 UTC) #21
Shu Chen
On 2014/11/19 16:36:42, sky wrote: > On 2014/11/19 08:48:55, Shu Chen wrote: > > +satorux@, ...
6 years, 1 month ago (2014-11-19 16:43:55 UTC) #22
sky
https://codereview.chromium.org/727143002/diff/200001/ui/base/ime/DEPS File ui/base/ime/DEPS (right): https://codereview.chromium.org/727143002/diff/200001/ui/base/ime/DEPS#newcode4 ui/base/ime/DEPS:4: "+ui/chromeos/ime", Doesn't this mean we now have a cycle? ...
6 years, 1 month ago (2014-11-19 18:25:31 UTC) #23
stevenjb
Thanks a bunch for doing this, I am really much happier with all of the ...
6 years, 1 month ago (2014-11-19 18:57:38 UTC) #24
Shu Chen
https://codereview.chromium.org/727143002/diff/200001/chromeos/chromeos.gyp File chromeos/chromeos.gyp (right): https://codereview.chromium.org/727143002/diff/200001/chromeos/chromeos.gyp#newcode473 chromeos/chromeos.gyp:473: 'ime/input_method.gyp:gencode', On 2014/11/19 18:57:37, stevenjb wrote: > We should ...
6 years, 1 month ago (2014-11-20 01:04:44 UTC) #25
Shu Chen
+mukai@ who is the owner for ui/chromeos/ime. Offline discussed with yukishiino@/nona@ about moving ui/base/ime/chromeos & ...
6 years, 1 month ago (2014-11-20 04:36:28 UTC) #27
Yuki
On 2014/11/20 04:36:28, Shu Chen wrote: > +mukai@ who is the owner for ui/chromeos/ime. > ...
6 years, 1 month ago (2014-11-20 05:16:18 UTC) #28
Shu Chen
On 2014/11/20 05:16:18, Yuki wrote: > On 2014/11/20 04:36:28, Shu Chen wrote: > > +mukai@ ...
6 years, 1 month ago (2014-11-20 06:16:46 UTC) #29
Jun Mukai
https://codereview.chromium.org/727143002/diff/220001/ui/chromeos/BUILD.gn File ui/chromeos/BUILD.gn (right): https://codereview.chromium.org/727143002/diff/220001/ui/chromeos/BUILD.gn#newcode16 ui/chromeos/BUILD.gn:16: "//ui/chromeos:ui_chromeos_ime_view", can't find this target. https://codereview.chromium.org/727143002/diff/220001/ui/chromeos/BUILD.gn#newcode27 ui/chromeos/BUILD.gn:27: component("ui_chromeos_ime") { ...
6 years, 1 month ago (2014-11-20 07:34:14 UTC) #30
Yuki
https://codereview.chromium.org/727143002/diff/220001/ui/chromeos/ui_chromeos.gyp File ui/chromeos/ui_chromeos.gyp (right): https://codereview.chromium.org/727143002/diff/220001/ui/chromeos/ui_chromeos.gyp#newcode32 ui/chromeos/ui_chromeos.gyp:32: 'ime/view/candidate_view.cc', On 2014/11/20 07:34:14, Jun Mukai wrote: > "views" ...
6 years, 1 month ago (2014-11-20 07:41:13 UTC) #31
Shu Chen
On 2014/11/20 07:41:13, Yuki wrote: > https://codereview.chromium.org/727143002/diff/220001/ui/chromeos/ui_chromeos.gyp > File ui/chromeos/ui_chromeos.gyp (right): > > https://codereview.chromium.org/727143002/diff/220001/ui/chromeos/ui_chromeos.gyp#newcode32 > ...
6 years, 1 month ago (2014-11-20 07:49:59 UTC) #32
Jun Mukai
https://codereview.chromium.org/727143002/diff/220001/ui/chromeos/ui_chromeos.gyp File ui/chromeos/ui_chromeos.gyp (right): https://codereview.chromium.org/727143002/diff/220001/ui/chromeos/ui_chromeos.gyp#newcode32 ui/chromeos/ui_chromeos.gyp:32: 'ime/view/candidate_view.cc', On 2014/11/20 07:41:13, Yuki wrote: > On 2014/11/20 ...
6 years, 1 month ago (2014-11-20 07:50:33 UTC) #33
Shu Chen
Guys, can you please take another look at the latest patchset? I've changed the solution ...
6 years, 1 month ago (2014-11-20 08:07:45 UTC) #34
Jun Mukai
https://codereview.chromium.org/727143002/diff/240001/ui/base/ime/chromeos/component_extension_ime_manager.h File ui/base/ime/chromeos/component_extension_ime_manager.h (right): https://codereview.chromium.org/727143002/diff/240001/ui/base/ime/chromeos/component_extension_ime_manager.h#newcode6 ui/base/ime/chromeos/component_extension_ime_manager.h:6: #define UI_CHROMEOS_IME_COMPONENT_EXTENSION_IME_MANAGER_H_ Please update the macro name as UI_BASE_IME_CHROMEOS_... ...
6 years, 1 month ago (2014-11-20 08:25:07 UTC) #35
Shu Chen
https://codereview.chromium.org/727143002/diff/220001/ui/chromeos/BUILD.gn File ui/chromeos/BUILD.gn (right): https://codereview.chromium.org/727143002/diff/220001/ui/chromeos/BUILD.gn#newcode16 ui/chromeos/BUILD.gn:16: "//ui/chromeos:ui_chromeos_ime_view", On 2014/11/20 07:34:14, Jun Mukai wrote: > can't ...
6 years, 1 month ago (2014-11-20 08:34:39 UTC) #36
Jun Mukai
lgtm: ui/base/ime/chromeos, ui/chromeos/ime
6 years, 1 month ago (2014-11-20 08:40:06 UTC) #37
Yuki
lgtm. Thanks for managing this movement. https://codereview.chromium.org/727143002/diff/240001/ui/base/BUILD.gn File ui/base/BUILD.gn (right): https://codereview.chromium.org/727143002/diff/240001/ui/base/BUILD.gn#newcode327 ui/base/BUILD.gn:327: "ime/chromeos/component_extension_ime_manager.cc", nit: Could ...
6 years, 1 month ago (2014-11-20 09:23:03 UTC) #38
Shu Chen
https://codereview.chromium.org/727143002/diff/260001/ui/base/ime/chromeos/ime_keyboard_x11.cc File ui/base/ime/chromeos/ime_keyboard_x11.cc (right): https://codereview.chromium.org/727143002/diff/260001/ui/base/ime/chromeos/ime_keyboard_x11.cc#newcode5 ui/base/ime/chromeos/ime_keyboard_x11.cc:5: #include "ui/base/ime/chromeos/ime_keyboard_x11.h" On 2014/11/20 09:23:03, Yuki wrote: > #include ...
6 years, 1 month ago (2014-11-20 14:32:27 UTC) #39
Shu Chen
https://codereview.chromium.org/727143002/diff/260001/ui/base/ime/chromeos/ime_keyboard_x11.cc File ui/base/ime/chromeos/ime_keyboard_x11.cc (right): https://codereview.chromium.org/727143002/diff/260001/ui/base/ime/chromeos/ime_keyboard_x11.cc#newcode5 ui/base/ime/chromeos/ime_keyboard_x11.cc:5: #include "ui/base/ime/chromeos/ime_keyboard_x11.h" On 2014/11/20 09:23:03, Yuki wrote: > #include ...
6 years, 1 month ago (2014-11-20 14:32:27 UTC) #40
Shu Chen
sky@/stevenjb@, can you please take another look? Thanks! Changes in below files need your approval: ...
6 years, 1 month ago (2014-11-20 14:46:35 UTC) #41
Yuki
https://codereview.chromium.org/727143002/diff/240001/ui/base/BUILD.gn File ui/base/BUILD.gn (right): https://codereview.chromium.org/727143002/diff/240001/ui/base/BUILD.gn#newcode327 ui/base/BUILD.gn:327: "ime/chromeos/component_extension_ime_manager.cc", On 2014/11/20 09:23:03, Yuki wrote: > nit: Could ...
6 years, 1 month ago (2014-11-20 14:52:16 UTC) #42
sky
https://codereview.chromium.org/727143002/diff/200001/ui/base/ime/DEPS File ui/base/ime/DEPS (right): https://codereview.chromium.org/727143002/diff/200001/ui/base/ime/DEPS#newcode4 ui/base/ime/DEPS:4: "+ui/chromeos/ime", On 2014/11/20 01:04:44, Shu Chen wrote: > On ...
6 years, 1 month ago (2014-11-20 15:20:01 UTC) #43
Shu Chen
https://codereview.chromium.org/727143002/diff/240001/ui/base/BUILD.gn File ui/base/BUILD.gn (right): https://codereview.chromium.org/727143002/diff/240001/ui/base/BUILD.gn#newcode327 ui/base/BUILD.gn:327: "ime/chromeos/component_extension_ime_manager.cc", On 2014/11/20 14:52:16, Yuki wrote: > On 2014/11/20 ...
6 years, 1 month ago (2014-11-20 15:21:40 UTC) #44
sky
It looks like chromeos depends upon ui/gfx/x ui/gfx may depend upon ui/base, which means a ...
6 years, 1 month ago (2014-11-20 16:20:15 UTC) #45
stevenjb
I like this better. lgtm. https://codereview.chromium.org/727143002/diff/300001/ui/base/ime/chromeos/composition_text.h File ui/base/ime/chromeos/composition_text.h (right): https://codereview.chromium.org/727143002/diff/300001/ui/base/ime/chromeos/composition_text.h#newcode6 ui/base/ime/chromeos/composition_text.h:6: #define UI_BASE_IME_CHROMEOS_COMPOSITION_TEXT_H_ Since as ...
6 years, 1 month ago (2014-11-20 19:09:52 UTC) #46
stevenjb
On 2014/11/20 16:20:15, sky wrote: > It looks like chromeos depends upon ui/gfx/x ui/gfx may ...
6 years, 1 month ago (2014-11-20 19:12:10 UTC) #47
sky
You're right. I misread +base as +ui/base. On Thu, Nov 20, 2014 at 11:12 AM, ...
6 years, 1 month ago (2014-11-20 20:50:52 UTC) #48
Shu Chen
Pinging... sky@, may I get your approval? Thanks
6 years ago (2014-11-25 03:02:24 UTC) #49
Shu Chen
+jamescook@ for Ash related stuff: ash/accelerators/accelerator_controller.cc chrome/browser/ui/ash/chrome_shell_delegate_chromeos.cc chrome/browser/ui/ash/ime_controller_chromeos.cc chrome/browser/ui/ash/system_tray_delegate_chromeos.cc chrome/browser/ui/ash/system_tray_delegate_chromeos.h +pkasting@ for chrome/browser/ui/.... Thanks!
6 years ago (2014-11-26 02:11:42 UTC) #51
Shu Chen
Replacing jamescook@ (who is OOO) with derat@, for Ash related stuff.
6 years ago (2014-11-26 02:16:30 UTC) #53
Daniel Erat
i think i'm even more ooo than james, but lgtm for ash (feel free to ...
6 years ago (2014-11-26 14:09:51 UTC) #54
Peter Kasting
LGTM. For purely-mechanical changes like those in c/b/ui, I suggest getting one high-level codebase owner ...
6 years ago (2014-11-26 22:17:03 UTC) #55
Shu Chen
Thank you for the reviews & advices. I will do TBR in the future for ...
6 years ago (2014-11-27 06:05:57 UTC) #56
Shu Chen
https://codereview.chromium.org/727143002/diff/300001/ui/base/ui_base.gyp File ui/base/ui_base.gyp (right): https://codereview.chromium.org/727143002/diff/300001/ui/base/ui_base.gyp#newcode231 ui/base/ui_base.gyp:231: 'ime/input_method_chromeos.h', On 2014/11/20 19:09:52, stevenjb wrote: > This is ...
6 years ago (2014-11-27 06:11:18 UTC) #57
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/727143002/340001
6 years ago (2014-11-27 06:13:07 UTC) #59
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/26957)
6 years ago (2014-11-27 06:18:41 UTC) #61
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/727143002/340001
6 years ago (2014-11-27 06:53:16 UTC) #63
commit-bot: I haz the power
Committed patchset #18 (id:340001)
6 years ago (2014-11-27 07:07:29 UTC) #64
commit-bot: I haz the power
Patchset 18 (id:??) landed as https://crrev.com/9917a3671cafa9d31a071a530b9ce10ce0661bc9 Cr-Commit-Position: refs/heads/master@{#305964}
6 years ago (2014-11-27 07:08:17 UTC) #65
jochen (gone - plz use gerrit)
6 years ago (2014-11-27 07:57:33 UTC) #66
Message was sent while issue was closed.
A revert of this CL (patchset #18 id:340001) has been created in
https://codereview.chromium.org/750353004/ by jochen@chromium.org.

The reason for reverting is: fails to compile on Linux ChromiumOS GN

clang: error: no such file or directory:
'../../chromeos/ime/mock_component_extension_ime_manager_delegate.cc'
.

Powered by Google App Engine
This is Rietveld 408576698