Allow Firefox to restart with no windows open
Categories
(Toolkit :: Application Update, task, P1)
Tracking
()
Tracking | Status | |
---|---|---|
firefox93 | --- | fixed |
People
(Reporter: bytesized, Assigned: bytesized)
References
Details
Attachments
(2 files)
Bug 1720742 will add a feature where Firefox on macOS can restart on its own to apply updates when no windows are open. When we do this, we want Firefox to re-launch in the same state - with no windows open. This bug will track adding functionality to allow us to restart this way.
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Comment 1•3 years ago
|
||
Adds a silent restart flag to be used wiht nsIAppStartup::Quit. This flag will cause the env value MOZ_APP_SILENT_RESTART to be set on shutdown and read back and unset on startup.
This functionality is necessary for Bug 1720742.
Assignee | ||
Comment 2•3 years ago
|
||
Modify the command line handler such that it does not open any window on the initial application launch when the MOZ_APP_SILENT_RESTART env value is set.
Depends on D123019
Updated•3 years ago
|
Comment 4•3 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/8fde946b22e6
https://hg.mozilla.org/mozilla-central/rev/afc7ecd9e49e
Description
•