Closed
Bug 306745
Opened 19 years ago
Closed 16 years ago
exit when last window is closed
Categories
(Toolkit :: Startup and Profile System, enhancement)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: shanec, Unassigned)
Details
Attachments
(1 file)
|
2.02 KB,
patch
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.10) Gecko/20050716 Firefox/1.0.6 Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.10) Gecko/20050716 Firefox/1.0.6 We would like a (runtime) configurable option to exit the application when the last window is closed. On OSX, this is specificly disabled. Attached is a patch to illustrate what we are doing. Reproducible: Always Steps to Reproduce:
| Reporter | ||
Comment 1•19 years ago
|
||
Component: XRE Startup → Startup and Profile System
QA Contact: nobody → startup
| Reporter | ||
Comment 2•16 years ago
|
||
Solved this on 1.9.0 by using our own goQuitApplication function that does a force quit rather than an attempt quit.
Status: UNCONFIRMED → RESOLVED
Closed: 16 years ago
Resolution: --- → WONTFIX
Comment 3•16 years ago
|
||
Actually this should be fixed on 1.9 assuming you have no set hidden window
Resolution: WONTFIX → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•