Closed
Bug 79743
Opened 24 years ago
Closed 24 years ago
[XPCDOM] about:plugins is busted - does not show MIME-Type info
Categories
(Core Graveyard :: Plug-ins, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: alexeyc2003, Assigned: jst)
References
()
Details
(Keywords: regression)
OS: Win2K
Build: 2001050904
It seems yesterday's xpcdom landing busted about:plugins
the problem is, if:
var plugin = navigator.plugins[0];
even though "plugin.length" returns 1
plugin[0] doesn't return anything.
| Reporter | ||
Updated•24 years ago
|
Keywords: mozilla0.9.1,
regression
Comment 1•24 years ago
|
||
i see this too 0509 trunk
| Reporter | ||
Comment 2•24 years ago
|
||
This is the corresponding JavaScript Strict warning:
Warning: reference to undefined property plugin[j]
Source File: jar:resource:///chrome/toolkit.jar!/content/global/plugins.html
Line: 116
| Assignee | ||
Comment 3•24 years ago
|
||
Fix checked in.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
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
•