opi99

关于我

开发者信息
名称 opi99
注册时间 July 24, 2008
开发的附加组件数量 0 个附加组件
开发的附加组件平均得分 尚无评分

我所发表的评价

easy Xdebug

评分3星,满分5星

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

这个评论是针对附加组件的一个早期版本的(1.3)。