Closed
Bug 1826316
Opened 2 months ago
Closed 2 months ago
Consider not complaining about the lack of settings file for new profiles ("No settings file exists, new profile?")
Categories
(Firefox :: Search, defect, P3)
Tracking
()
RESOLVED
FIXED
113 Branch
Tracking | Status | |
---|---|---|
firefox113 | --- | fixed |
People
(Reporter: Gijs, Assigned: standard8)
Details
Attachments
(1 file)
This showed up in bug 1814884. It's "just" an error message, but it's a little annoying. It'd be nice if we didn't log this for each new profile. We should be able to know that this is the first run of a profile and just not show an error in that case.
Assignee | ||
Comment 1•2 months ago
|
||
Looking around, it seems that nsIBrowserHandler
knows about first run, but that is currently first loaded after the SearchService is initialised. Rather than bring that forwards, lets demote this to a debug message. It was added at a time when we were concerned about the stability of the search file, but we don't have those concerns any more.
Assignee | ||
Comment 2•2 months ago
|
||
Updated•2 months ago
|
Assignee: nobody → standard8
Status: NEW → ASSIGNED
Assignee | ||
Updated•2 months ago
|
Severity: -- → N/A
Priority: -- → P3
Assignee | ||
Updated•2 months ago
|
Severity: N/A → S4
Pushed by mbanner@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/f794610ca677 Change logging about lack of search settings file to debug only. r=search-reviewers,mcheang
Comment 4•2 months ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 2 months ago
status-firefox113:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 113 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•