Closed
Bug 61442
Opened 25 years ago
Closed 7 years ago
Looks, that method reloadPluglets of PlugletManager doesn't work
Categories
(Core Graveyard :: Java-Implemented Plugins, defect, P3)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: avm, Assigned: blackconnect)
Details
(Whiteboard: suntrak-n6)
How to reproduce:
1. Make 3 pluglets: A, B, C
2. In pluglet B put invokation of method reloadPluglets
3. Put .jar files with pluglets A and B to $PLUGLET
4. Start mozilla and load page with pluglet A - it will be loaded
5. Copy .jar file with pluglet C to $PLUGLET
6. Load page with pluglet B - it will be loaded, and reloadPluglets
should be performed.
7. Load page with pluglet C and note, that it will NOT be loaded
But in reloadPluglets description:
* This method lets the user install a new Pluglet and load it,
* or remove one, without having to restart the browser.
| Assignee | ||
Comment 2•25 years ago
|
||
Here is fix for this bug
--
===================================================================
RCS file: /cvsroot/mozilla/java/plugins/src/PlugletFactory.cpp,v
retrieving revision 1.5
diff -r1.5 PlugletFactory.cpp
184c184
< return 1;
---
> return strlen(mimeType) == n;
--
Integrated into JAVADEV_RTM_20001102
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 3•25 years ago
|
||
Igor,
May be this fix for 61435?
Think, that this bug should be reopened.
| Assignee | ||
Comment 4•25 years ago
|
||
Thank you Alexei.
I am reopening this bug.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 5•25 years ago
|
||
Marking FIXED as per comments in bug 61435
Status: REOPENED → RESOLVED
Closed: 25 years ago → 25 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 6•25 years ago
|
||
This was not fixed yet.
Reopening.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Updated•14 years ago
|
Product: Core → Core Graveyard
Comment 8•7 years ago
|
||
Dead component, closing all bugs in it.
Status: REOPENED → RESOLVED
Closed: 25 years ago → 7 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•