On Thursday, January 19, 2012 3:08:47 PM UTC+1, Sebo wrote: > > I was looking the HelloAMD example and didn't see the example pref >> code in HelloWorld. That looks like exactly what I need. It seems the >> big part I was missing was putting my preferences in a subdomain under >> the extensions.firebug pref domain. (Before I had them under the >> extensions.myExtension domain.) > > You should be able to set a different preference domain via the > initialize() method. Or am I wrong, Honza? > I don't think you can change the pref domain for Firebug. But if the extension want to use prefs from different domains, it should use Options.getPref & setPref API from firebug/lib/options that allow to specify also the domain.
Honza -- You received this message because you are subscribed to the Google Groups "Firebug" group. 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 https://groups.google.com/forum/#!forum/firebug
