Re: E10s: "content driver"
Blake Kaplan <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.dom |
|---|---|
| Message-ID | <[email protected]> |
Benjamin Smedberg <[email protected]> wrote: > 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". I think that you and smaug are using a different definition of JS context. smaug is talking about a JSContext, you seem to be talking about a JS global object. Once you're in JS, it's mostly invisible (except if you inspect new Error().stack) but the question is: on what context do we run that Cu.import line? -- Blake Kaplan