Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Firebug 1.10.2
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  10 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Jan Honza Odvarko  
View profile  
 More options Aug 3 2012, 4:06 pm
From: Jan Honza Odvarko <odva...@gmail.com>
Date: Fri, 3 Aug 2012 13:06:59 -0700 (PDT)
Local: Fri, Aug 3 2012 4:06 pm
Subject: Firebug 1.10.2
 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
micstan  
View profile  
 More options Aug 5 2012, 6:52 pm
From: micstan <goo...@micstan.us>
Date: Sun, 5 Aug 2012 15:52:48 -0700 (PDT)
Local: Sun, Aug 5 2012 6:52 pm
Subject: Re: Firebug 1.10.2

Firefox 14.0 did not have access to a file, so upgrade failed.  Hints?
---Stan


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Sebastian Zartner  
View profile  
 More options Aug 6 2012, 4:36 am
From: Sebastian Zartner <sebastianzart...@gmail.com>
Date: Mon, 6 Aug 2012 01:36:05 -0700 (PDT)
Local: Mon, Aug 6 2012 4:36 am
Subject: Re: Firebug 1.10.2

I guess it's a rights problem on your profile.
See http://support.mozilla.org/questions/796981, which might help you.
If not, I suggest you ask the Mozilla people<http://support.mozilla.org/questions/new>and post the backlink here.

Sebastian


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Darkproger  
View profile   Translate to Translated (View Original)
 More options Aug 26 2012, 9:09 am
From: Darkproger <pro...@wilab.org.ua>
Date: Sun, 26 Aug 2012 06:09:13 -0700 (PDT)
Local: Sun, Aug 26 2012 9:09 am
Subject: Re: Firebug 1.10.2

The net panel does not log (at least Flash) requests when the page tab is
not active. Is there a way to overcome this?

пятница, 3 августа 2012 г., 23:06:59 UTC+3 пользователь Jan Honza Odvarko
написал:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jan Honza Odvarko  
View profile   Translate to Translated (View Original)
 More options Aug 27 2012, 2:58 am
From: Jan Honza Odvarko <odva...@gmail.com>
Date: Sun, 26 Aug 2012 23:58:39 -0700 (PDT)
Local: Mon, Aug 27 2012 2:58 am
Subject: Re: Firebug 1.10.2
On Aug 26, 3:09 pm, Darkproger <pro...@wilab.org.ua> 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 must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jan Odvarko  
View profile  
 More options Aug 27 2012, 6:57 am
From: "Jan Odvarko" <odva...@gmail.com>
Date: Mon, 27 Aug 2012 12:57:55 +0200
Local: Mon, Aug 27 2012 6:57 am
Subject: RE: [firebug] Re: Firebug 1.10.2

> 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: firebug@googlegroups.com [mailto:firebug@googlegroups.com] On Behalf
Of Darkproger
Sent: Monday, August 27, 2012 9:13 AM
To: firebug@googlegroups.com
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 <pro...@wilab.org.ua> 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 firebug@googlegroups.com
To unsubscribe from this group, send email to
firebug+unsubscribe@googlegroups.com
For more options, visit this group at
https://groups.google.com/forum/#!forum/firebug


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Sebastian Zartner  
View profile  
 More options Aug 28 2012, 2:53 am
From: Sebastian Zartner <sebastianzart...@gmail.com>
Date: Mon, 27 Aug 2012 23:53:29 -0700 (PDT)
Local: Tues, Aug 28 2012 2:53 am
Subject: Re: [firebug] Re: Firebug 1.10.2

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

The report related to this is issue 5871<http://code.google.com/p/fbug/issues/detail?id=5871>
.

I can reproduce this using FF 14.0.1 + FB 1.10.2 on Win7. Honza, did you
switch to another browser tab and was Firebug deactivated for that page?

Sebastian


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jan Honza Odvarko  
View profile  
 More options Aug 28 2012, 3:03 am
From: Jan Honza Odvarko <odva...@gmail.com>
Date: Tue, 28 Aug 2012 00:03:48 -0700 (PDT)
Local: Tues, Aug 28 2012 3:03 am
Subject: Re: Firebug 1.10.2
On Aug 28, 8:53 am, Sebastian Zartner <sebastianzart...@gmail.com>
wrote:
> I can reproduce this using FF 14.0.1 + FB 1.10.2 on Win7. Honza, did you
> switch to another browser tab and was Firebug deactivated for that page?

I tried both switching to another tab where Firebug is (and isn't)
activated.

If you can reproduce that, please provide detailed baby steps I could
follow.

Thanks
Honza


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Sebastian Zartner  
View profile  
 More options Aug 28 2012, 3:06 am
From: Sebastian Zartner <sebastianzart...@gmail.com>
Date: Tue, 28 Aug 2012 00:06:48 -0700 (PDT)
Local: Tues, Aug 28 2012 3:06 am
Subject: Re: Firebug 1.10.2

> If you can reproduce that, please provide detailed baby steps I could
> follow.

I did that in issue 5871<http://code.google.com/p/fbug/issues/detail?id=5871>
.

Sebastian


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jan Honza Odvarko  
View profile  
 More options Aug 28 2012, 3:08 am
From: Jan Honza Odvarko <odva...@gmail.com>
Date: Tue, 28 Aug 2012 00:08:00 -0700 (PDT)
Subject: Re: Firebug 1.10.2
On Aug 28, 9:06 am, Sebastian Zartner <sebastianzart...@gmail.com>
wrote:
> > If you can reproduce that, please provide detailed baby steps I could
> > follow.

> I did that in issue 5871<http://code.google.com/p/fbug/issues/detail?id=5871>

Great, thanks
Honza

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »