Thanks Honza for sharing the link. We will use the getVersion() method suggested by you.
Regards, Dhruva Ray On Friday, 16 August 2013 17:07:47 UTC+5:30, Jan Honza Odvarko wrote: > > > > 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/32d7c952-ca71-48da-b5e2-d16525ca066e%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.
