So now I know why y'all thought developing the UI would be a
challenge. :-) This will certainly take more time than I had
initially anticipated. There are a couple of other crinkles I will
have to think about:
1. The frame for the FUNCTION_CALL callback does not include the
current function being called. So I will have to use the
FUNCTION_RETURN callback to complete the picture. This can present
some challenge in keeping an accurate timeline w.r.t the XHR requests
that happened in this function.
2. The event listener will have to be registered on every DOM node. It
will have to be re-registered incase the tree is dynamically altered.
Still, AFAIK there is no guarantee that my event listener will get
triggered *before* those of the web application itself. Again, this
will present a problem from tracking these events from a timeline
perspective.
There could be more but these are the deal-breakers I can think of
now.
Regards,
Manoj