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

Issue 251193005: Enabled volume buttons when TouchView is active (Closed)

Created:
6 years, 7 months ago by bruthig
Modified:
6 years, 7 months ago
Reviewers:
flackr, jonross, oshima
CC:
chromium-reviews, kalyank, sadrul, ben+ash_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Enabled volume buttons when TouchView is active BUG=364584 TEST=MaximizeModeControllerTest.AllowsVolumeControl Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=268181

Patch Set 1 #

Total comments: 12

Patch Set 2 : Style fixes as per Jons comments from Patch Set 1 #

Total comments: 3

Patch Set 3 : Addressed Jon's comments from Patch Set 2 #

Total comments: 16

Patch Set 4 : Addressed Rob's comments from patch set 3 #

Total comments: 16

Patch Set 5 : Addressed Rob's comments for patch set 4 #

Patch Set 6 : Addressed Rob's comments for patch set 55 #

Patch Set 7 : Merged changes with trunk #

Unified diffs Side-by-side diffs Delta from patch set Stats (+150 lines, -57 lines) Patch
M ash/accelerators/accelerator_controller_unittest.cc View 1 2 3 4 7 chunks +8 lines, -55 lines 0 comments Download
M ash/ash.gyp View 1 2 3 4 5 6 1 chunk +2 lines, -0 lines 0 comments Download
A ash/test/test_volume_control_delegate.h View 1 2 3 4 5 1 chunk +56 lines, -0 lines 0 comments Download
A ash/test/test_volume_control_delegate.cc View 1 2 3 4 1 chunk +40 lines, -0 lines 0 comments Download
M ash/wm/maximize_mode/maximize_mode_controller_unittest.cc View 1 2 3 4 5 6 2 chunks +30 lines, -0 lines 0 comments Download
M ash/wm/maximize_mode/maximize_mode_event_blocker.cc View 1 2 3 4 2 chunks +14 lines, -2 lines 0 comments Download

Messages

Total messages: 17 (0 generated)
jonross
https://codereview.chromium.org/251193005/diff/1/ash/ash.gyp File ash/ash.gyp (right): https://codereview.chromium.org/251193005/diff/1/ash/ash.gyp#newcode805 ash/ash.gyp:805: 'test/dummy_volume_control_delegate.cc', Place in alphabetical order by file name. So ...
6 years, 7 months ago (2014-04-29 14:42:42 UTC) #1
bruthig
https://codereview.chromium.org/251193005/diff/1/ash/ash.gyp File ash/ash.gyp (right): https://codereview.chromium.org/251193005/diff/1/ash/ash.gyp#newcode805 ash/ash.gyp:805: 'test/dummy_volume_control_delegate.cc', On 2014/04/29 14:42:43, jonross wrote: > Place in ...
6 years, 7 months ago (2014-04-29 15:49:00 UTC) #2
jonross
One nit, and one naming comment. Otherwise it looks like you can bring flackr@ into ...
6 years, 7 months ago (2014-04-29 17:32:09 UTC) #3
bruthig
https://codereview.chromium.org/251193005/diff/20001/ash/wm/maximize_mode/maximize_mode_event_blocker.cc File ash/wm/maximize_mode/maximize_mode_event_blocker.cc (right): https://codereview.chromium.org/251193005/diff/20001/ash/wm/maximize_mode/maximize_mode_event_blocker.cc#newcode64 ash/wm/maximize_mode/maximize_mode_event_blocker.cc:64: keyEvent->key_code() != ui::VKEY_VOLUME_UP) { On 2014/04/29 17:32:09, jonross wrote: ...
6 years, 7 months ago (2014-04-29 18:59:42 UTC) #4
flackr
Generally looks good. Can you update the issue subject and description? Subject and first line ...
6 years, 7 months ago (2014-04-29 21:43:54 UTC) #5
flackr
https://codereview.chromium.org/251193005/diff/40001/ash/wm/maximize_mode/maximize_mode_event_blocker.cc File ash/wm/maximize_mode/maximize_mode_event_blocker.cc (right): https://codereview.chromium.org/251193005/diff/40001/ash/wm/maximize_mode/maximize_mode_event_blocker.cc#newcode62 ash/wm/maximize_mode/maximize_mode_event_blocker.cc:62: // TODO(bruthig): This is a partial fix to issue ...
6 years, 7 months ago (2014-04-29 21:49:24 UTC) #6
bruthig
https://codereview.chromium.org/251193005/diff/40001/ash/test/volume_control_delegate_stub.cc File ash/test/volume_control_delegate_stub.cc (right): https://codereview.chromium.org/251193005/diff/40001/ash/test/volume_control_delegate_stub.cc#newcode10 ash/test/volume_control_delegate_stub.cc:10: : consume_(consume), On 2014/04/29 21:43:54, flackr wrote: > indent ...
6 years, 7 months ago (2014-04-30 14:04:45 UTC) #7
flackr
https://codereview.chromium.org/251193005/diff/60001/ash/test/volume_control_delegate_stub.cc File ash/test/volume_control_delegate_stub.cc (right): https://codereview.chromium.org/251193005/diff/60001/ash/test/volume_control_delegate_stub.cc#newcode16 ash/test/volume_control_delegate_stub.cc:16: VolumeControlDelegateStub::~VolumeControlDelegateStub() {} nit: We tend to only use {} ...
6 years, 7 months ago (2014-04-30 14:27:44 UTC) #8
bruthig
https://codereview.chromium.org/251193005/diff/60001/ash/test/volume_control_delegate_stub.cc File ash/test/volume_control_delegate_stub.cc (right): https://codereview.chromium.org/251193005/diff/60001/ash/test/volume_control_delegate_stub.cc#newcode16 ash/test/volume_control_delegate_stub.cc:16: VolumeControlDelegateStub::~VolumeControlDelegateStub() {} On 2014/04/30 14:27:44, flackr wrote: > nit: ...
6 years, 7 months ago (2014-04-30 15:36:15 UTC) #9
jonross
LTGM On 2014/04/30 15:36:15, bruthig wrote: > https://codereview.chromium.org/251193005/diff/60001/ash/test/volume_control_delegate_stub.cc > File ash/test/volume_control_delegate_stub.cc (right): > > https://codereview.chromium.org/251193005/diff/60001/ash/test/volume_control_delegate_stub.cc#newcode16 ...
6 years, 7 months ago (2014-04-30 15:39:32 UTC) #10
jonross
On 2014/04/30 15:39:32, jonross wrote: > LTGM > > On 2014/04/30 15:36:15, bruthig wrote: > ...
6 years, 7 months ago (2014-04-30 15:40:05 UTC) #11
flackr
LGTM with nit https://codereview.chromium.org/251193005/diff/60001/ash/test/volume_control_delegate_stub.h File ash/test/volume_control_delegate_stub.h (right): https://codereview.chromium.org/251193005/diff/60001/ash/test/volume_control_delegate_stub.h#newcode13 ash/test/volume_control_delegate_stub.h:13: // A simple TestDouble for a ...
6 years, 7 months ago (2014-04-30 15:43:09 UTC) #12
bruthig
oshima@chromium.org: Please review changes in
6 years, 7 months ago (2014-04-30 15:49:26 UTC) #13
oshima
lgtm
6 years, 7 months ago (2014-05-01 19:35:20 UTC) #14
bruthig
The CQ bit was checked by bruthig@chromium.org
6 years, 7 months ago (2014-05-05 13:20:01 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bruthig@chromium.org/251193005/100001
6 years, 7 months ago (2014-05-05 13:20:14 UTC) #16
commit-bot: I haz the power
6 years, 7 months ago (2014-05-05 15:07:30 UTC) #17
Message was sent while issue was closed.
Change committed as 268181

Powered by Google App Engine
This is Rietveld 408576698