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

Issue 6353001: chromeos: Notify window manager earlier about signout. (Closed)

Created:
9 years, 11 months ago by Daniel Erat
Modified:
9 years, 7 months ago
Reviewers:
Chris Masone, achuithb
CC:
chromium-reviews, davemoore+watch_chromium.org
Visibility:
Public.

Description

chromeos: Notify window manager earlier about signout. We were previously doing this pretty late in Chrome's shutdown process, which resulted in the closing of individual browser windows often being visible onscreen. This change makes us send the message before closing any windows (at least in the no-beforeunload-handlers-or-downloads case) and flushes the Xlib request queue to make sure that the message won't sit around until the next time that we process events. Note that there are still cases where beforeunload handlers aren't registered but we still won't close the window without warning and hence still show the flip through the windows. See RenderViewHost::sudden_termination_allowed_. BUG=chromium-os:9915 TEST=opened a bunch of windows and checked that we fade to black and hide the cursor immediately on ctrl-shift-q and wrench->sign out. also tested that we don't fade out until the dialog is closed with an affirmative response when http://goo.gl/gzMdN is open Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=72014

Patch Set 1 #

Patch Set 2 : move signout notification to handle beforeunload handlers #

Patch Set 3 : remove unnecessary include and add a comment #

Patch Set 4 : x11_util -> ui #

Unified diffs Side-by-side diffs Delta from patch set Stats (+26 lines, -3 lines) Patch
M chrome/browser/browser_shutdown.cc View 2 chunks +0 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/wm_ipc.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/browser_list.h View 1 1 chunk +5 lines, -0 lines 0 comments Download
M chrome/browser/ui/browser_list.cc View 1 2 3 chunks +20 lines, -1 line 0 comments Download

Messages

Total messages: 6 (0 generated)
Daniel Erat
9 years, 11 months ago (2011-01-14 02:49:32 UTC) #1
Chris Masone
Someone recently landed a change that blocks signout if pages (like gmail) have some modal ...
9 years, 11 months ago (2011-01-14 03:03:50 UTC) #2
Daniel Erat
Glad to hear that we finally block on beforeunload. I was initially concerned about interaction ...
9 years, 11 months ago (2011-01-14 04:11:06 UTC) #3
achuithb
9 years, 11 months ago (2011-01-20 01:40:58 UTC) #4
Chris Masone
lgtm
9 years, 11 months ago (2011-01-20 16:03:55 UTC) #5
achuithb
9 years, 11 months ago (2011-01-20 18:47:09 UTC) #6
lgtm.

On 2011/01/20 16:03:55, Chris Masone wrote:
> lgtm

Powered by Google App Engine
This is Rietveld 408576698