Closed
Bug 1788735
Opened 2 years ago
Closed 2 years ago
Initial/default value for lastTabFetch pref is wrong, results in failure to display fx-view sync setup steps
Categories
(Firefox :: Firefox View, defect, P1)
Firefox
Firefox View
Tracking
()
RESOLVED
FIXED
106 Branch
Tracking | Status | |
---|---|---|
firefox106 | --- | fixed |
People
(Reporter: sfoster, Assigned: sfoster)
References
(Blocks 1 open bug)
Details
(Whiteboard: [fidefe-2022-mr1-myfirefox] )
Attachments
(1 file)
I got into a state where I was logged in, but no other devices syncing with this account. The lazy pref getter for services.sync.lastTabFetch
defines false
as the default/fallback value, but this is an int pref so an exception is thrown.
Assignee | ||
Updated•2 years ago
|
Assignee: nobody → sfoster
Severity: -- → S2
Status: NEW → ASSIGNED
Points: --- → 1
Component: General → Firefox View
Priority: -- → P1
Whiteboard: [fidefe-2022-mr1-myfirefox]
Updated•2 years ago
|
Assignee | ||
Comment 1•2 years ago
|
||
Pushed by sfoster@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/3439435b2a87 Fix fallback/default value for the services.sync.lastTabFetch pref getters. r=Gijs
Comment 3•2 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox106:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 106 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•