initContext will be called when shouldCreateContext() returns true. Firebug.URLSelector.shouldCreateContext() returns true when the domain for the URL is one with a previous annotation. So if you have never opened Firebug on a site, the domain will not be annotated and the initContext() will not be called. Simply reloading the page will cause the call.
Alternatively you can set On for all page true in the Firebug Status bar icon context menu. But this really means "all" not "all but gmail" or something similar. jjb On Jul 9, 8:52 am, Rylan <[email protected]> wrote: > It seems to me that initContext never gets called for the first page > surfed to in a new tab, after about:blank. It appears that Firebug is > "reusing" the context, however if initContext never gets called for > that page then NetProgress's requests never get flushed, which means > any NetProgress listeners never get their onRequest callbacks. Is > there someway I can get Firebug not to reuse contexts, I would really > like initContext to be called as every page gets loaded. --~--~---------~--~----~------------~-------~--~----~ 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 http://groups.google.com/group/firebug?hl=en -~----------~----~----~----~------~----~------~--~---
