<div class="gmail_quote">Is there any data (or any way to collect the data) on how much of the web IE and Chrome&#39;s current behavior has broken?  Given that there hasn&#39;t been panic in the streets, I&#39;m assuming approximately 0%?</div>

<div class="gmail_quote"><br></div><div class="gmail_quote">Given that web developers have never had any guarantees for cookie access/setting in terms of network communications and given that (it sounds like) it won&#39;t break the web, maybe we should ditch the idea of locking during cookie access/setting?</div>

<div class="gmail_quote"><br></div><div class="gmail_quote">On Wed, Aug 26, 2009 at 2:42 PM, Drew Wilson <span dir="ltr">&lt;<a href="mailto:atwilson@google.com">atwilson@google.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

We discussed this in more detail here:<div><br></div><div><a href="http://www.mail-archive.com/whatwg@lists.whatwg.org/msg13799.html" target="_blank">http://www.mail-archive.com/whatwg@lists.whatwg.org/msg13799.html</a></div>

<div><br></div>
<div>At the time, I suggested not protecting cookies with a mutex (allow asynchronous access - the current behavior on IE and Chrome), which made the monocles pop out of everyone&#39;s eyes :)</div><div><br></div><div>-atw<div>

<div></div><div class="h5"><br>
<br><div class="gmail_quote">On Wed, Aug 26, 2009 at 2:21 PM, Jens Alfke <span dir="ltr">&lt;<a href="mailto:snej@google.com" target="_blank">snej@google.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">


<div><br>
On Aug 26, 2009, at 2:11 PM, Drew Wilson wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
My recollection is that we prohibit worker access to cookies for exactly this reason (WorkerGlobalScope does not expose a &quot;cookies&quot; attribute).<br>
</blockquote>
<br></div>
Looks like you&#39;re right; section 5 of the Web Workers spec says:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
The DOM APIs (Node objects, Document objects, etc) are not available to workers in this version of this specification.<br>
<br>
</blockquote>
and there&#39;s no defined way to access cookies except through Document. Crisis averted.<br>
<br>
(If the spec does get modified to allow local-storage access from worker threads, though, this same problem will arise, since they use the same lock.)<br><font color="#888888">
<br>
—Jens</font></blockquote></div><br></div></div></div>
</blockquote></div><br>