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

Issue 121163003: Cleanup CandidateWindowView. (Closed)

Created:
6 years, 12 months ago by Jun Mukai
Modified:
6 years, 11 months ago
Reviewers:
Hiro Komatsu
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
Visibility:
Public.

Description

Cleanup CandidateWindowView. - moves the implementation of CandidateView as a separate cc file. - CandidateView is now a button to reduce the click handling. - introduces canceling drag logic over CandidateViews - CandidateWindowView is now a BubbleDelegateView - HidableArea is removed. It's not used anymore. - removes complex GridLayout logic and use BoxLayout. BUG=325813 R=komatsu@chromium.org TEST=unit_tests pass, manually check Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=243106

Patch Set 1 #

Patch Set 2 : fix #

Total comments: 6

Patch Set 3 : rebase #

Patch Set 4 : fix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+670 lines, -1269 lines) Patch
M chrome/browser/chromeos/input_method/candidate_view.h View 2 chunks +17 lines, -47 lines 0 comments Download
A chrome/browser/chromeos/input_method/candidate_view.cc View 1 2 1 chunk +286 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/input_method/candidate_window_controller_impl.h View 1 2 3 2 chunks +4 lines, -8 lines 0 comments Download
M chrome/browser/chromeos/input_method/candidate_window_controller_impl.cc View 1 2 3 7 chunks +45 lines, -50 lines 0 comments Download
M chrome/browser/chromeos/input_method/candidate_window_view.h View 1 2 7 chunks +19 lines, -118 lines 0 comments Download
M chrome/browser/chromeos/input_method/candidate_window_view.cc View 1 2 5 chunks +207 lines, -841 lines 0 comments Download
M chrome/browser/chromeos/input_method/candidate_window_view_unittest.cc View 1 2 10 chunks +90 lines, -107 lines 0 comments Download
D chrome/browser/chromeos/input_method/hidable_area.h View 1 chunk +0 lines, -48 lines 0 comments Download
D chrome/browser/chromeos/input_method/hidable_area.cc View 1 chunk +0 lines, -48 lines 0 comments Download
M chrome/chrome_browser_chromeos.gypi View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
Jun Mukai
6 years, 12 months ago (2013-12-27 06:17:55 UTC) #1
Hiro Komatsu
https://codereview.chromium.org/121163003/diff/30001/chrome/browser/chromeos/input_method/candidate_window_controller_impl.cc File chrome/browser/chromeos/input_method/candidate_window_controller_impl.cc (right): https://codereview.chromium.org/121163003/diff/30001/chrome/browser/chromeos/input_method/candidate_window_controller_impl.cc#newcode45 chrome/browser/chromeos/input_method/candidate_window_controller_impl.cc:45: void CandidateWindowControllerImpl::CreateView() { Let's delete this function. https://codereview.chromium.org/121163003/diff/30001/chrome/browser/chromeos/input_method/candidate_window_controller_impl.cc#newcode234 chrome/browser/chromeos/input_method/candidate_window_controller_impl.cc:234: ...
6 years, 12 months ago (2013-12-27 07:13:34 UTC) #2
Jun Mukai
https://codereview.chromium.org/121163003/diff/30001/chrome/browser/chromeos/input_method/candidate_window_controller_impl.cc File chrome/browser/chromeos/input_method/candidate_window_controller_impl.cc (right): https://codereview.chromium.org/121163003/diff/30001/chrome/browser/chromeos/input_method/candidate_window_controller_impl.cc#newcode45 chrome/browser/chromeos/input_method/candidate_window_controller_impl.cc:45: void CandidateWindowControllerImpl::CreateView() { On 2013/12/27 07:13:34, Hiro Komatsu (OOO ...
6 years, 12 months ago (2013-12-27 11:01:12 UTC) #3
Jun Mukai
ping?
6 years, 11 months ago (2014-01-06 01:21:39 UTC) #4
Hiro Komatsu
lgtm
6 years, 11 months ago (2014-01-06 05:00:11 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mukai@chromium.org/121163003/160001
6 years, 11 months ago (2014-01-06 05:21:31 UTC) #6
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) browser_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&number=241786
6 years, 11 months ago (2014-01-06 09:46:11 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mukai@chromium.org/121163003/160001
6 years, 11 months ago (2014-01-06 13:46:07 UTC) #8
commit-bot: I haz the power
6 years, 11 months ago (2014-01-06 17:03:27 UTC) #9
Message was sent while issue was closed.
Change committed as 243106

Powered by Google App Engine
This is Rietveld 408576698