Browser.warnOnQuit: Difference between revisions

From MozillaZine Knowledge Base
Jump to navigationJump to search
m (→‎Related bugs: bug 419009)
 
(One intermediate revision by one other user not shown)
Line 2: Line 2:


==Background==
==Background==
When quitting Firefox via “File → Exit”, every open browser window will be closed. This preference determines whether or not a warning dialog appears before this happens.
When quitting Firefox via “File → Exit”, every open browser window will be closed. This preference determines (along with [[browser.tabs.warnOnClose]]) whether or not a warning dialog appears before this happens.


==Possible values and their effects==
==Possible values and their effects==
Line 10: Line 10:
Do not require confirmation from the user when quitting.
Do not require confirmation from the user when quitting.


==UI==
==Caveats==
A checkbox labeled “Do not ask next time” appears on the confirmation dialog; when checked, this preference is toggled to false.
* If [[browser.tabs.warnOnClose]] is false, then this preference has no effect.


==First checked in==
==First checked in==
Line 17: Line 17:


==Has an effect in==
==Has an effect in==
* Mozilla Firefox (nightly builds since 2007-06-15)
* Mozilla Firefox (nightly builds since 2007-06-15; 3.0a6 and above)


==Related bugs==
==Related bugs==
* [https://bugzilla.mozilla.org/show_bug.cgi?id=383760 Bug 383760 - Add quit confirmation dialog]
* [https://bugzilla.mozilla.org/show_bug.cgi?id=383760 Bug 383760 - Add quit confirmation dialog]
* [https://bugzilla.mozilla.org/show_bug.cgi?id=419009 Bug 419009 – warning if closing multiple tabs is not working]


==Related preferences==
==Related preferences==

Latest revision as of 03:53, 25 June 2008

Background

When quitting Firefox via “File → Exit”, every open browser window will be closed. This preference determines (along with browser.tabs.warnOnClose) whether or not a warning dialog appears before this happens.

Possible values and their effects

True

Display a dialog before quitting, warning that all windows will be closed. (Default)

False

Do not require confirmation from the user when quitting.

Caveats

First checked in

2007-06-15 by Michael Wu

Has an effect in

  • Mozilla Firefox (nightly builds since 2007-06-15; 3.0a6 and above)

Related bugs

Related preferences