On Tue, Sep 22, 2009 at 10:39 AM, Daniel Cowx <[email protected]> wrote:

> Can someone please provide a bit of insight into how to solve the
> following problem:
>
> 1. Open Chromium > Options > Show saved passwords
> 2. Click the "Remove All button"
>
> Now, *before* you click "Yes" or "No", close the main browser window
> (e.g. by clicking the X in the upper right corner).  When you do this,
> all windows disappear, but the main browser process remains running.
> It looks like this is due to a nested invocation of MessageLoop::Run()
> (via chrome\browser\views\confirm_message_box_dialog.cc) and the fact
> that Quit is only exiting the most recent invocation.
>
> How can we cleanly quit the application in this case?


Explicitly CCing a couple people who know nested message loops best.

PK

--~--~---------~--~----~------------~-------~--~----~
Chromium Developers mailing list: [email protected] 
View archives, change email options, or unsubscribe: 
    http://groups.google.com/group/chromium-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to