Closed
Bug 489056
Opened 16 years ago
Closed 7 months ago
Loading non-plugin .js file creates null plugin
Categories
(Other Applications Graveyard :: ChatZilla, defect)
Other Applications Graveyard
ChatZilla
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: matt, Assigned: rginda)
Details
ChatZilla 0.9.84-2009032312 [Firefox 3.6a1pre/20090418030842]
If you make ChatZilla load a .js file which executes some code but doesn't define a plugin, then when you do "/list-plugins" you get:
[INFO] Plugin at index 0, loaded from <file:///usr/home/matt/temp/test.js>.
[INFO] id: <unknown>, version: -1, enabled: always, status: loaded.
[INFO] Description: .
If the properties of the plugin object all still have their default values then it should be discarded rather than being added to the plugins array.
Comment 1•16 years ago
|
||
The script has still been executed, so could still have done (useful) things, and still has a scope; it is perfectly acceptably to have a script just run some code to change things and not be a "normal" plugin. I'd much rather we kept the little plugin data around (including its scope) for debugging purposes.
Updated•7 months ago
|
Status: NEW → RESOLVED
Closed: 7 months ago
Resolution: --- → INCOMPLETE
Updated•7 months ago
|
Product: Other Applications → Other Applications Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•