I believe that you should be able to use XPCOM from chrome workers.
That's no longer true as of Firefox 8. Additionally, while you could
use XPCOM in earlier versions, trying to use the DOM through XPCOM
would be no more threadsafe than any other way to use the DOM.
/ Jonas