On Oct 1, 2:13 pm, Jichao <[email protected]> wrote:
> If I load new web page, the content of the old web page in net tab
> would all disappear.
> Is there a way to make it persistent over different web page?
Currently no, but agree there should be a way...

It's because of the following code in tabWatcher.js

// xxxHonza, xxxJJB: web application detection. Based on domain check.
var prevDomain = persistedState ? getDomain(persistedState.location) :
null;
var domain = getDomain(location);
if (!persistedState || prevDomain != domain)
    persistedState = null;

If following is commented out, it works.
//if (!persistedState || prevDomain != domain)
//    persistedState = null;


John, do you think we could have a preference that would do this?
Would it be dangerous if users set it and then forgotten it's set?

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 
http://groups.google.com/group/firebug?hl=en.

Reply via email to