Firefox/Projects/Plugin Update Referrals: Difference between revisions

Line 9: Line 9:
= Design =  
= Design =  


<i>Note that this still needs review and storyboarding.</i>
The browser should use the existing blocklist functionality in order to figure out if someone has old plugins installed.


The browser should use the existing blocklist functionality in order to figure out if someone has old plugins installed.  Once it notices that you're using an outdated plugin it should open a new tab to the web page we have on mozilla.com that checks for updated plugins.
The user would be notified in the following ways:


We also need to be careful that we don't open up the tab for an updated plugin more than once. Many people can't update their plugins due to a lack of admin rights.
* User visits a page with an outdated plugin. The plugin is allowed to load. A notification box is shown in that tab, informing user that the plugin is outdated. There's a "More Info" (or "Get me Updated") button, that takes the user to the page on mozilla.com. This page would list all outdated plugins the user has installed, not just the one that was just used.  


In addition we should also offer a check in the Help -> Check for Updates that checks to see if plugins are all updated or not using the same mechanism.
* When the user manually checks for updates via Help -> Check for Updates, it also checks for outdated plugins. If there are any, provide a link to the mozilla.com page. This would be emphasized more if there is no update to Firefox itself. If there is a Firefox update, show the mozilla.com page automatically after Firefox restarts (only if there are plugins that haven't been warned about before).
** Note: It may be a bad idea to show this page after an update, as it would compete with the What's New/First Run pages. Alternatively, What's New/First Run pages could detect if any plugin is outdated, and show a link to the outdated plugins page as needed.
 
* On startup (not after an update), if outdated plugins are detected, open a tab to the outdated plugins page. This would only happen once for a plugin version.
** Note: This may not be desirable, as per https://bugzilla.mozilla.org/show_bug.cgi?id=511529#c5
 
* On the Plugins tab of the extension manager, there would be a "Check for updates" button (or link). Clicking this would open a tab to the outdated plugins page. Additionally, the items for outdated plugins would indicate that they're outdated.
 
* When the blocklist service updates from a periodic check and detects an outdated plugin (that hasn't been warned of before), it shows an alert (via the alerts service) informing the users. Clicking on this alert would open a tab to the plugins page on mozilla.com.


= Progress =
= Progress =
Confirmed users
587

edits