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

Issue 322503005: Athena's FocusManager (Closed)

Created:
6 years, 6 months ago by oshima
Modified:
6 years, 6 months ago
CC:
chromium-reviews, darin-cc_chromium.org, jam
Visibility:
Public.

Description

Athena's FocusManager This is necessary to handle non reserved accelerator. Plus a couple of improvements * move deps for tests to athena/DEPS * add capture/activation controllers. * don't set override redirect for athena_shell. BUG=375534 TBR=ben@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=276267

Patch Set 1 : #

Total comments: 9

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+288 lines, -52 lines) Patch
M athena/DEPS View 1 chunk +10 lines, -1 line 0 comments Download
M athena/activity/DEPS View 1 chunk +0 lines, -6 lines 0 comments Download
M athena/athena.gyp View 3 chunks +6 lines, -0 lines 0 comments Download
A + athena/common/switches.h View 1 chunk +6 lines, -3 lines 0 comments Download
A athena/common/switches.cc View 1 chunk +22 lines, -0 lines 0 comments Download
M athena/home/home_card_impl.cc View 2 chunks +1 line, -2 lines 0 comments Download
M athena/input/DEPS View 1 chunk +1 line, -5 lines 0 comments Download
M athena/input/accelerator_manager_impl.h View 2 chunks +6 lines, -4 lines 0 comments Download
M athena/input/accelerator_manager_impl.cc View 1 8 chunks +76 lines, -11 lines 0 comments Download
M athena/input/accelerator_manager_unittest.cc View 2 chunks +6 lines, -7 lines 0 comments Download
M athena/input/input_manager_impl.cc View 2 chunks +2 lines, -1 line 0 comments Download
M athena/input/public/accelerator_manager.h View 2 chunks +4 lines, -2 lines 0 comments Download
M athena/screen/DEPS View 1 chunk +2 lines, -0 lines 0 comments Download
M athena/screen/background_controller.cc View 1 chunk +2 lines, -0 lines 0 comments Download
A athena/screen/screen_accelerator_handler.h View 1 chunk +33 lines, -0 lines 0 comments Download
A athena/screen/screen_accelerator_handler.cc View 1 chunk +96 lines, -0 lines 0 comments Download
M athena/screen/screen_manager_impl.cc View 3 chunks +8 lines, -0 lines 0 comments Download
M athena/test/athena_test_base.cc View 2 chunks +7 lines, -0 lines 0 comments Download
M athena/test/athena_test_helper.cc View 2 chunks +0 lines, -4 lines 0 comments Download
M athena/wm/DEPS View 1 chunk +0 lines, -6 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
oshima
6 years, 6 months ago (2014-06-10 01:26:17 UTC) #1
Jun Mukai
https://codereview.chromium.org/322503005/diff/100001/athena/input/accelerator_manager_impl.cc File athena/input/accelerator_manager_impl.cc (right): https://codereview.chromium.org/322503005/diff/100001/athena/input/accelerator_manager_impl.cc#newcode77 athena/input/accelerator_manager_impl.cc:77: class FocusManagerDelegate : public views::FocusManagerDelegate { It seems like ...
6 years, 6 months ago (2014-06-10 01:43:05 UTC) #2
oshima
https://codereview.chromium.org/322503005/diff/100001/athena/input/accelerator_manager_impl.cc File athena/input/accelerator_manager_impl.cc (right): https://codereview.chromium.org/322503005/diff/100001/athena/input/accelerator_manager_impl.cc#newcode77 athena/input/accelerator_manager_impl.cc:77: class FocusManagerDelegate : public views::FocusManagerDelegate { On 2014/06/10 01:43:05, ...
6 years, 6 months ago (2014-06-10 05:18:11 UTC) #3
Jun Mukai
lgtm https://codereview.chromium.org/322503005/diff/100001/athena/screen/screen_manager_impl.cc File athena/screen/screen_manager_impl.cc (right): https://codereview.chromium.org/322503005/diff/100001/athena/screen/screen_manager_impl.cc#newcode110 athena/screen/screen_manager_impl.cc:110: scoped_ptr< ::wm::ScopedCaptureClient> capture_client_; On 2014/06/10 05:18:11, oshima wrote: ...
6 years, 6 months ago (2014-06-10 19:32:50 UTC) #4
oshima
tbr'ing ben for following DEPS change that we already have in athena ui/views (athena/input/DEPS) ui/wm ...
6 years, 6 months ago (2014-06-10 19:38:00 UTC) #5
oshima
The CQ bit was checked by oshima@chromium.org
6 years, 6 months ago (2014-06-10 19:38:03 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/oshima@chromium.org/322503005/120001
6 years, 6 months ago (2014-06-10 19:39:11 UTC) #7
commit-bot: I haz the power
6 years, 6 months ago (2014-06-11 05:04:25 UTC) #8
Message was sent while issue was closed.
Change committed as 276267

Powered by Google App Engine
This is Rietveld 408576698