I have scenario where my extension Javascript loads a native DLL (also built by me). I would like to know inside the native library that my extension's Javascript is making the calls.
I can figure out that the calling process is firefox, but is there anyway that Firefox forwards me information what extension is calling the native part?