Closed
Bug 180568
Opened 22 years ago
Closed 15 years ago
Remove "Enabled" column from about:plugins
Categories
(Core Graveyard :: Plug-ins, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla1.9.3a1
People
(Reporter: u32858, Assigned: wesongathedeveloper)
References
()
Details
Attachments
(3 files, 1 obsolete file)
2.79 KB,
patch
|
jaas
:
review+
jst
:
review+
faaborg
:
ui-review+
|
Details | Diff | Splinter Review |
50.46 KB,
image/jpeg
|
Details | |
593 bytes,
patch
|
jaas
:
review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2b) Gecko/20021029
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2b) Gecko/20021029
about plugins enabled is incorrect
Reproducible: Always
Steps to Reproduce:
1.install java,
disable java in Prefs->advanced
Actual Results:
see see about:plugins still shows enabled. exit, reload see that about:plugins
still shows enabled
Expected Results:
should show disabled
I believe about:plugins doesn't say whether a plugin is *enabled* or not - it
says someting about whether mozilla sees it as *installed* or not.
Well, there is a column and it is labeled "enabled" :
rpnp.so
File name: rpnp.so
MIME Type Description Suffixes Enabled
audio/x-pn-realaudio-plugin RealPlayer Plugin Metafile rpm Yes
Shockwave Flash
File name: libflashplayer.so
Shockwave Flash 6.0 r60
MIME Type Description Suffixes Enabled
application/x-shockwave-flash Shockwave Flash swf Yes
application/futuresplash FutureSplash Player spl Yes
You are absolutely right! Sorry.
Disabling java in prefs still leaves it appear as "Enabled" in about:plugins. Odd.
Comment 4•22 years ago
|
||
I believe "enabled" actually means that "this mime type will be handled
by this plug-in"
Assignee: beppe → oeschger
Severity: normal → minor
Status: UNCONFIRMED → NEW
Component: Plug-ins → Help
Ever confirmed: true
QA Contact: shrir → tpreston
Summary: about plugins enabled is incorrect → About:plugins "Enabled" column should be "Handled"
Hi,
Thanks for your comments.
I can not see the reason for a "handled" column, as it will always be "Yes"
(unless there is some way i do not know of)
If it is renamed Handled, i think there should be another column added to really
show the enabled status.
Regards
JG
Comment 8•21 years ago
|
||
moving stuff over to an outside-the-firewall email for the time being, looking
for people to pick these Help and doc bugs up for me.
Assignee: oeschger → oeschger
Updated•20 years ago
|
Product: Browser → Seamonkey
Comment 9•19 years ago
|
||
*** Bug 339757 has been marked as a duplicate of this bug. ***
Updated•19 years ago
|
Assignee: oeschger → nobody
Component: General → Plug-ins
Product: Mozilla Application Suite → Core
QA Contact: tpreston → plugins
Comment 10•19 years ago
|
||
*** Bug 339537 has been marked as a duplicate of this bug. ***
Assignee | ||
Comment 11•15 years ago
|
||
Assignee: nobody → wesongathedeveloper
Status: NEW → ASSIGNED
Attachment #421781 -
Flags: review?(joshmoz)
Comment 12•15 years ago
|
||
Comment on attachment 421781 [details] [diff] [review]
Patch
I don't know what this column is for, but if it is really useless we should just remove it. Changing the name from "Enabled" to "Handled" doesn't make this much more clear.
Attachment #421781 -
Flags: review?(joshmoz) → review-
Comment 13•15 years ago
|
||
The file for about:plugins is here:
/toolkit/content/plugins.html
Seems like we can just kill that column. Disabled plugins don't show up in about:plugins so we wouldn't be listing MIME types for disabled plugins.
Comment 14•15 years ago
|
||
Does it have anything to do with determining which plugin wins when multiple ones handle the same mimetype?
Assignee | ||
Comment 15•15 years ago
|
||
(In reply to comment #14)
> Does it have anything to do with determining which plugin wins when multiple
> ones handle the same mimetype?
Yes, I think so - at least based on my understanding of the comment at http://mxr.mozilla.org/mozilla-central/source/browser/components/preferences/applications.js#1089 and the source at http://mxr.mozilla.org/mozilla-central/source/toolkit/content/plugins.html#148
Assignee | ||
Comment 16•15 years ago
|
||
Attachment #421781 -
Attachment is obsolete: true
Attachment #422130 -
Flags: review?(joshmoz)
Comment 17•15 years ago
|
||
No need to guess about whether or not that column helps with matching MIME types - it doesn't. I made two plugins with the same handled MIME types and both show up as enabled in a FF 3.6 nightly. This column is useless as far as I can tell.
Comment 18•15 years ago
|
||
Comment on attachment 422130 [details] [diff] [review]
Patch
This patch looks good to me, lets get jst to look at it too in case he knows what this column was supposed to be for.
Attachment #422130 -
Flags: review?(jst)
Attachment #422130 -
Flags: review?(joshmoz)
Attachment #422130 -
Flags: review+
Comment 19•15 years ago
|
||
Comment on attachment 422130 [details] [diff] [review]
Patch
Yeah, I see no reason to keep this column. The one plugin that I see where we say "No" in the enabled column is for the default plugin, which we're getting rid of completely anyways.
Attachment #422130 -
Flags: review?(jst) → review+
Assignee | ||
Updated•15 years ago
|
Keywords: checkin-needed
Assignee | ||
Updated•15 years ago
|
Keywords: checkin-needed
Assignee | ||
Updated•15 years ago
|
Attachment #422130 -
Flags: ui-review?(faaborg)
Comment 20•15 years ago
|
||
Attachment #422130 -
Flags: ui-review?(faaborg) → ui-review+
Assignee | ||
Updated•15 years ago
|
Keywords: checkin-needed
Updated•15 years ago
|
Summary: About:plugins "Enabled" column should be "Handled" → Remove "Enabled" column from about:plugins
Comment 21•15 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
Target Milestone: --- → mozilla1.9.3a1
Comment 22•15 years ago
|
||
Well since your removing the column, it begs the question of a new bug which why is this a list of installed plugins and not enabled plugins?
You know its funny that the enabled column would actually make sense if we didn't actually hide disabled plugins on an installed plugins page.
Seeing how the top of the page says installed plugins, but in reality its showing users the list of enabled plugins with the exception of the default.
I guess there must have been a bug to change to list from installed to show only enabled. Why? It seems to me that that is the question, because we also just landed a change to the text when disabling all plugins to say no enabled plugins found [to display on this page].
And then this about:plugins page should really say "Enabled Plugins" because its no longer the "Installed Plugins"..
Comment 23•15 years ago
|
||
are yes_label and no_label from plugins.properties still being used anywhere?
Comment 24•15 years ago
|
||
Verified fixed using Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.3a1pre) Gecko/20100204 Minefield/3.7a1pre, Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.3a1pre) Gecko/20100204 Minefield/3.7a1pre and latest Win 7 nightly.
Status: RESOLVED → VERIFIED
Assignee | ||
Comment 25•15 years ago
|
||
(In reply to comment #23)
> are yes_label and no_label from plugins.properties still being used anywhere?
No they aren't. Good catch.
Attachment #425355 -
Flags: review?(joshmoz)
Attachment #425355 -
Flags: review?(joshmoz) → review+
Assignee | ||
Updated•15 years ago
|
Keywords: checkin-needed
Comment 26•15 years ago
|
||
Keywords: checkin-needed
Comment 27•15 years ago
|
||
(In reply to comment #22)
> And then this about:plugins page should really say "Enabled Plugins" because
> its no longer the "Installed Plugins"..
FYI, This was changed in bug 548481 to match since bug 496198 also landed.
Assignee | ||
Comment 28•15 years ago
|
||
We need to update https://developer.mozilla.org/en/Gecko_Plugin_API_Reference%3aPlug-in_Basics as well.
Updated•3 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•