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

Issue 8817018: Implement cycle window forward/backward by keyboard shortcuts. (Closed)

Created:
9 years ago by mazda
Modified:
9 years ago
CC:
chromium-reviews, dhollowa+watch_chromium.org, sadrul, ben+watch_chromium.org
Visibility:
Public.

Description

Implement cycle window forward/backward by keyboard shortcuts. BUG=105204 TEST=Manual Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=114198

Patch Set 1 #

Patch Set 2 : Rebase #

Total comments: 2

Patch Set 3 : Add unittest #

Patch Set 4 : Add check for lock screen view visibility #

Total comments: 1

Patch Set 5 : 'Move IsLocked to Shell' #

Total comments: 2

Patch Set 6 : Remove the check of the lock modal container #

Patch Set 7 : Rebase #

Patch Set 8 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+274 lines, -13 lines) Patch
M ui/aura_shell/aura_shell.gyp View 1 2 3 4 5 6 7 1 chunk +2 lines, -0 lines 0 comments Download
M ui/aura_shell/shell.h View 1 2 3 4 5 6 7 1 chunk +3 lines, -0 lines 0 comments Download
M ui/aura_shell/shell.cc View 1 2 3 4 5 6 7 2 chunks +17 lines, -0 lines 0 comments Download
M ui/aura_shell/shell_accelerator_controller.cc View 1 2 3 4 5 6 7 3 chunks +27 lines, -12 lines 0 comments Download
M ui/aura_shell/shell_accelerator_controller_unittest.cc View 1 2 3 4 5 6 7 2 chunks +110 lines, -0 lines 0 comments Download
M ui/aura_shell/shell_unittest.cc View 1 2 3 4 5 1 chunk +44 lines, -0 lines 0 comments Download
M ui/aura_shell/test/aura_shell_test_base.cc View 1 2 2 chunks +2 lines, -1 line 0 comments Download
A ui/aura_shell/test/test_shell_delegate.h View 1 2 1 chunk +33 lines, -0 lines 0 comments Download
A ui/aura_shell/test/test_shell_delegate.cc View 1 2 1 chunk +36 lines, -0 lines 0 comments Download

Messages

Total messages: 14 (0 generated)
mazda
9 years ago (2011-12-06 14:07:29 UTC) #1
Ben Goodger (Google)
1. unit tests for this, please! 2. can you verify that this does the right ...
9 years ago (2011-12-07 17:13:00 UTC) #2
mazda
Please take another look. > 1. unit tests for this, please! Done. Since Launcher didn't ...
9 years ago (2011-12-09 15:09:46 UTC) #3
Ben Goodger (Google)
http://codereview.chromium.org/8817018/diff/8001/ui/aura_shell/shell_accelerator_controller.cc File ui/aura_shell/shell_accelerator_controller.cc (right): http://codereview.chromium.org/8817018/diff/8001/ui/aura_shell/shell_accelerator_controller.cc#newcode56 ui/aura_shell/shell_accelerator_controller.cc:56: bool IsLocked() { I wonder if we might want ...
9 years ago (2011-12-09 22:53:19 UTC) #4
mazda
On 2011/12/09 22:53:19, Ben Goodger (Google) wrote: > http://codereview.chromium.org/8817018/diff/8001/ui/aura_shell/shell_accelerator_controller.cc > File ui/aura_shell/shell_accelerator_controller.cc (right): > > ...
9 years ago (2011-12-10 04:44:53 UTC) #5
Ben Goodger (Google)
http://codereview.chromium.org/8817018/diff/11001/ui/aura_shell/shell.cc File ui/aura_shell/shell.cc (right): http://codereview.chromium.org/8817018/diff/11001/ui/aura_shell/shell.cc#newcode298 ui/aura_shell/shell.cc:298: const aura::Window* lock_modal_container = GetContainer( I don't believe it's ...
9 years ago (2011-12-11 21:54:05 UTC) #6
mazda
http://codereview.chromium.org/8817018/diff/11001/ui/aura_shell/shell.cc File ui/aura_shell/shell.cc (right): http://codereview.chromium.org/8817018/diff/11001/ui/aura_shell/shell.cc#newcode298 ui/aura_shell/shell.cc:298: const aura::Window* lock_modal_container = GetContainer( On 2011/12/11 21:54:05, Ben ...
9 years ago (2011-12-12 04:53:32 UTC) #7
Ben Goodger (Google)
We shouldn't have anything in the lock modal container unless the screen is locked (i.e. ...
9 years ago (2011-12-12 16:25:34 UTC) #8
mazda
On 2011/12/12 16:25:34, Ben Goodger (Google) wrote: > We shouldn't have anything in the lock ...
9 years ago (2011-12-12 18:53:28 UTC) #9
Ben Goodger (Google)
lgtm
9 years ago (2011-12-12 20:45:27 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mazda@chromium.org/8817018/24001
9 years ago (2011-12-13 04:28:10 UTC) #11
commit-bot: I haz the power
Can't apply patch for file ui/aura_shell/aura_shell.gyp. While running patch -p1 --forward --force; patching file ui/aura_shell/aura_shell.gyp ...
9 years ago (2011-12-13 04:28:12 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mazda@chromium.org/8817018/26002
9 years ago (2011-12-13 07:57:47 UTC) #13
commit-bot: I haz the power
9 years ago (2011-12-13 09:48:55 UTC) #14
Change committed as 114198

Powered by Google App Engine
This is Rietveld 408576698