Check out my first novel, midnight's simulacra!
Gecko Addons: Difference between revisions
From dankwiki
(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 |
Revision as of 08:10, 3 December 2010
Extending gecko (the base of FireFox and a bunch of other junk you've not likely heard of) is unpleasant, but can lead to amusing results. Here's some lessons learned while implementing the 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