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

Issue 9515003: Fix the full screen switching browser window dipping below launcher bar issue. (Closed)

Created:
8 years, 9 months ago by jennyz
Modified:
8 years, 9 months ago
Reviewers:
sky
CC:
chromium-reviews, dhollowa+watch_chromium.org, sadrul, ben+watch_chromium.org
Visibility:
Public.

Description

Fix the full screen switching browser window dipping below launcher bar issue. BUG=114497 TEST=The browser window should not dipping under the launcher bar when toggling with full screen mode. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=124524

Patch Set 1 #

Total comments: 4

Patch Set 2 : Fix the issue for managed window mode, add tests. #

Total comments: 12

Patch Set 3 : Minor changes addressing code review comments. #

Patch Set 4 : Make SetWorkSpaceBounds private. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+141 lines, -28 lines) Patch
M ash/wm/base_layout_manager.h View 1 2 chunks +7 lines, -0 lines 0 comments Download
M ash/wm/base_layout_manager.cc View 1 2 2 chunks +24 lines, -15 lines 0 comments Download
M ash/wm/base_layout_manager_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/shelf_layout_manager.cc View 1 3 chunks +3 lines, -3 lines 0 comments Download
M ash/wm/shelf_layout_manager_unittest.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M ash/wm/toplevel_layout_manager_unittest.cc View 1 2 2 chunks +21 lines, -1 line 0 comments Download
M ash/wm/workspace/workspace_manager.h View 1 2 3 2 chunks +6 lines, -0 lines 0 comments Download
M ash/wm/workspace/workspace_manager.cc View 1 2 3 2 chunks +12 lines, -4 lines 0 comments Download
M ash/wm/workspace/workspace_manager_unittest.cc View 1 2 3 1 chunk +42 lines, -0 lines 0 comments Download
M ash/wm/workspace/workspace_window_resizer_unittest.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/workspace_controller.h View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
M ash/wm/workspace_controller.cc View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M ui/aura/root_window.h View 1 2 2 chunks +4 lines, -1 line 0 comments Download
M ui/aura/root_window.cc View 1 2 1 chunk +8 lines, -0 lines 0 comments Download
M ui/aura/root_window_observer.h View 1 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
jennyz
8 years, 9 months ago (2012-02-28 19:44:24 UTC) #1
sky
You also need to do the following: . make RootWindow::screen() return a const ScreenAura, or ...
8 years, 9 months ago (2012-02-28 20:49:25 UTC) #2
jennyz
Fix the issue for the managed mode in WorkSpaceManagerController and add 2 test cases. http://codereview.chromium.org/9515003/diff/1/ash/wm/shelf_layout_manager.cc ...
8 years, 9 months ago (2012-03-01 00:56:13 UTC) #3
sky
http://codereview.chromium.org/9515003/diff/6003/ash/wm/base_layout_manager.cc File ash/wm/base_layout_manager.cc (right): http://codereview.chromium.org/9515003/diff/6003/ash/wm/base_layout_manager.cc#newcode77 ash/wm/base_layout_manager.cc:77: void BaseLayoutManager::AdjustWindowSizesForScreenChange() { Order should match that of header. ...
8 years, 9 months ago (2012-03-01 01:43:19 UTC) #4
jennyz
http://codereview.chromium.org/9515003/diff/6003/ash/wm/base_layout_manager.cc File ash/wm/base_layout_manager.cc (right): http://codereview.chromium.org/9515003/diff/6003/ash/wm/base_layout_manager.cc#newcode77 ash/wm/base_layout_manager.cc:77: void BaseLayoutManager::AdjustWindowSizesForScreenChange() { On 2012/03/01 01:43:19, sky wrote: > ...
8 years, 9 months ago (2012-03-01 18:27:45 UTC) #5
sky
http://codereview.chromium.org/9515003/diff/6003/ash/wm/workspace_controller.cc File ash/wm/workspace_controller.cc (right): http://codereview.chromium.org/9515003/diff/6003/ash/wm/workspace_controller.cc#newcode79 ash/wm/workspace_controller.cc:79: workspace_manager_->SetWorkspaceBounds(); On 2012/03/01 18:27:45, jennyz wrote: > On 2012/03/01 ...
8 years, 9 months ago (2012-03-01 18:43:45 UTC) #6
jennyz
Did the change to SetWorkspaceBounds as we discussed. Also did a rebase, so please ignore ...
8 years, 9 months ago (2012-03-01 19:13:11 UTC) #7
sky
LGTM
8 years, 9 months ago (2012-03-01 20:52:03 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jennyz@chromium.org/9515003/16019
8 years, 9 months ago (2012-03-01 21:21:45 UTC) #9
commit-bot: I haz the power
8 years, 9 months ago (2012-03-01 23:14:18 UTC) #10
Change committed as 124524

Powered by Google App Engine
This is Rietveld 408576698