nvda
970abcc3 - Replace nvdaHelperRemote's execInWindow with execInThread, which uses PostThreadMessage rather than PostMessage. This still allows us to execute code in a thread via the message queue (avoiding Gecko E10s issues with SendMessage) but also still fixes #6422 as the message will still be received even if the window is destroied.

Commit
9 years ago
Replace nvdaHelperRemote's execInWindow with execInThread, which uses PostThreadMessage rather than PostMessage. This still allows us to execute code in a thread via the message queue (avoiding Gecko E10s issues with SendMessage) but also still fixes #6422 as the message will still be received even if the window is destroied.
Parents
Loading