Re: Mutation events replacement

On 7/7/11 6:28 PM, Jonas Sicking wrote:
> In gecko you can for example use the nsIMutationObserver notification
> to implement this.

Maybe you can, and maybe not.  Those fire at "unsafe" times and are 
limited in what you can do from them.  Arbitrary debugging doesn't fit 
the bill.

But yes, in general debuggers can use internal APIs with higher trust in 
the callee as needed.  The question is whether they can work within the 
resulting constraints.....

-Boris

Received on Thursday, 7 July 2011 22:50:54 UTC