Closed
Bug 1147106
Opened 10 years ago
Closed 10 years ago
Hook CDM update check with Add-ons Manager’s "Check for updates" menu item
Categories
(Firefox :: General, defect, P1)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: cpeterson, Unassigned)
References
(Blocks 1 open bug)
Details
The user should be able to force an update check or download. The Add-ons Manager already provides UI to do this with the "Check for updates" menu item.
Comment 1•10 years ago
|
||
Unless we're talking about two different menu items, doesn't this "Check for updates" open a separate tab with a list of all the plugins and links to update them if they're out of date? The UX here seems weird for updating GMPs, which are usually handled/updated in the background without user interaction.
We do implement findUpdates() in the GMPProvider, which is exposed via right-clicking the GMP in the addons manager. We may want to expose this more prominently instead?
Reporter | ||
Comment 2•10 years ago
|
||
(In reply to Stephen Pohl [:spohl] from comment #1)
> Unless we're talking about two different menu items, doesn't this "Check for
> updates" open a separate tab with a list of all the plugins and links to
> update them if they're out of date? The UX here seems weird for updating
> GMPs, which are usually handled/updated in the background without user
> interaction.
No, that is the Plugin Check website linked from the Add-ons Manager's "Check to see if your plugins are up to date" link on the Plugins tab. "Check for Updates" is a menu item hidden away in the "gear" button in the top-right corner of the Add-ons Manager.
> We do implement findUpdates() in the GMPProvider, which is exposed via
> right-clicking the GMP in the addons manager. We may want to expose this
> more prominently instead?
Oh. I see the "Find Updates" in the right-click context menu now. We could leave this context menu item, but it might make more sense to remove this context menu item and integrate this GMP update check with the Add-ons Manager's general "Check for Updates" check.
Comment 3•10 years ago
|
||
Ah, I see the menu item now! I didn't get a chance to look into this yet, but if this simply calls findUpdates() on every addon, we might be covered already.
Reporter | ||
Comment 4•10 years ago
|
||
Stephen: is this work done? Does the Add-ons Manager's "Check for Updates" menu item already call findUpdates()?
Flags: needinfo?(spohl.mozilla.bugs)
Priority: -- → P1
Comment 5•10 years ago
|
||
Yes, as best as I can tell, we run findUpdates() on each addon from the "Check for Updates" menu item [1].
http://mxr.mozilla.org/mozilla-central/source/toolkit/mozapps/extensions/content/extensions.js#983
Flags: needinfo?(spohl.mozilla.bugs)
Reporter | ||
Comment 6•10 years ago
|
||
Thanks. I'm closing this bug WFM for now.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•