Cross-process JS wrappers
Benjamin Smedberg <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.dom |
|---|---|
| Message-ID | <[email protected]> |
In order to support some kinds of extension scripts and make it possible to get Firefox bootstrapped, we're going to have a synchronous wrapper that proxies a JS object across processes. The initial spec for this object is here: https://wiki.mozilla.org/Content_Processes/JPW --BDS