Closed
Bug 1896358
Opened 8 months ago
Closed 8 months ago
When Firefox is set to start automatically at startup, but you're quicker than the autostart, a new window is opened at a random time
Categories
(Firefox :: Installer, defect, P3)
Firefox
Installer
Tracking
()
RESOLVED
FIXED
People
(Reporter: marco, Assigned: nrishel)
References
(Blocks 1 open bug)
Details
After enabling automatic start at startup, I still manually run Firefox because I am faster than the autostartup.
When the autostartup code executes, Firefox is already running, and a new window is opened instead.
Assignee | ||
Comment 1•8 months ago
|
||
:nshukla we have an argument specific to start on startup right? Fixing this is probably as easy as verifying cmdLine.state == Ci.nsICommandLine.STATE_INITIAL_LAUNCH
in the case that we're launched with the autostart in BrowserContentHandler.sys.mjs, and early exit if not.
Flags: needinfo?(nshukla)
Assignee | ||
Updated•8 months ago
|
Severity: -- → S4
Priority: -- → P3
Assignee | ||
Updated•8 months ago
|
Assignee: nobody → nrishel
Updated•8 months ago
|
Flags: needinfo?(nshukla)
Assignee | ||
Comment 2•8 months ago
|
||
Resolved with Bug 1896358.
Status: NEW → RESOLVED
Closed: 8 months ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•