On Friday, August 16, 2013 8:25:12 AM UTC+2, Dhruva Ray wrote: > > Hi > > Is there any API (or convention) to allow Firebug extension engineers to > specify the min version of Firebug (possibly max version too)? A > declarative way would be ideal with the appropriate error message thrown > within the extension Firebug panel. > There was <require> element available inside install.rdf, but abandoned due to much complexity and impact it would have to AMO. See this thread: https://groups.google.com/forum/#!topic/mozilla.dev.platform/u9QT2ZucV-c
In any case, you can dynamically check the current Firebug version using: Firebug.getVersion() method and adjust the extension UI accordingly. Honza > Please let me know. > > Thanks, > Dhruva Ray > -- You received this message because you are subscribed to the Google Groups "Firebug" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/firebug. To view this discussion on the web visit https://groups.google.com/d/msgid/firebug/76a085e6-cabf-422b-b96e-0378571623cf%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.
