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)

Sun
Solaris
defect

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.
Add Status Whiteboard
Whiteboard: suntrak-n6
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
Igor, May be this fix for 61435? Think, that this bug should be reopened.
Thank you Alexei. I am reopening this bug.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Marking FIXED as per comments in bug 61435
Status: REOPENED → RESOLVED
Closed: 25 years ago25 years ago
Resolution: --- → FIXED
This was not fixed yet. Reopening.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Changing QA contact
QA Contact: geetha.vaidyanaathan → avm
Product: Core → Core Graveyard
Dead component, closing all bugs in it.
Status: REOPENED → RESOLVED
Closed: 25 years ago7 years ago
Resolution: --- → WONTFIX
You need to log in before you can comment on or make changes to this bug.