Closed
Bug 1102198
Opened 10 years ago
Closed 10 years ago
Always show unknown plugins
Categories
(Plugin Check Graveyard :: UI, defect)
Plugin Check Graveyard
UI
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: espressive, Assigned: espressive)
Details
Unknown plugins should always be shown to the user, whether it is the old style plugincheck code or the new.
Unknown plugins should be moved to the bottom of all listed plugin statuses and be a bit more subdued.
Assignee | ||
Comment 1•10 years ago
|
||
This has now been done on stage and the results can be seen at http://ossreleasefeed.github.io/Perfidies-of-the-Web/
Assignee | ||
Comment 2•10 years ago
|
||
Pull request opened: https://github.com/mozilla/bedrock/pull/2524 FYI, this will also bump the version of Fx to 34.
(In reply to Schalk Neethling [:espressive] from comment #0)
> Unknown plugins should always be shown to the user, whether it is the old style
> plugincheck code or the new.
>
> Unknown plugins should be moved to the bottom of all listed plugin statuses and
> be a bit more subdued.
I confirm that I see this on STAGE, using Aurora (AKA "Firefox Developer Edition") 35.0a2 (2014-11-20),
providing I set "plugins.enumerable_names" to "*" (i.e. enumerate all plugins).
The "Status" column (for "unknown" plugins) is empty but the 'version information'
is displayed 'next to the Name': in my case "Google Update (v. 1.3.25.11)".
See also bug 1017483.
If I set "plugins.enumerable_names" to "" (empty string - i.e. do NOT enumerate ANY plugin)
I get 'no result' on STAGE using Aurora.
On LIVE, using Aurora,
with "plugins.enumerable_names" to "" (i.e. do NOT enumerate ANY plugin)
I still see the 'typical result - as seen since May 2014':
in my case, 3 plugins from the 'JSON List' are reported
(Adobe Reader is the 'wrong result')
and NO "unknown" plugins.
On LIVE, using Fx 33.1.1 (Release)
with "plugins.enumerable_names" to "*" (i.e. enumerate all plugins),
I still see the 'typical result that is expected'
i.e. the "Unknown Plugins" in a section at the 'top of the report'
with the "Status" column reporting "unknown" and "1.3.25.11" (in my example of "Google Update")
https://bug1084537.bugzilla.mozilla.org/attachment.cgi?id=8509897
Screenshot from 2014-10-21 to illustrate 'look of plugincheck' on LIVE.
Both Flash and Google Update have been updated since that screenshot.
Flash was the WRONG result, on 2014-10-21, in bug 1084537.
So, I am just reporting what I see.
I have never thought of a way of showing the "unknown" plugins
without enumerating the plugins.
From comment # 2
> FYI, this will also bump the version of Fx to 34.
Very good to see this too.
DJ-Leith
Comment 4•10 years ago
|
||
Commits pushed to master at https://github.com/mozilla/bedrock
https://github.com/mozilla/bedrock/commit/ee4e8909f9534e88ae881f32c28e32a98916a885
Fix Bug 1102198, always show unknown plugins. Use subdued style
https://github.com/mozilla/bedrock/commit/03760d14c0f36cfedbf352725fdb2ce54d5f98ba
Merge pull request #2524 from ossreleasefeed/bug1102198-always-show-outdated-plugins
Fix Bug 1102198, always show unknown plugins. Use subdued style
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•