DescriptionPrevent a window from being put into fullscreen upon startup on desktop Linux
The GTK port had logic which prevented windows from being the same size as the
monitor because some window managers would put those windows into fullscreen.
(gtk_window_util::SetWindowSize()). This CL implements this logic for the
Linux aura port
BUG=382126
TEST=Manual, see instructions below
Testing steps:
1) Open a browser window in the Gnome Classic window manager (this is very
important)
2) Maximize the browser window, fullscreen with <F11>, then unfullscreen it.
3) Close Chrome.
4) Reopen Chrome. The browser window should be maximized.
5) Unmaximize the browser window and ensure that it is possible to resize the
browser window.
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=285906
Patch Set 1 : #
Total comments: 2
Patch Set 2 : #
Messages
Total messages: 5 (0 generated)
|