JavaScript/HandlingThreads: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(Created page with "In Firefox 4, using nsIThread.dispatch won't work the same way they have in the past. The purpose of this page is to document the design choices we have, so we can get to a decis...")
 
No edit summary
Line 1: Line 1:
In Firefox 4, using nsIThread.dispatch won't work the same way they have in the past. The purpose of this page is to document the design choices we have, so we can get to a decision, late though it may be.
In Firefox 4, JS extensions using nsIThread.dispatch won't work the same way they have in the past. The purpose of this page is to document the design choices we have, so we can get to a decision, late though it may be.
 
# MT Proxies
# ChromeWorkers w/ usable Constructor
# Nothing
# Environment cloning
# structured cloning with WrappedNative handling

Revision as of 22:24, 16 November 2010

In Firefox 4, JS extensions using nsIThread.dispatch won't work the same way they have in the past. The purpose of this page is to document the design choices we have, so we can get to a decision, late though it may be.

  1. MT Proxies
  2. ChromeWorkers w/ usable Constructor
  3. Nothing
  4. Environment cloning
  5. structured cloning with WrappedNative handling