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

Issue 159087: Change fullscreen mode to be determined by the window manager. (Closed)

Created:
11 years, 5 months ago by tony
Modified:
9 years, 7 months ago
Reviewers:
Evan Stade
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Change fullscreen mode to be determined by the window manager. We used to have a bool that determined whether we were in full screen mode or not, but that's not always in sync with the WM so wait for the WM to tell us that we're in full screen mode. Also, change it so when we're in full screen mode, we don't save our window bounds because that causes us to restart in full screen mode which is all sorts of broken. BUG=16602

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+30 lines, -21 lines) Patch
M chrome/browser/gtk/browser_window_gtk.h View 1 chunk +0 lines, -4 lines 0 comments Download
M chrome/browser/gtk/browser_window_gtk.cc View 6 chunks +30 lines, -17 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
tony
11 years, 5 months ago (2009-07-20 19:31:17 UTC) #1
Evan Stade
11 years, 5 months ago (2009-07-20 20:04:01 UTC) #2
On 2009/07/20 19:31:17, tony wrote:
> 

lg

Powered by Google App Engine
This is Rietveld 408576698