implement chrome.runtime.requestUpdateCheck
Categories
(WebExtensions :: Untriaged, defect)
Tracking
(Not tracked)
People
(Reporter: sixtyten, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [design-decision-denied][runtime])
Updated•8 years ago
|
Updated•8 years ago
|
Comment 1•8 years ago
|
||
Updated•8 years ago
|
Comment 2•8 years ago
|
||
Comment 5•8 years ago
|
||
Comment 7•8 years ago
|
||
Updated•6 years ago
|
Comment 10•4 years ago
|
||
My use case is very simple. After adding a new permission, the update hangs with a yellow exclamation mark at the hamburger menu. I have a lot users which are not recognize the yellow symbol as an notification where an action is required. They see it every day, it it is normal. No matter if i send emails to look for the exclamation mark to get the update, 50% of my users hang on an old outdated version, this is visible at addons.mozilla.org dashboard.
I have checked what i can do to make my own notification if an update is available and found that requestUpdateCheck is not yet implemented at Firefox. So i will make a XHR request now to examine the updates.json on update server.
But also here i have to add a new permission to get the XHR request working with potential to lost again users or i spend some work to optional permissions and hope that not so many users click this simply away and confirm this.
Comment 11•5 months ago
|
||
@mkaply In the other bug you mentioned that this is important for enterprise. What use cases have you encountered?
Personally I am not opposed to this feature request.
Description
•