[Bug 26957] Allow sending DOM objects to Workers and expose a DOM (or DOM-like) interface to workers

https://www.w3.org/Bugs/Public/show_bug.cgi?id=26957

--- Comment #3 from Boris Zbarsky <bzbarsky@mit.edu> ---
I am saying that the implementations of DOM methods use shared state that is
main-thread only (like string interning tables, for a start).

> I really don't see why that is an impediment to my request as
> there's no memory sharing.

My point is there is assumed memory sharing in the DOM implementation itself. 
And that getting rid of that assumed memory sharing is not a small undertaking.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Thursday, 2 October 2014 21:01:45 UTC