> visit http://osmf.org/dev/2.0gm/thumbs.html
> Start playing the upper video while watching the Net panel, then move to
another tab.

> After you move back you may notice the video request log to finish
prematurely

> (it won't log the whole video request but just that part when you were on
that FF tab).

Yes, I can reproduce this one. Please create a new issue report for it.


> Another test:
> Type this into console:
> setInterval(function() { var xhr = new XMLHttpRequest();

> xhr.open("GET", "/dev/2.0gm/lib/profiles.js?"+x);

> xhr.send(null); console.log(x); x +=1 ; }, 1000)

>
> After moving back and forth from the tab while this is active, you will
see that

> some x-es are missing from the Net panel while they are present in the
Console tab.

I can't reproduce this one. I don't see any missing XHR in the Net panel.

Does it help if you check "Show BFCache responses" option in the Net panel?

 

Honza





 

From: [email protected] [mailto:[email protected]] On Behalf
Of Darkproger
Sent: Monday, August 27, 2012 9:13 AM
To: [email protected]
Subject: [firebug] Re: Firebug 1.10.2

 

Sure,

visit http://osmf.org/dev/2.0gm/thumbs.html

Start playing the upper video while watching the Net panel, then move to
another tab. After you move back you may notice the video request log to
finish prematurely (it won't log the whole video request but just that part
when you were on that FF tab).

Another test:

Type this into console:

setInterval(function() { var xhr = new XMLHttpRequest(); xhr.open("GET",
"/dev/2.0gm/lib/profiles.js?"+x); xhr.send(null); console.log(x); x +=1 ; },
1000)

After moving back and forth from the tab while this is active, you will see
that some x-es are missing from the Net panel while they are present in the
Console tab.

понедельник, 27 августа 2012 г., 9:58:39 UTC+3 пользователь Jan Honza
Odvarko написал:

On Aug 26, 3:09 pm, Darkproger <[email protected]> wrote: 
> The net panel does not log (at least Flash) requests when the page tab is 
> not active. Is there a way to overcome this? 
What do you mean be "the page tab is not active"? 
Do you have a page I could try on my machine? 
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

-- 
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

Reply via email to