Closed
Bug 1488857
Opened 6 years ago
Closed 6 years ago
Stub profile cleanup prompt version check is broken on Dev Edition
Categories
(Firefox :: Installer, defect, P1)
Tracking
()
RESOLVED
FIXED
Firefox 64
Tracking | Status | |
---|---|---|
firefox64 | --- | fixed |
People
(Reporter: mhowell, Assigned: mhowell)
Details
Attachments
(1 file)
For dev edition builds, the stub installer gets the version number of the most current release by requesting https://product-details.mozilla.org/1.0/firefox_versions.json and checking the value of FIREFOX_AURORA. It appears that this value is no longer populated and FIREFOX_DEVEDITION should be used instead. I think the effect this is having is that we're offering prompts when we shouldn't be, which honestly isn't the end of the world.
Assignee | ||
Comment 1•6 years ago
|
||
Also remove a useless line that looks like some debugging code I accidentally left in.
Comment 2•6 years ago
|
||
Comment on attachment 9006643 [details]
Bug 1488857 - Correctly detect the current dev edition version for showing stub installer profile reset prompts. r=agashlin
Adam Gashlin [:agashlin] has approved the revision.
Attachment #9006643 -
Flags: review+
Pushed by mhowell@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/6f19fdfde8fb
Correctly detect the current dev edition version for showing stub installer profile reset prompts. r=agashlin
Comment 4•6 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox64:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 64
You need to log in
before you can comment on or make changes to this bug.
Description
•