Open Bug 489056 Opened 16 years ago Updated 16 years ago

Loading non-plugin .js file creates null plugin

Categories

(Other Applications :: ChatZilla, defect)

defect
Not set
normal

Tracking

(Not tracked)

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.
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.
You need to log in before you can comment on or make changes to this bug.