调试Firefox插件的奇遇

Wednesday, July 1st, 2009

今天DM调试Firefox 3.5版本的插件的时候,Firefox弹出提示:
There is good news and bad news. First the good news. Plan B inside Firefox 2 happily runs to completion. All the XPCOM calls succeed, or at least think they succeed. The bad news is that the thing we get back is not a valid HWND.

虽然这句提示有语法错误,不过
这体验做的,太牛了~

Firefox 的 about 协议

Monday, July 14th, 2008

gHacks 总结了下Firefox的about 协议,真是好东西啊:
* about:
* about:blank
* about:bloat
* about:buildconfig
* about:cache
* about:config
* about:crashes (only Firefox 3)
* about:credits
* about:logo
* about kitchensink
* about:license
* about:mozilla
* about:plugins
* about:robots

不过我觉得常用的就是about:config, 去找intl.accept_languages 这一项,修改了之后可以用来检查网站对于多国语言的跳转支持是否正确。