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

Issue 14340007: Hide the tab indicators and the shelf when in immersive + tab fullscreen (Closed)

Created:
7 years, 8 months ago by pkotwicz
Modified:
7 years, 7 months ago
Reviewers:
James Cook, sky
CC:
chromium-reviews, tfarina, sadrul, ben+watch_chromium.org
Visibility:
Public.

Description

Hide the tab indicators and the shelf when in immersive + tab fullscreen. BUG=234447, 233271 Test=ImmersiveModeControllerAshTest.TabAndBrowserFullscreen, RootWindowController.GetFullscreenWindow Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=197400

Patch Set 1 #

Total comments: 2

Patch Set 2 : Removed kImmersiveModeKey #

Total comments: 3

Patch Set 3 : Simplified fullscreen_ code #

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : #

Patch Set 7 : #

Patch Set 8 : Fixed LauncherContextMenuTest #

Patch Set 9 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+266 lines, -120 lines) Patch
M ash/root_window_controller.h View 1 2 1 chunk +4 lines, -3 lines 0 comments Download
M ash/root_window_controller.cc View 1 2 3 4 5 6 7 2 chunks +5 lines, -4 lines 0 comments Download
M ash/root_window_controller_unittest.cc View 1 chunk +23 lines, -20 lines 0 comments Download
M ash/shelf/shelf_layout_manager.cc View 1 2 3 4 5 6 7 2 chunks +11 lines, -7 lines 0 comments Download
M ash/wm/window_properties.h View 1 2 chunks +6 lines, -3 lines 0 comments Download
M ash/wm/window_properties.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/window_util.h View 1 chunk +0 lines, -3 lines 0 comments Download
M ash/wm/window_util.cc View 1 2 3 1 chunk +0 lines, -12 lines 0 comments Download
D chrome/browser/fullscreen_ash.cc View 1 chunk +0 lines, -14 lines 0 comments Download
A chrome/browser/fullscreen_chromeos.cc View 1 2 1 chunk +13 lines, -0 lines 0 comments Download
M chrome/browser/fullscreen_win.cc View 1 2 2 chunks +6 lines, -3 lines 0 comments Download
M chrome/browser/ui/ash/launcher/launcher_context_menu.cc View 2 chunks +6 lines, -7 lines 0 comments Download
M chrome/browser/ui/ash/launcher/launcher_context_menu_unittest.cc View 1 2 3 4 5 6 7 5 chunks +11 lines, -8 lines 0 comments Download
M chrome/browser/ui/views/frame/immersive_mode_controller_ash.h View 1 2 3 9 chunks +31 lines, -4 lines 0 comments Download
M chrome/browser/ui/views/frame/immersive_mode_controller_ash.cc View 1 2 3 4 5 6 12 chunks +79 lines, -21 lines 0 comments Download
M chrome/browser/ui/views/frame/immersive_mode_controller_ash_browsertest.cc View 1 2 4 chunks +69 lines, -8 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 5 6 7 2 chunks +1 line, -2 lines 0 comments Download

Messages

Total messages: 19 (0 generated)
pkotwicz
I moved the CL from https://codereview.chromium.org/14156005/ James, can you please take another look? Scott, can ...
7 years, 8 months ago (2013-04-23 00:56:20 UTC) #1
James Cook
On 2013/04/23 00:56:20, pkotwicz wrote: > I moved the CL from https://codereview.chromium.org/14156005/ > > James, ...
7 years, 8 months ago (2013-04-23 19:37:36 UTC) #2
James Cook
https://codereview.chromium.org/14340007/diff/1/ash/root_window_controller_unittest.cc File ash/root_window_controller_unittest.cc (right): https://codereview.chromium.org/14340007/diff/1/ash/root_window_controller_unittest.cc#newcode375 ash/root_window_controller_unittest.cc:375: // Test that GetFullscreenWindow() returns a fullscreen window only ...
7 years, 8 months ago (2013-04-23 20:02:13 UTC) #3
pkotwicz
James, I removed the key. Can you take another look?
7 years, 8 months ago (2013-04-23 21:15:22 UTC) #4
James Cook
lgtm
7 years, 8 months ago (2013-04-23 21:33:04 UTC) #5
pkotwicz
Scott, can you please take a look at the changes for chrome/browser/fullscreen*.*
7 years, 8 months ago (2013-04-25 04:00:27 UTC) #6
sky
https://codereview.chromium.org/14340007/diff/17001/chrome/browser/fullscreen_chromeos.cc File chrome/browser/fullscreen_chromeos.cc (right): https://codereview.chromium.org/14340007/diff/17001/chrome/browser/fullscreen_chromeos.cc#newcode11 chrome/browser/fullscreen_chromeos.cc:11: aura::Window* active_window = ash::wm::GetActiveWindow(); Again, don't we want this ...
7 years, 8 months ago (2013-04-25 14:56:32 UTC) #7
pkotwicz
https://codereview.chromium.org/14340007/diff/17001/chrome/browser/fullscreen_chromeos.cc File chrome/browser/fullscreen_chromeos.cc (right): https://codereview.chromium.org/14340007/diff/17001/chrome/browser/fullscreen_chromeos.cc#newcode11 chrome/browser/fullscreen_chromeos.cc:11: aura::Window* active_window = ash::wm::GetActiveWindow(); We can't really go through ...
7 years, 8 months ago (2013-04-25 16:38:52 UTC) #8
sky
https://codereview.chromium.org/14340007/diff/17001/chrome/browser/fullscreen_chromeos.cc File chrome/browser/fullscreen_chromeos.cc (right): https://codereview.chromium.org/14340007/diff/17001/chrome/browser/fullscreen_chromeos.cc#newcode11 chrome/browser/fullscreen_chromeos.cc:11: aura::Window* active_window = ash::wm::GetActiveWindow(); On 2013/04/25 16:38:52, pkotwicz wrote: ...
7 years, 8 months ago (2013-04-25 18:19:25 UTC) #9
pkotwicz
I simplified the code for fullscreen_chromeos and fullscreen_win. sky@, can you please take another look?
7 years, 8 months ago (2013-04-26 19:03:10 UTC) #10
sky
Much better, thank you. LGTM
7 years, 8 months ago (2013-04-26 19:57:40 UTC) #11
pkotwicz
James, can you please take another look. I moved the initialization of the window observers ...
7 years, 8 months ago (2013-04-27 04:17:37 UTC) #12
James Cook
lgtm
7 years, 7 months ago (2013-04-29 16:50:01 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pkotwicz@chromium.org/14340007/58001
7 years, 7 months ago (2013-04-29 21:41:56 UTC) #14
commit-bot: I haz the power
Retried try job too often on linux_chromeos for step(s) unit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_chromeos&number=108284
7 years, 7 months ago (2013-04-29 22:53:54 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pkotwicz@chromium.org/14340007/74001
7 years, 7 months ago (2013-04-30 15:19:11 UTC) #16
commit-bot: I haz the power
Step "update" is always a major failure. Look at the try server FAQ for more ...
7 years, 7 months ago (2013-04-30 15:22:51 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pkotwicz@chromium.org/14340007/80002
7 years, 7 months ago (2013-04-30 15:31:43 UTC) #18
commit-bot: I haz the power
7 years, 7 months ago (2013-04-30 17:49:22 UTC) #19
Message was sent while issue was closed.
Change committed as 197400

Powered by Google App Engine
This is Rietveld 408576698