Descriptionchromeos: 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 #
Messages
Total messages: 6 (0 generated)
|