I'd like to use Firebug to monitor 'message' events sent between windows and frames using postMessage. Currently I can do monitorEvents(window, 'message'). However when Firebug logs these it doesn't show any properties in the console view - it just shows 'message'. Would it be possible to show the 'origin' and 'data' fields for logged message events by default? This would be similar to the properties shown for mouse and key events.
I'm also looking for an easy way to log events on all subframes within the current window. This could also be useful for events other than 'message', for example for click events in iframes. Does this sound like a feature that would be worth adding into core Firebug (as opposed to an extension?) -- 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 https://groups.google.com/forum/#!forum/firebug
