Unsupported notification is not displayed on restart
Categories
(Toolkit :: Application Update, defect, P1)
Tracking
()
Tracking | Status | |
---|---|---|
firefox101 | --- | fixed |
People
(Reporter: standard8, Assigned: standard8)
Details
Attachments
(1 file)
I noticed this by code inspection - there is some code in UpdateListener.init that is meant to display the unsupported notification to the application menu on reset if the preference is set.
Unfortunately due to the lazy getter in BrowserGlue and nothing to trigger it, the init function never gets called.
It would probably be better if it moved to a task run by _scheduleStartupIdleTasks
.
STR:
- With a Firefox profile setup, via about:config add a preference
app.update.unsupported.url
with valuehttps://example.com
. - Restart Firefox
Actual Results
Nothing is displayed in the application menu.
Expected Results
The application menu has a warning sign, and provides information about being unable to update.
Assignee | ||
Comment 1•3 years ago
|
||
Note, I'm not sure when this was introduced, bug 1521427 first implemented this.
Assignee | ||
Comment 2•3 years ago
|
||
Updated•3 years ago
|
Updated•3 years ago
|
Comment 4•3 years ago
|
||
Backed out 2 changesets (bug 1765418, bug 1765427) for causing bc failures in browser_doorhanger_bc_check_unsupported.
Backout link: https://hg.mozilla.org/integration/autoland/rev/d9abb49c107bfa10a2623d71d0956affe67cc1c6
Assignee | ||
Comment 5•3 years ago
|
||
I missed that, I've fixed the test now.
Comment 7•3 years ago
|
||
bugherder |
Description
•