Profile downgrade dialog displays an incorrect string when the user is signed into an account
Categories
(Toolkit :: Startup and Profile System, defect)
Tracking
()
People
(Reporter: mossop, Unassigned)
References
(Regression)
Details
(Keywords: regression)
The intent for the profile downgrade dialog was to display different messages depending on whether the profile the user is attempting to use is signed in to sync or not, if the user is signed in they are reminded that signing into sync in their new profile will get them their data back.
This appears to have worked for about two weeks after landing until it was broken by bug 1525889 which gated changing the string to the sync version on whether MOZ_SERVICES_SYNC
was defined but unfortunately never actually added that flag to the list of defines that the preprocessor knows about.
Fast forward about a year and bug 1608191 removed the identifiers from the description elements that we use to toggle which is visible, quite possibly because in testing they never saw an issue because of the previous error.
So to fix this we need to re-introduce the removed identifiers and make the preprocessor aware of MOZ_SERVICES_SYNC
where necessary.
Reporter | ||
Updated•1 year ago
|
Description
•