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

Issue 247363005: Fullscreen/immersive mode is allowed in touch view mode, the shelf gets hidden and an edge swipe br… (Closed)

Created:
6 years, 8 months ago by Mr4D (OOO till 08-26)
Modified:
6 years, 8 months ago
Reviewers:
oshima
CC:
chromium-reviews, kalyank, sadrul, ben+ash_chromium.org
Visibility:
Public.

Description

Fullscreen/immersive mode is allowed in touch view mode, the shelf gets hidden and an edge swipe brings the shelf back. Allowing immersive / full screen mode in maximize mode BUG=359606 TEST=ash tests and visual Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=266350

Patch Set 1 #

Total comments: 8

Patch Set 2 : . #

Patch Set 3 : . #

Patch Set 4 : merged with other changes #

Patch Set 5 : . #

Total comments: 4

Patch Set 6 : . #

Total comments: 4

Patch Set 7 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+278 lines, -91 lines) Patch
M ash/ash.gyp View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
M ash/shelf/shelf_layout_manager.h View 1 chunk +3 lines, -0 lines 0 comments Download
M ash/shelf/shelf_layout_manager.cc View 1 2 3 7 chunks +17 lines, -6 lines 0 comments Download
M ash/shelf/shelf_layout_manager_unittest.cc View 1 chunk +33 lines, -0 lines 0 comments Download
M ash/wm/default_state.cc View 1 2 3 4 5 2 chunks +3 lines, -18 lines 0 comments Download
M ash/wm/maximize_mode/maximize_mode_window_manager_unittest.cc View 1 2 3 4 5 2 chunks +64 lines, -7 lines 0 comments Download
M ash/wm/maximize_mode/maximize_mode_window_state.h View 1 1 chunk +16 lines, -6 lines 0 comments Download
M ash/wm/maximize_mode/maximize_mode_window_state.cc View 1 2 3 4 5 6 8 chunks +86 lines, -54 lines 0 comments Download
A ash/wm/window_state_util.h View 1 2 3 4 5 1 chunk +19 lines, -0 lines 0 comments Download
A ash/wm/window_state_util.cc View 1 2 3 4 5 1 chunk +35 lines, -0 lines 0 comments Download

Messages

Total messages: 14 (0 generated)
Mr4D (OOO till 08-26)
Please have a look!
6 years, 8 months ago (2014-04-22 21:05:32 UTC) #1
oshima
https://codereview.chromium.org/247363005/diff/1/ash/wm/maximize_mode/maximize_mode_window_state.cc File ash/wm/maximize_mode/maximize_mode_window_state.cc (right): https://codereview.chromium.org/247363005/diff/1/ash/wm/maximize_mode/maximize_mode_window_state.cc#newcode126 ash/wm/maximize_mode/maximize_mode_window_state.cc:126: true); can you refactor the code in default_state and ...
6 years, 8 months ago (2014-04-23 15:57:38 UTC) #2
Mr4D (OOO till 08-26)
Please have another look! https://codereview.chromium.org/247363005/diff/1/ash/wm/maximize_mode/maximize_mode_window_state.cc File ash/wm/maximize_mode/maximize_mode_window_state.cc (right): https://codereview.chromium.org/247363005/diff/1/ash/wm/maximize_mode/maximize_mode_window_state.cc#newcode126 ash/wm/maximize_mode/maximize_mode_window_state.cc:126: true); Not quite sure what ...
6 years, 8 months ago (2014-04-23 19:20:31 UTC) #3
oshima
https://codereview.chromium.org/247363005/diff/1/ash/wm/maximize_mode/maximize_mode_window_state.cc File ash/wm/maximize_mode/maximize_mode_window_state.cc (right): https://codereview.chromium.org/247363005/diff/1/ash/wm/maximize_mode/maximize_mode_window_state.cc#newcode150 ash/wm/maximize_mode/maximize_mode_window_state.cc:150: case wm::WM_EVENT_SET_BOUNDS: On 2014/04/23 19:20:31, Mr4D wrote: > Not ...
6 years, 8 months ago (2014-04-24 00:35:14 UTC) #4
Mr4D (OOO till 08-26)
Done. Please have another look! https://codereview.chromium.org/247363005/diff/1/ash/wm/maximize_mode/maximize_mode_window_state.cc File ash/wm/maximize_mode/maximize_mode_window_state.cc (right): https://codereview.chromium.org/247363005/diff/1/ash/wm/maximize_mode/maximize_mode_window_state.cc#newcode150 ash/wm/maximize_mode/maximize_mode_window_state.cc:150: case wm::WM_EVENT_SET_BOUNDS: Checked with ...
6 years, 8 months ago (2014-04-24 21:52:12 UTC) #5
Mr4D (OOO till 08-26)
Merged with other landed changes. Please have another look!
6 years, 8 months ago (2014-04-25 14:40:05 UTC) #6
Mr4D (OOO till 08-26)
Please have another look https://codereview.chromium.org/247363005/diff/1/ash/wm/maximize_mode/maximize_mode_window_state.cc File ash/wm/maximize_mode/maximize_mode_window_state.cc (right): https://codereview.chromium.org/247363005/diff/1/ash/wm/maximize_mode/maximize_mode_window_state.cc#newcode126 ash/wm/maximize_mode/maximize_mode_window_state.cc:126: true); Your comment was a ...
6 years, 8 months ago (2014-04-25 17:36:28 UTC) #7
oshima
https://codereview.chromium.org/247363005/diff/1/ash/wm/maximize_mode/maximize_mode_window_state.cc File ash/wm/maximize_mode/maximize_mode_window_state.cc (right): https://codereview.chromium.org/247363005/diff/1/ash/wm/maximize_mode/maximize_mode_window_state.cc#newcode126 ash/wm/maximize_mode/maximize_mode_window_state.cc:126: true); On 2014/04/25 17:36:29, Mr4D wrote: > Your comment ...
6 years, 8 months ago (2014-04-25 18:46:55 UTC) #8
Mr4D (OOO till 08-26)
Have another look! https://codereview.chromium.org/247363005/diff/80001/ash/wm/maximize_mode/maximize_mode_window_manager_unittest.cc File ash/wm/maximize_mode/maximize_mode_window_manager_unittest.cc (right): https://codereview.chromium.org/247363005/diff/80001/ash/wm/maximize_mode/maximize_mode_window_manager_unittest.cc#newcode701 ash/wm/maximize_mode/maximize_mode_window_manager_unittest.cc:701: // Full screen mode should now ...
6 years, 8 months ago (2014-04-25 19:55:19 UTC) #9
oshima
lgtm with nits https://codereview.chromium.org/247363005/diff/100001/ash/wm/maximize_mode/maximize_mode_window_state.cc File ash/wm/maximize_mode/maximize_mode_window_state.cc (right): https://codereview.chromium.org/247363005/diff/100001/ash/wm/maximize_mode/maximize_mode_window_state.cc#newcode59 ash/wm/maximize_mode/maximize_mode_window_state.cc:59: gfx::Rect GetMaximizedAndCenteredBounds(wm::WindowState* state_object) { nit: can ...
6 years, 8 months ago (2014-04-25 20:14:58 UTC) #10
Mr4D (OOO till 08-26)
Thanks for your review! https://codereview.chromium.org/247363005/diff/100001/ash/wm/maximize_mode/maximize_mode_window_state.cc File ash/wm/maximize_mode/maximize_mode_window_state.cc (right): https://codereview.chromium.org/247363005/diff/100001/ash/wm/maximize_mode/maximize_mode_window_state.cc#newcode59 ash/wm/maximize_mode/maximize_mode_window_state.cc:59: gfx::Rect GetMaximizedAndCenteredBounds(wm::WindowState* state_object) { On ...
6 years, 8 months ago (2014-04-25 21:00:48 UTC) #11
Mr4D (OOO till 08-26)
The CQ bit was checked by skuhne@chromium.org
6 years, 8 months ago (2014-04-25 21:00:53 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/skuhne@chromium.org/247363005/120001
6 years, 8 months ago (2014-04-25 22:02:42 UTC) #13
commit-bot: I haz the power
6 years, 8 months ago (2014-04-26 10:13:14 UTC) #14
Message was sent while issue was closed.
Change committed as 266350

Powered by Google App Engine
This is Rietveld 408576698