Re: Post ::sendMouseEvent on UI thread
Boris Zbarsky <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.dom |
|---|---|
| Message-ID | <[email protected]> |
Max Young wrote: > Is it somehow possible to post the sendMouseEvent() on the ui thread and > return immediately so that the embedded application does not lock the UI > anymore. See <http://developer.mozilla.org/en/docs/nsISupports_proxies>. You probably want PROXY_ASYNC. -Boris