Hi Mike,

Sorry for the long delay, it was a busy week for me.

2010/2/14 Mike D <[email protected]>:
> Yes, I am using synchronous requests.  One is used to load the
> javascript controller.  Does Firebug Lite prevent the requests
> happening at all?  If it does then I think this is the cause of my
> problem.

Yes, unfortunately, the bug in XHR watcher was preventing
your code for getting the actual responseText. The request is
actually being made, but it is not being "dispatched" to the
XHR watcher, so it acts as if it was never called.


> Chromium seems to work now (the window opens when clicking on the
> bug).  I update to nightly builds so maybe there was a problem in the
> build I was using that day.
>
> On Chrome I cannot see the icons, but on Chromium I can.  Maybe this
> will just need an update to Chrome (which is much slower to update)?

I think so. Can you please update Chrome, and the extension itself,
and see if the error persists?


> Thanks for your response anyway.  Should I wait until you think
> synchronous requests are working?

I fixed all bugs related to the XHR watcher this weekend, but I need
to test if everything is going well, and fix the console.trace() function
bug that was introduced by the latest changes in the code (to prevent
some of the errors, now a new version of Console panel will be used).

I'll try to publish the new version (1.3.0b2) next weekend, but in the
meantime, you can try using the "nightly version" of Firebug Lite,
by using the following URL in your <script> tag:

http://fbug.googlecode.com/svn/lite/branches/firebug1.3/build/firebug.js

Please note that being a "nightly version" it means that this file are
likely to change more frequently, and it may contain other bugs
and/or incomplete features.

regards,

Pedro Simonetti.

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

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