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)

task

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.
See Also: → 1895063
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
Resolution: --- → FIXED
Target Milestone: --- → 135 Branch
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: