Closed
Bug 1499216
Opened 6 years ago
Closed 3 years ago
app.update.url.manual should be updated for ESR branches
Categories
(Firefox :: Settings UI, enhancement, P3)
Firefox
Settings UI
Tracking
()
RESOLVED
DUPLICATE
of bug 1592731
Tracking | Status | |
---|---|---|
firefox64 | --- | affected |
People
(Reporter: mkaply, Unassigned)
References
Details
Currently app.update.url.manual is hardcoded to https://www.mozilla.org/firefox/.
That means that when an ESR build fails, the user is redirected to the regular Firefox.
For ESR, we should change that preference to point to:
https://www.mozilla.org/en-US/firefox/organizations/
Comment 1•6 years ago
|
||
ESR builds set "ac_add_options --enable-official-branding" so the relevant file is https://hg.mozilla.org/releases/mozilla-esr60/file/default/browser/branding/official/pref/firefox-branding.js#l25. MOZ_UPDATE_CHANNEL has value 'esr' in those builds so the if block could be extended to avoid intervention each time we cut an esr branch.
Updated•6 years ago
|
Priority: -- → P3
Updated•6 years ago
|
Component: General → Application Update
Product: Firefox → Toolkit
Comment 2•6 years ago
|
||
This pref lives outside of toolkit in browser so fixing product and component
Component: Application Update → Preferences
Product: Toolkit → Firefox
Comment 3•6 years ago
|
||
The app.update.url.details and app.releaseNotesURL preferences should probably be changed at the same time as well
Reporter | ||
Comment 4•5 years ago
|
||
Can we make this URL:
Reporter | ||
Updated•3 years ago
|
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•