- From: <bugzilla@jessica.w3.org>
- Date: Thu, 02 Oct 2014 20:30:21 +0000
- To: public-webapps-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=26957 --- Comment #2 from brunoais <brunoaiss@gmail.com> --- I don't get it. Why would DOM methods need to be thread-safe to implement what I'm suggesting? Am I missing something? > At least in Gecko, making it possible to use DOM nodes from multiple threads (yes, distinct DOM nodes) would be a pretty major undertaking. Starting with the fact that we intern things like localnames and namespaces and the interning is not thread-safe, for example. What does that have to do with my suggestion? The only problem you are stating is that DOM methods applied to a DOM node are not thread-safe, if I understood that right. I really don't see why that is an impediment to my request as there's no memory sharing. -- You are receiving this mail because: You are the QA Contact for the bug.
Received on Thursday, 2 October 2014 20:30:22 UTC