Closed
Bug 1962220
Opened 7 months ago
Closed 3 months ago
Avoid showing the "set Firefox to default?" alert in additional profiles
Categories
(Toolkit :: Startup and Profile System, enhancement, P1)
Toolkit
Startup and Profile System
Tracking
()
VERIFIED
FIXED
144 Branch
| Tracking | Status | |
|---|---|---|
| firefox144 | --- | verified |
People
(Reporter: jhirsch, Assigned: jhirsch)
References
(Blocks 1 open bug)
Details
(Whiteboard: [fidefe-profile-management])
Attachments
(1 file)
It should be possible to copy around the pref that governs this default prompt along with other prefs.
Updated•7 months ago
|
| Assignee | ||
Updated•7 months ago
|
Severity: -- → S3
| Assignee | ||
Comment 1•3 months ago
|
||
Based on looking inside ShellService.sys.mjs, the relevant pref appears to be browser.shell.checkDefaultBrowser.
| Assignee | ||
Updated•3 months ago
|
Assignee: nobody → jhirsch
Status: NEW → ASSIGNED
Priority: -- → P1
| Assignee | ||
Comment 2•3 months ago
|
||
Filed followup bug 1985130 to test the pref copying using marionette
once bug 1960964 lands.
Pushed by jhirsch@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/897d213ecea8
https://hg.mozilla.org/integration/autoland/rev/9b3fff28bd53
Only ask a user to set to default once per profile group. r=profiles-reviewers,mossop
Comment 4•3 months ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 3 months ago
status-firefox144:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 144 Branch
Updated•2 months ago
|
QA Whiteboard: [qa-triage-done-c145/b144] [qa-ver-needed-c145/b144]
Flags: qe-verify+
QA Contact: sbadau
Comment 5•2 months ago
|
||
Verified as fixed with Firefox 144.0b2 and the latest Nightly 145.0a1 on Windows 11, Ubuntu 25.04, and macOS 15 — the preference controlling the default dialog appearance is now automatically updated across all profiles when the checkbox is disabled, preventing the dialog from reappearing if the user chose not to see it again.
Status: RESOLVED → VERIFIED
QA Whiteboard: [qa-triage-done-c145/b144] [qa-ver-needed-c145/b144] → [qa-triage-done-c145/b144] [qa-ver-done-c145/b144]
Flags: qe-verify+
You need to log in
before you can comment on or make changes to this bug.
Description
•