Firebug : How to make net tab persistent?

Visto 106 veces
Saltar al primer mensaje no leído

Jichao

no leída,
1 oct 2010, 8:13:141/10/10
a Firebug
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?

PS: I'm using Firebug 1.5.4.

Thanks in advance.

Honza (Jan Odvarko)

no leída,
1 oct 2010, 9:49:141/10/10
a Firebug
On Oct 1, 2:13 pm, Jichao <jcyan...@gmail.com> 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

Jichao

no leída,
1 oct 2010, 22:05:521/10/10
a Firebug
Thanks a lot. It works.

John J Barton

no leída,
1 oct 2010, 23:59:291/10/10
a Firebug
Off line Honza and I agreed to just let the Persist be manual: you
will accumulate net traffic until you press it off.

jjb

Honza (Jan Odvarko)

no leída,
4 oct 2010, 7:37:374/10/10
a Firebug


On Oct 2, 5:59 am, John J Barton <johnjbar...@johnjbarton.com> wrote:
> Off line Honza and I agreed to just let the Persist be manual: you
> will accumulate net traffic until you press it off.
Will be in Firebug 1.7a3
Honza
Responder a todos
Responder al autor
Reenviar
0 mensajes nuevos