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

Issue 10383108: Adding four bezel gestures (Closed)

Created:
8 years, 7 months ago by Mr4D (OOO till 08-26)
Modified:
8 years, 7 months ago
Reviewers:
sadrul, sky
CC:
chromium-reviews, sadrul, ben+watch_chromium.org
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : Added the app list toggle #

Total comments: 14

Patch Set 3 : Addressed first review #

Total comments: 12

Patch Set 4 : Addressed second review #

Patch Set 5 : Fixed the issues which were introduced by the DPI changes #

Total comments: 2

Patch Set 6 : Addressed comments #

Total comments: 2

Patch Set 7 : Added space as requested by reviewer #

Patch Set 8 : Fixing build breakage #

Unified diffs Side-by-side diffs Delta from patch set Stats (+484 lines, -2 lines) Patch
M ash/accelerators/accelerator_controller.h View 3 4 1 chunk +4 lines, -0 lines 0 comments Download
M ash/accelerators/accelerator_controller_unittest.cc View 1 2 3 4 5 6 7 1 chunk +2 lines, -0 lines 0 comments Download
M ash/test/test_launcher_delegate.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/test/test_launcher_delegate.cc View 1 2 1 chunk +7 lines, -0 lines 0 comments Download
M ash/volume_control_delegate.h View 1 chunk +4 lines, -0 lines 0 comments Download
M ash/wm/system_gesture_event_filter.h View 1 2 3 2 chunks +39 lines, -0 lines 0 comments Download
M ash/wm/system_gesture_event_filter.cc View 1 2 3 4 5 6 7 2 chunks +121 lines, -2 lines 0 comments Download
M ash/wm/system_gesture_event_filter_unittest.cc View 1 2 3 4 2 chunks +295 lines, -0 lines 0 comments Download
M chrome/browser/ui/views/ash/volume_controller_chromeos.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/views/ash/volume_controller_chromeos.cc View 1 2 1 chunk +10 lines, -0 lines 0 comments Download

Messages

Total messages: 15 (0 generated)
Mr4D (OOO till 08-26)
Actually I also added in the footwork for the fifth gesture, but I am waiting ...
8 years, 7 months ago (2012-05-10 15:26:14 UTC) #1
sky
http://codereview.chromium.org/10383108/diff/3001/ash/test/test_launcher_delegate.cc File ash/test/test_launcher_delegate.cc (right): http://codereview.chromium.org/10383108/diff/3001/ash/test/test_launcher_delegate.cc#newcode33 ash/test/test_launcher_delegate.cc:33: aura::Window* window, LauncherItemStatus status) { nit: wrap status to ...
8 years, 7 months ago (2012-05-11 17:00:01 UTC) #2
Mr4D (OOO till 08-26)
Addressed. Have another look! http://codereview.chromium.org/10383108/diff/3001/ash/test/test_launcher_delegate.cc File ash/test/test_launcher_delegate.cc (right): http://codereview.chromium.org/10383108/diff/3001/ash/test/test_launcher_delegate.cc#newcode33 ash/test/test_launcher_delegate.cc:33: aura::Window* window, LauncherItemStatus status) { ...
8 years, 7 months ago (2012-05-11 18:09:59 UTC) #3
sadrul
http://codereview.chromium.org/10383108/diff/7001/ash/wm/system_gesture_event_filter.cc File ash/wm/system_gesture_event_filter.cc (right): http://codereview.chromium.org/10383108/diff/7001/ash/wm/system_gesture_event_filter.cc#newcode54 ash/wm/system_gesture_event_filter.cc:54: if (start_location_ == BEZEL_START_UNSET) { Should this be a ...
8 years, 7 months ago (2012-05-11 22:49:33 UTC) #4
Mr4D (OOO till 08-26)
Can you please have a look again? Thanks! http://codereview.chromium.org/10383108/diff/7001/ash/wm/system_gesture_event_filter.cc File ash/wm/system_gesture_event_filter.cc (right): http://codereview.chromium.org/10383108/diff/7001/ash/wm/system_gesture_event_filter.cc#newcode54 ash/wm/system_gesture_event_filter.cc:54: if ...
8 years, 7 months ago (2012-05-13 23:19:05 UTC) #5
sadrul
http://codereview.chromium.org/10383108/diff/7001/ash/wm/system_gesture_event_filter.cc File ash/wm/system_gesture_event_filter.cc (right): http://codereview.chromium.org/10383108/diff/7001/ash/wm/system_gesture_event_filter.cc#newcode54 ash/wm/system_gesture_event_filter.cc:54: if (start_location_ == BEZEL_START_UNSET) { On 2012/05/13 23:19:05, Mr4D ...
8 years, 7 months ago (2012-05-14 14:41:43 UTC) #6
Mr4D (OOO till 08-26)
Addressed! Please have another look! http://codereview.chromium.org/10383108/diff/7001/ash/wm/system_gesture_event_filter.cc File ash/wm/system_gesture_event_filter.cc (right): http://codereview.chromium.org/10383108/diff/7001/ash/wm/system_gesture_event_filter.cc#newcode54 ash/wm/system_gesture_event_filter.cc:54: if (start_location_ == BEZEL_START_UNSET) ...
8 years, 7 months ago (2012-05-15 00:22:01 UTC) #7
sadrul
LGTM (want moar braces) http://codereview.chromium.org/10383108/diff/15001/ash/wm/system_gesture_event_filter.cc File ash/wm/system_gesture_event_filter.cc (right): http://codereview.chromium.org/10383108/diff/15001/ash/wm/system_gesture_event_filter.cc#newcode79 ash/wm/system_gesture_event_filter.cc:79: else { 'if' should also ...
8 years, 7 months ago (2012-05-18 18:34:24 UTC) #8
Mr4D (OOO till 08-26)
Done! Thanks! http://codereview.chromium.org/10383108/diff/15001/ash/wm/system_gesture_event_filter.cc File ash/wm/system_gesture_event_filter.cc (right): http://codereview.chromium.org/10383108/diff/15001/ash/wm/system_gesture_event_filter.cc#newcode79 ash/wm/system_gesture_event_filter.cc:79: else { On 2012/05/18 18:34:24, sadrul wrote: ...
8 years, 7 months ago (2012-05-18 18:40:22 UTC) #9
sky
LGTM http://codereview.chromium.org/10383108/diff/18002/ash/accelerators/accelerator_controller_unittest.cc File ash/accelerators/accelerator_controller_unittest.cc (left): http://codereview.chromium.org/10383108/diff/18002/ash/accelerators/accelerator_controller_unittest.cc#oldcode129 ash/accelerators/accelerator_controller_unittest.cc:129: handle_volume_up_count_(0) { nit: leave the space here.
8 years, 7 months ago (2012-05-18 19:49:30 UTC) #10
Mr4D (OOO till 08-26)
Done. Thanks! http://codereview.chromium.org/10383108/diff/18002/ash/accelerators/accelerator_controller_unittest.cc File ash/accelerators/accelerator_controller_unittest.cc (left): http://codereview.chromium.org/10383108/diff/18002/ash/accelerators/accelerator_controller_unittest.cc#oldcode129 ash/accelerators/accelerator_controller_unittest.cc:129: handle_volume_up_count_(0) { On 2012/05/18 19:49:31, sky wrote: ...
8 years, 7 months ago (2012-05-18 20:30:04 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/skuhne@chromium.org/10383108/4022
8 years, 7 months ago (2012-05-18 20:30:57 UTC) #12
commit-bot: I haz the power
Change committed as 137968
8 years, 7 months ago (2012-05-18 21:48:41 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/skuhne@chromium.org/10383108/1017
8 years, 7 months ago (2012-05-18 23:35:01 UTC) #14
commit-bot: I haz the power
8 years, 7 months ago (2012-05-19 00:59:45 UTC) #15
Change committed as 138000

Powered by Google App Engine
This is Rietveld 408576698