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

Issue 680383008: Move ash/ime to ui/chromeos/ime (Closed)

Created:
6 years, 1 month ago by pkotwicz
Modified:
6 years, 1 month ago
Reviewers:
tfarina, Shu Chen, oshima, sky
CC:
chromium-reviews, extensions-reviews_chromium.org, cbentzel+watch_chromium.org, sadrul, nkostylev+watch_chromium.org, derat+watch_chromium.org, yukishiino+watch_chromium.org, tfarina, yoshiki+watch_chromium.org, dcheng, nona+watch_chromium.org, rginda+watch_chromium.org, oshima+watch_chromium.org, chromium-apps-reviews_chromium.org, kalyank, stevenjb+watch_chromium.org, davemoore+watch_chromium.org, yusukes+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@athena_do_not_use_ash48_global_command
Project:
chromium
Visibility:
Public.

Description

Move ash/ime to ui/chromeos/ime. This should make it easier to compile Athena without compiling Ash BUG=426561 TEST=None R=oshima, shuchen, sky Committed: https://crrev.com/347c774cda72db0e5a5d7f9c6b33c2ada93fc614 Cr-Commit-Position: refs/heads/master@{#304271}

Patch Set 1 : #

Total comments: 1

Patch Set 2 : #

Patch Set 3 : #

Total comments: 2

Patch Set 4 : #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+200 lines, -2525 lines) Patch
M ash/ash.gyp View 1 2 3 2 chunks +0 lines, -16 lines 0 comments Download
M ash/ash_strings.grd View 1 chunk +0 lines, -4 lines 0 comments Download
D ash/ime/OWNERS View 1 chunk +0 lines, -8 lines 0 comments Download
D ash/ime/candidate_view.h View 1 chunk +0 lines, -75 lines 0 comments Download
D ash/ime/candidate_view.cc View 1 chunk +0 lines, -301 lines 0 comments Download
D ash/ime/candidate_view_unittest.cc View 1 chunk +0 lines, -182 lines 0 comments Download
D ash/ime/candidate_window_constants.h View 1 chunk +0 lines, -42 lines 0 comments Download
D ash/ime/candidate_window_view.h View 1 chunk +0 lines, -133 lines 0 comments Download
D ash/ime/candidate_window_view.cc View 1 chunk +0 lines, -406 lines 0 comments Download
D ash/ime/candidate_window_view_unittest.cc View 1 chunk +0 lines, -388 lines 0 comments Download
D ash/ime/infolist_window.h View 1 chunk +0 lines, -64 lines 0 comments Download
D ash/ime/infolist_window.cc View 1 chunk +0 lines, -280 lines 0 comments Download
D ash/ime/input_method_menu_item.h View 1 chunk +0 lines, -44 lines 0 comments Download
D ash/ime/input_method_menu_item.cc View 1 chunk +0 lines, -54 lines 0 comments Download
D ash/ime/input_method_menu_item_unittest.cc View 1 chunk +0 lines, -32 lines 0 comments Download
D ash/ime/input_method_menu_manager.h View 1 chunk +0 lines, -65 lines 0 comments Download
D ash/ime/input_method_menu_manager.cc View 1 chunk +0 lines, -57 lines 0 comments Download
D ash/ime/input_method_menu_manager_unittest.cc View 1 chunk +0 lines, -73 lines 0 comments Download
D ash/ime/mode_indicator_view.h View 1 chunk +0 lines, -55 lines 0 comments Download
D ash/ime/mode_indicator_view.cc View 1 chunk +0 lines, -95 lines 0 comments Download
M chrome/browser/chromeos/input_method/candidate_window_controller_impl.h View 4 chunks +8 lines, -10 lines 0 comments Download
M chrome/browser/chromeos/input_method/candidate_window_controller_impl.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/chromeos/input_method/input_method_engine.h View 2 chunks +2 lines, -4 lines 0 comments Download
M chrome/browser/chromeos/input_method/input_method_engine.cc View 1 5 chunks +10 lines, -7 lines 0 comments Download
M chrome/browser/chromeos/input_method/input_method_engine_browsertests.cc View 3 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/chromeos/input_method/input_method_manager_impl.cc View 4 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/chromeos/input_method/input_method_manager_impl_unittest.cc View 1 10 chunks +13 lines, -13 lines 0 comments Download
M chrome/browser/chromeos/input_method/mock_input_method_engine.h View 2 chunks +3 lines, -5 lines 0 comments Download
M chrome/browser/chromeos/input_method/mode_indicator_controller.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/ash/system_tray_delegate_chromeos.h View 4 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/ash/system_tray_delegate_chromeos.cc View 6 chunks +7 lines, -7 lines 0 comments Download
M ui/base/BUILD.gn View 1 2 3 2 chunks +7 lines, -0 lines 2 comments Download
M ui/base/DEPS View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M ui/base/test/run_all_unittests.cc View 1 2 3 2 chunks +8 lines, -0 lines 0 comments Download
M ui/base/ui_base_tests.gypi View 1 2 3 1 chunk +7 lines, -0 lines 0 comments Download
M ui/chromeos/BUILD.gn View 1 2 2 chunks +13 lines, -0 lines 0 comments Download
M ui/chromeos/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
A + ui/chromeos/ime/OWNERS View 0 chunks +-1 lines, --1 lines 0 comments Download
A + ui/chromeos/ime/candidate_view.h View 2 chunks +5 lines, -5 lines 0 comments Download
A + ui/chromeos/ime/candidate_view.cc View 3 chunks +4 lines, -5 lines 0 comments Download
A + ui/chromeos/ime/candidate_view_unittest.cc View 3 chunks +3 lines, -3 lines 0 comments Download
A + ui/chromeos/ime/candidate_window_constants.h View 2 chunks +5 lines, -5 lines 0 comments Download
A + ui/chromeos/ime/candidate_window_view.h View 2 chunks +7 lines, -7 lines 0 comments Download
A + ui/chromeos/ime/candidate_window_view.cc View 3 chunks +5 lines, -5 lines 0 comments Download
A + ui/chromeos/ime/candidate_window_view_unittest.cc View 2 chunks +4 lines, -4 lines 0 comments Download
A + ui/chromeos/ime/infolist_window.h View 2 chunks +7 lines, -7 lines 0 comments Download
A + ui/chromeos/ime/infolist_window.cc View 4 chunks +6 lines, -6 lines 0 comments Download
A + ui/chromeos/ime/input_method_menu_item.h View 2 chunks +7 lines, -7 lines 0 comments Download
A + ui/chromeos/ime/input_method_menu_item.cc View 2 chunks +3 lines, -3 lines 0 comments Download
A + ui/chromeos/ime/input_method_menu_item_unittest.cc View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + ui/chromeos/ime/input_method_menu_manager.h View 2 chunks +8 lines, -9 lines 0 comments Download
A + ui/chromeos/ime/input_method_menu_manager.cc View 2 chunks +3 lines, -3 lines 0 comments Download
A + ui/chromeos/ime/input_method_menu_manager_unittest.cc View 2 chunks +3 lines, -3 lines 0 comments Download
A + ui/chromeos/ime/mode_indicator_view.h View 3 chunks +7 lines, -7 lines 0 comments Download
A + ui/chromeos/ime/mode_indicator_view.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M ui/chromeos/ui_chromeos.gyp View 1 4 chunks +16 lines, -3 lines 0 comments Download
M ui/chromeos/ui_chromeos_strings.grd View 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 43 (17 generated)
pkotwicz
shuchen@ PTAL
6 years, 1 month ago (2014-11-06 20:17:07 UTC) #6
Shu Chen
https://codereview.chromium.org/680383008/diff/100001/chrome/browser/chromeos/input_method/input_method_engine.cc File chrome/browser/chromeos/input_method/input_method_engine.cc (right): https://codereview.chromium.org/680383008/diff/100001/chrome/browser/chromeos/input_method/input_method_engine.cc#newcode40 chrome/browser/chromeos/input_method/input_method_engine.cc:40: #if !defined(USE_ATHENA) I think this should be #if defined(USE_ASH)
6 years, 1 month ago (2014-11-08 00:58:17 UTC) #8
Shu Chen
Also, please fix the compile failures for athena and ozone.
6 years, 1 month ago (2014-11-08 01:50:39 UTC) #9
pkotwicz
shuchen@ can you please take another look? I have added a new test target: ui_chromeos_unittests ...
6 years, 1 month ago (2014-11-11 02:17:43 UTC) #11
Shu Chen
lgtm
6 years, 1 month ago (2014-11-11 02:36:10 UTC) #12
pkotwicz
Oshima, can you please take a look? The CL itself is boring. I am mostly ...
6 years, 1 month ago (2014-11-11 03:35:33 UTC) #14
oshima
Is the new test ready to run on CQ/try and main waterfall? If not, it's ...
6 years, 1 month ago (2014-11-11 18:00:11 UTC) #15
pkotwicz
This CL does refactoring only. I have not added any unit tests (apart for taking ...
6 years, 1 month ago (2014-11-11 21:28:58 UTC) #16
pkotwicz
I think I have misread your comment. I will move the tests to ui_base_unittests for ...
6 years, 1 month ago (2014-11-11 21:33:11 UTC) #17
pkotwicz
I think I have misread your comment. I will move the tests to ui_base_unittests for ...
6 years, 1 month ago (2014-11-11 21:33:11 UTC) #18
pkotwicz
I think I have misread your comment. I will move the tests to ui_base_unittests for ...
6 years, 1 month ago (2014-11-11 21:33:12 UTC) #19
oshima
On 2014/11/11 21:28:58, pkotwicz wrote: > This CL does refactoring only. I have not added ...
6 years, 1 month ago (2014-11-11 21:59:35 UTC) #21
pkotwicz
Oshima, can you please take another look? I have temporarily moved the tests to ui_base_unittests
6 years, 1 month ago (2014-11-11 22:05:59 UTC) #22
oshima
lgtm https://codereview.chromium.org/680383008/diff/170001/ui/base/ui_base_tests.gypi File ui/base/ui_base_tests.gypi (right): https://codereview.chromium.org/680383008/diff/170001/ui/base/ui_base_tests.gypi#newcode200 ui/base/ui_base_tests.gypi:200: '../views/views.gyp:views_test_support', can you file a bug and add ...
6 years, 1 month ago (2014-11-11 23:18:05 UTC) #23
tfarina
https://codereview.chromium.org/680383008/diff/170001/ui/base/ui_base_tests.gypi File ui/base/ui_base_tests.gypi (right): https://codereview.chromium.org/680383008/diff/170001/ui/base/ui_base_tests.gypi#newcode200 ui/base/ui_base_tests.gypi:200: '../views/views.gyp:views_test_support', On 2014/11/11 23:18:05, oshima wrote: > can you ...
6 years, 1 month ago (2014-11-12 01:44:31 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/680383008/190001
6 years, 1 month ago (2014-11-12 16:35:13 UTC) #27
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_rel on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_rel/builds/11170)
6 years, 1 month ago (2014-11-12 17:34:30 UTC) #29
pkotwicz
sky@ can you please take a look at the changes in ui/base? There were slightly ...
6 years, 1 month ago (2014-11-13 15:55:30 UTC) #33
pkotwicz
sky@ can you please take a look at the changes in ui/base? There were slightly ...
6 years, 1 month ago (2014-11-13 15:55:35 UTC) #34
pkotwicz
sky@ ping?
6 years, 1 month ago (2014-11-14 15:21:49 UTC) #36
sky
https://codereview.chromium.org/680383008/diff/250001/ui/base/BUILD.gn File ui/base/BUILD.gn (right): https://codereview.chromium.org/680383008/diff/250001/ui/base/BUILD.gn#newcode918 ui/base/BUILD.gn:918: "//ui/views", This is wrong and means there is a ...
6 years, 1 month ago (2014-11-14 17:56:04 UTC) #37
oshima
https://codereview.chromium.org/680383008/diff/250001/ui/base/BUILD.gn File ui/base/BUILD.gn (right): https://codereview.chromium.org/680383008/diff/250001/ui/base/BUILD.gn#newcode918 ui/base/BUILD.gn:918: "//ui/views", On 2014/11/14 17:56:04, sky wrote: > This is ...
6 years, 1 month ago (2014-11-14 19:52:11 UTC) #38
sky
*SIGH* LGTM
6 years, 1 month ago (2014-11-14 20:29:22 UTC) #39
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/680383008/250001
6 years, 1 month ago (2014-11-14 20:47:10 UTC) #41
commit-bot: I haz the power
Committed patchset #4 (id:250001)
6 years, 1 month ago (2014-11-14 21:42:55 UTC) #42
commit-bot: I haz the power
6 years, 1 month ago (2014-11-14 21:44:11 UTC) #43
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/347c774cda72db0e5a5d7f9c6b33c2ada93fc614
Cr-Commit-Position: refs/heads/master@{#304271}

Powered by Google App Engine
This is Rietveld 408576698