opi99

Informazioni utente

Informazioni sullo sviluppatore
Nome opi99
Utente da Luglio 24, 2008
Numero di componenti aggiuntivi sviluppati 0 componenti aggiuntivi
Media delle valutazioni sui componenti aggiuntivi di questo sviluppatore. Nessun voto

Le mie recensioni

easy Xdebug

Assegnate 3 su 5 stelle

This extension (Version 1.3) doesn't work with FF 3.6 caused by the following:

- you are using 2 different pref keys (extensions.xdebughelper.idekey and extensions.easyxdebug.idekey)

- you are using the false code to get the extension prefManager:
main.js:Line 51
var prefManager = Components.classes["@mozilla.org/preferences-service;1"].getService(Components.interfaces.nsIPrefBranch);

should be:

var prefManager = Components.classes["@mozilla.org/preferences-service;1"].getService(Components.interfaces.nsIPrefService);

Would also be nice that the package will be released for SeaMonkey >= 2.0

Questa recensione riguarda una versione precedente (1.3) del componente aggiuntivo.