Re: E10s: "content driver"
Benjamin Smedberg <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.dom |
|---|---|
| Message-ID | <[email protected]> |
On 10/26/09 10:19 AM, Smaug wrote:
> For async chrome event handlers we need some JS context where they can
> run. That would be the "content driver".
>
> I'm not sure what you mean with "which would have the full use of XPCOM"
I don't think you need a special JS context: it would basically be
Cu.import('resource://app/firefox-events.js') and use that JS context. This
also means we get fastload handling "for free".
--BDS