|
View:
New views
5 Messages
—
Rating Filter:
Alert me
|
|
|
Firebug 1.5 for Firefox 3.6 activityDistributorI know you guys are wrapping up 1.5 but i wanted to know if the Net
Panel will be adding support for activityDistributor/ nsIHttpActivityObserver ? I know in Firebug 1.4 (and maybe it was just Firefox 3.5), I am unable to grab the server response data. With Firefox 3.6's addition of the activityDistributor, it's now easy to do this. I'd love to be able to do this natively through the Net Panel listener. Rather than having to build my own observer and somehow patch it into the Net Panel. - gabriel -- You received this message because you are subscribed to the Google Groups "Firebug" group. To post to this group, send email to firebug@.... To unsubscribe from this group, send email to firebug+unsubscribe@.... For more options, visit this group at http://groups.google.com/group/firebug?hl=en. |
|
|
Re: Firebug 1.5 for Firefox 3.6 activityDistributorFirebug 1.5 supports Fiirefox 3.5 (&3.6), so no. Firebug 1.6 work will
begin shortly with features that require Firefox 3.6. jjb On Oct 28, 9:15 am, gmariani <gmariani...@...> wrote: > I know you guys are wrapping up 1.5 but i wanted to know if the Net > Panel will be adding support for activityDistributor/ > nsIHttpActivityObserver ? I know in Firebug 1.4 (and maybe it was just > Firefox 3.5), I am unable to grab the server response data. > > With Firefox 3.6's addition of the activityDistributor, it's now easy > to do this. I'd love to be able to do this natively through the Net > Panel listener. Rather than having to build my own observer and > somehow patch it into the Net Panel. > > - gabriel -- You received this message because you are subscribed to the Google Groups "Firebug" group. To post to this group, send email to firebug@.... To unsubscribe from this group, send email to firebug+unsubscribe@.... For more options, visit this group at http://groups.google.com/group/firebug?hl=en. |
|
|
Re: Firebug 1.5 for Firefox 3.6 activityDistributorFirebug 1.5 actually contains support for activity-observer and
utilizes it mainly to get precise timings for the Net panel timeline (you need to run with Firefox 3.6). See my blog post: http://www.softwareishard.com/blog/firebug/firebug-http-time-monitor/ As far as the network response is concerned, you should be able to get it using the Net panel listeners even in Firefox 3.5. Honza I know you guys are wrapping up 1.5 but i wanted to know if the Net Panel will be adding support for activityDistributor/ nsIHttpActivityObserver ? On Oct 28, 3:55 pm, John J Barton <johnjbar...@...> wrote: > Firebug 1.5 supports Fiirefox 3.5 (&3.6), so no. Firebug 1.6 work will > begin shortly with features that require Firefox 3.6. > jjb > > On Oct 28, 9:15 am, gmariani <gmariani...@...> wrote: > > > I know you guys are wrapping up 1.5 but i wanted to know if the Net > > Panel will be adding support for activityDistributor/ > > nsIHttpActivityObserver ? I know in Firebug 1.4 (and maybe it was just > > Firefox 3.5), I am unable to grab the server response data. > > > With Firefox 3.6's addition of the activityDistributor, it's now easy > > to do this. I'd love to be able to do this natively through the Net > > Panel listener. Rather than having to build my own observer and > > somehow patch it into the Net Panel. > > > - gabriel -- You received this message because you are subscribed to the Google Groups "Firebug" group. To post to this group, send email to firebug@.... To unsubscribe from this group, send email to firebug+unsubscribe@.... For more options, visit this group at http://groups.google.com/group/firebug?hl=en. |
|
|
Re: Firebug 1.5 for Firefox 3.6 activityDistributorI am only able to grab the network response text. Not the binary data,
unless I'm overlooking something. Could you point me in the right direction to look? - Gabriel On Oct 28, 12:23 pm, "Honza (Jan Odvarko)" <odva...@...> wrote: > Firebug 1.5 actually contains support for activity-observer and > utilizes it mainly to get > precise timings for the Net panel timeline (you need to run with > Firefox 3.6). > > See my blog post:http://www.softwareishard.com/blog/firebug/firebug-http-time-monitor/ > > As far as the network response is concerned, you should be able to get > it > using the Net panel listeners even in Firefox 3.5. > > Honza > > I know you guys are wrapping up 1.5 but i wanted to know if the Net > Panel will be adding support for activityDistributor/ > nsIHttpActivityObserver ? > > On Oct 28, 3:55 pm, John J Barton <johnjbar...@...> wrote: > > > > > Firebug 1.5 supports Fiirefox 3.5 (&3.6), so no. Firebug 1.6 work will > > begin shortly with features that require Firefox 3.6. > > jjb > > > On Oct 28, 9:15 am, gmariani <gmariani...@...> wrote: > > > > I know you guys are wrapping up 1.5 but i wanted to know if the Net > > > Panel will be adding support for activityDistributor/ > > > nsIHttpActivityObserver ? I know in Firebug 1.4 (and maybe it was just > > > Firefox 3.5), I am unable to grab the server response data. > > > > With Firefox 3.6's addition of the activityDistributor, it's now easy > > > to do this. I'd love to be able to do this natively through the Net > > > Panel listener. Rather than having to build my own observer and > > > somehow patch it into the Net Panel. > > > > - gabriel -- You received this message because you are subscribed to the Google Groups "Firebug" group. To post to this group, send email to firebug@.... To unsubscribe from this group, send email to firebug+unsubscribe@.... For more options, visit this group at http://groups.google.com/group/firebug?hl=en. |
|
|
Re: Firebug 1.5 for Firefox 3.6 activityDistributorI have put more info here:
http://code.google.com/p/fbug/issues/detail?id=541#c21 Honza On Oct 29, 7:17 pm, gmariani <gmariani...@...> wrote: > I am only able to grab the network response text. Not the binary data, > unless I'm overlooking something. Could you point me in the right > direction to look? > > - Gabriel > > On Oct 28, 12:23 pm, "Honza (Jan Odvarko)" <odva...@...> wrote: > > > Firebug 1.5 actually contains support for activity-observer and > > utilizes it mainly to get > > precise timings for the Net panel timeline (you need to run with > > Firefox 3.6). > > > See my blog post:http://www.softwareishard.com/blog/firebug/firebug-http-time-monitor/ > > > As far as the network response is concerned, you should be able to get > > it > > using the Net panel listeners even in Firefox 3.5. > > > Honza > > > I know you guys are wrapping up 1.5 but i wanted to know if the Net > > Panel will be adding support for activityDistributor/ > > nsIHttpActivityObserver ? > > > On Oct 28, 3:55 pm, John J Barton <johnjbar...@...> wrote: > > > > Firebug 1.5 supports Fiirefox 3.5 (&3.6), so no. Firebug 1.6 work will > > > begin shortly with features that require Firefox 3.6. > > > jjb > > > > On Oct 28, 9:15 am, gmariani <gmariani...@...> wrote: > > > > > I know you guys are wrapping up 1.5 but i wanted to know if the Net > > > > Panel will be adding support for activityDistributor/ > > > > nsIHttpActivityObserver ? I know in Firebug 1.4 (and maybe it was just > > > > Firefox 3.5), I am unable to grab the server response data. > > > > > With Firefox 3.6's addition of the activityDistributor, it's now easy > > > > to do this. I'd love to be able to do this natively through the Net > > > > Panel listener. Rather than having to build my own observer and > > > > somehow patch it into the Net Panel. > > > > > - gabriel -- You received this message because you are subscribed to the Google Groups "Firebug" group. To post to this group, send email to firebug@.... To unsubscribe from this group, send email to firebug+unsubscribe@.... For more options, visit this group at http://groups.google.com/group/firebug?hl=en. |
| Free embeddable forum powered by Nabble | Forum Help |