Closed
Bug 1503362
Opened 7 years ago
Closed 7 years ago
Remove values of update prefs that have been removed or migrated
Categories
(Toolkit :: Application Update, enhancement)
Toolkit
Application Update
Tracking
()
RESOLVED
FIXED
mozilla65
| Tracking | Status | |
|---|---|---|
| firefox65 | --- | fixed |
People
(Reporter: bytesized, Assigned: bytesized)
References
Details
Attachments
(1 file)
`app.update.enabled` was removed in Bug 1420514.
`app.update.auto` was migrated out of the profile preferences in Bug 1458308.
I want to make sure that the values of these prefs get removed to avoid and confusion with users that see the values and are concerned that they are not being respected.
| Assignee | ||
Comment 1•7 years ago
|
||
Since the patch for Bug 1458308 was backed out, I am going to include the code to clear the migrated value of `app.update.auto` in the revision of that patch.
| Assignee | ||
Comment 2•7 years ago
|
||
Pushed by ksteuber@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/4a30dea025ca
Clear the app.update.enabled pref from profiles now that it is no longer in use r=rstrong
Updated•7 years ago
|
Attachment #9023121 -
Attachment description: Bug 1503362 - Clear the app.update.auto pref from profiles now that it is no longer in use r=rstrong → Bug 1503362 - Clear the app.update.enabled pref from profiles now that it is no longer in use r=rstrong
Comment 4•7 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox65:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla65
You need to log in
before you can comment on or make changes to this bug.
Description
•