I followed the excellent introduction to getting started with firebug
extensions (Part I - IV) written by Honza. As you may recall my
interest is to develop a utility which collates the network,
javascript and DOM event activity for a page and ultimately produce a
usable display.

To achieve this, i'm trying to figure out how my extension will be
able to listen in on the following:

1. JavaScript function calls/returns
2. Network requests/responses
3. DOM events

Is there a writeup on *how* such existing Firebug functionality can be
re-used?
Any pointers would be appreciated.

In the meantime, I'm overriding the module and panel methods one by
one in an effort to understand when they are being called and the most
appropriate way I can attach / detach my listeners into 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 
http://groups.google.com/group/firebug?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to