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

Issue 404563002: Athena's FocusRules (Closed)

Created:
6 years, 5 months ago by oshima
Modified:
6 years, 5 months ago
Reviewers:
James Cook, sadrul
CC:
chromium-reviews, tfarina, chromium-apps-reviews_chromium.org
Project:
chromium
Visibility:
Public.

Description

Athena's FocusRules Introduce ContainerParams to control the container's behavior Next Steps: * Add explicit z-order priority and add check to catch violation. * Refactor init process and add unit test BUG=394121 TEST=This depends on the app_shell's initialization. I'll work on refactoring so that test/shell/main uses the same initialization process and add test. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=284031

Patch Set 1 : #

Total comments: 11

Patch Set 2 : #

Total comments: 2

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+104 lines, -32 lines) Patch
M apps/shell/browser/shell_desktop_controller.h View 2 chunks +4 lines, -0 lines 0 comments Download
M apps/shell/browser/shell_desktop_controller.cc View 2 chunks +5 lines, -1 line 0 comments Download
M athena/home/home_card_impl.cc View 1 chunk +4 lines, -3 lines 0 comments Download
M athena/main/athena_main.cc View 1 3 chunks +16 lines, -1 line 0 comments Download
M athena/main/debug/debug_window.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M athena/screen/public/screen_manager.h View 1 3 chunks +19 lines, -2 lines 0 comments Download
M athena/screen/screen_manager_impl.cc View 1 2 8 chunks +48 lines, -18 lines 0 comments Download
M athena/virtual_keyboard/virtual_keyboard_manager_impl.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M athena/wm/window_manager_impl.cc View 1 chunk +4 lines, -3 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
oshima
jamescook -> apps/ sadrul -> athena
6 years, 5 months ago (2014-07-17 21:29:46 UTC) #1
oshima
https://codereview.chromium.org/404563002/diff/80001/athena/screen/public/screen_manager.h File athena/screen/public/screen_manager.h (right): https://codereview.chromium.org/404563002/diff/80001/athena/screen/public/screen_manager.h#newcode63 athena/screen/public/screen_manager.h:63: static wm::FocusRules* CreateFocusRules(); I need to refactor initialization process ...
6 years, 5 months ago (2014-07-17 21:31:05 UTC) #2
James Cook
LGTM with nits and one uninitialized member variable to fix https://codereview.chromium.org/404563002/diff/80001/athena/main/athena_main.cc File athena/main/athena_main.cc (right): https://codereview.chromium.org/404563002/diff/80001/athena/main/athena_main.cc#newcode72 ...
6 years, 5 months ago (2014-07-18 02:39:51 UTC) #3
oshima
https://codereview.chromium.org/404563002/diff/80001/athena/main/athena_main.cc File athena/main/athena_main.cc (right): https://codereview.chromium.org/404563002/diff/80001/athena/main/athena_main.cc#newcode72 athena/main/athena_main.cc:72: DISALLOW_COPY_AND_ASSIGN(AthenaDesktopController); On 2014/07/18 02:39:51, James Cook wrote: > nit: ...
6 years, 5 months ago (2014-07-18 04:03:53 UTC) #4
sadrul
LGTM https://codereview.chromium.org/404563002/diff/100001/athena/screen/screen_manager_impl.cc File athena/screen/screen_manager_impl.cc (right): https://codereview.chromium.org/404563002/diff/100001/athena/screen/screen_manager_impl.cc#newcode36 athena/screen/screen_manager_impl.cc:36: virtual bool SupportsChildActivation(aura::Window* window) const OVERRIDE { // ...
6 years, 5 months ago (2014-07-18 04:06:12 UTC) #5
oshima
https://codereview.chromium.org/404563002/diff/100001/athena/screen/screen_manager_impl.cc File athena/screen/screen_manager_impl.cc (right): https://codereview.chromium.org/404563002/diff/100001/athena/screen/screen_manager_impl.cc#newcode36 athena/screen/screen_manager_impl.cc:36: virtual bool SupportsChildActivation(aura::Window* window) const OVERRIDE { On 2014/07/18 ...
6 years, 5 months ago (2014-07-18 04:13:22 UTC) #6
oshima
The CQ bit was checked by oshima@chromium.org
6 years, 5 months ago (2014-07-18 04:13:32 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/oshima@chromium.org/404563002/120001
6 years, 5 months ago (2014-07-18 04:14:46 UTC) #8
commit-bot: I haz the power
6 years, 5 months ago (2014-07-18 07:35:33 UTC) #9
Message was sent while issue was closed.
Change committed as 284031

Powered by Google App Engine
This is Rietveld 408576698