I am currently trying to write a simple Firefox addon for monitoring http traffic.
I searched around a lot and also found some things, but everything was related to Firefox 3.6 and I do not know how it works in later versions, I think in Firefox 4 something was changed.
https://developer.mozilla.org/en-US/docs/Monitoring_HTTP_activity
Looks good, but I always get, that Components.classes[] is not defined and the Mozilla Addon Builder wont even built the addon with that line.
Does someone know how this works in newer Firefox versions?
Thanks, Simon