Closed
Bug 1897228
Opened 1 year ago
Closed 10 months ago
Add a preference and expose it on about:support for recording when the search settings were last read as corrupt
Categories
(Firefox :: Search, task, P3)
Firefox
Search
Tracking
()
RESOLVED
FIXED
135 Branch
| Tracking | Status | |
|---|---|---|
| firefox135 | --- | fixed |
People
(Reporter: standard8, Assigned: mbeier)
References
Details
(Whiteboard: [sng])
Attachments
(1 file)
We've occasionally get reports of users having issues with loosing their default search engines. To aid with diagnosing this, we would like to record in preferences when we notice the search settings being corrupt.
We should:
- Record a preference, e.g. browser.search.lastSettingsCorruptTime which is a date time value (converted to seconds).
- It should be recorded when we see an issue, but not when the error is a not found error (
DOMException.isInstance(ex) && ex.name === "NotFoundError").- I think we shouldn't record on "Not Found" as that would happen for any new profile. We can always reconsider it later.
- It should be exposed to the list of "Important Modified Preferences" on about:support.
Updated•1 year ago
|
| Assignee | ||
Comment 1•11 months ago
|
||
Updated•11 months ago
|
Assignee: nobody → mbeier
Status: NEW → ASSIGNED
Pushed by mbeier@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/5b9169010885
Add a preference and expose it on about:support for recording when the search settings were last read as corrupt. r=Standard8
Status: ASSIGNED → RESOLVED
Closed: 10 months ago
status-firefox135:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 135 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•