> How firebug handle changes on page? Is event based or a loop ? Firebug is using Mutation Events: https://developer.mozilla.org/en/DOM_Client_Object_Cross-Reference/DOM_Events
> How I can attach an event on page to fire when content in changed ? Here is related code in Firebug: http://code.google.com/p/fbug/source/browse/branches/firebug1.9/content/firebug/html/htmlPanel.js#1068 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 http://groups.google.com/group/firebug?hl=en.
