Thanks for your quick reply, Jan! Let's say I'm in a debugging phase and that for the moment I'm okay with hassling the user (just my development team) with the dialogs that escalate privileges in Firefox. Are there calls I can make to do so, or is completely blocked from the regular web scope?
Thanks On Nov 19, 10:03 am, "Honza (Jan Odvarko)" <[email protected]> wrote: > You can't do that from a web page (not without special privileges). > > But if you are an extension you can just set a preference > extensions.firebug.showXMLHttpRequests > > Honza > > On Nov 19, 3:55 pm, Maciek <[email protected]> wrote: > > > > > Hi, > > > I want to do the following: > > > 1) Run some code. > > 2) Turn off Firebug XHR monitoring temporarily. > > 3) Start an XHR request. > > 4) After the XHR request comes back, turn Firebug XHR monitoring back > > on. > > > Is this possible? > > > Thanks -- 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=.
