9,526
edits
(Created page with 'Extending gecko (the base of FireFox and a bunch of other junk you've not likely heard of) is unpleasant, but can lead to [http://codebutler.com/firesheep amusing results]. Here'...') |
No edit summary |
||
Line 1: | Line 1: | ||
Extending gecko (the base of FireFox and a bunch of other junk you've not likely heard of) is unpleasant, but can lead to [http://codebutler.com/firesheep amusing results]. Here's some lessons learned while implementing the [http://www.thousandeyes.com ThousandEyes] DNS-profiling plugin. | Extending gecko (the base of FireFox and a bunch of other junk you've not likely heard of) is unpleasant, but can lead to [http://codebutler.com/firesheep amusing results]. Here's some lessons learned while implementing the [http://www.thousandeyes.com ThousandEyes] DNS-profiling plugin. | ||
==Addon Manager== | |||
* If addons.mozilla.org is to be used for staging, code must be open source if the addon is to move out of "Experimental" status |