I’m writing a extension that needs to get the browser window handle. The extension will pass the window handle to the native c++ module.
How do I get the browser window handle from the extension’s javascript?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Hopefully this might help a little 🙂
https://developer.mozilla.org/en-US/docs/Code_snippets/Finding_Window_Handles
and maybe this
http://forums.mozillazine.org/viewtopic.php?f=19&t=2449775
Regards,