I'm a bit confused on how I need to update my extension to work with Firebug 1.8. My extension (Flashbug) currently supports 1.6/1.7 but doesn't in 1.8. I understand that some globals have been replaced, but if I replace those they will no longer work in 1.6, 1.7 correct? It would be nice if Firebug versions didn't overlap so I could just target a specific version of Firefox and not worry about checking for specific versions of Firebug. I also had a question about HOW i should update my extension. What i mean is, do I need to do a complete overhaul to match the AMD style you guys decided to go with in order for it to work? I know you are supporting some legacy, but should I start migrating to that style yet or wait til 1.9? And if I should wait til 1.9, how do I access some API that's only in a specific module now? The error console has tons of errors but it's only pertaining to Firebug scripts not my extensions so I don't know what I need to update to get it working. My extension makes extensive use of NetMonitor.Utils and only hunting through Firebug itself did I find it was replaced by NetUtils. But do I have to include that module to get it to work or can I still use NetMonitor.Utils? The wiki isn't very clear on this fact or complete so I'm left pretty confused. Any help would be appreciated on which path I need to take to update my extension moving forward. -gabriel
-- You received this message because you are subscribed to the Google Groups "Firebug" group. To view this discussion on the web visit https://groups.google.com/d/msg/firebug/-/-_m0fnZlOwoJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/firebug?hl=en.
