Skip to content

Commit

Permalink
[giow] (1) Make self.close() in a worker not close the ports until af…
Browse files Browse the repository at this point in the history
…ter the worker has ended.

git-svn-id: http://svn.whatwg.org/webapps@5061 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Apr 17, 2010
1 parent 4655532 commit 321f912
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
10 changes: 7 additions & 3 deletions complete.html
Expand Up @@ -66585,9 +66585,6 @@ <h5 id=the-workerglobalscope-abstract-interface><span class=secno>9.2.1.1 </span
<a href=#dom-workerglobalscope-closing title=dom-WorkerGlobalScope-closing>closing</a> flag to
true. (This prevents any further tasks from being queued.)</li>

<li><p>Disentangle all the ports in the list of <a href="#the-worker's-ports">the worker's
ports</a>.</li>

</ol><p>The following are the <a href=#event-handlers>event handlers</a> (and their
corresponding <a href=#event-handler-event-type title="event handler event type">event handler
event types</a>) that must be supported, as IDL attributes, by
Expand Down Expand Up @@ -66979,6 +66976,13 @@ <h4 id=processing-model-3><span class=secno>9.2.5 </span>Processing model</h4>

</li>

<li>

<p>Disentangle all the ports in the list of <a href="#the-worker's-ports">the worker's
ports</a>.</p>

</li>

<!-- v2-onclose
<li>

Expand Down
10 changes: 7 additions & 3 deletions source
Expand Up @@ -74594,9 +74594,6 @@ v2 (well, really v0):
<span title="dom-WorkerGlobalScope-closing">closing</span> flag to
true. (This prevents any further tasks from being queued.)</p></li>

<li><p>Disentangle all the ports in the list of <span>the worker's
ports</span>.</p></li>

</ol>

<p>The following are the <span>event handlers</span> (and their
Expand Down Expand Up @@ -75047,6 +75044,13 @@ interface <dfn>SharedWorkerGlobalScope</dfn> : <span>WorkerGlobalScope</span> {

</li>

<li>

<p>Disentangle all the ports in the list of <span>the worker's
ports</span>.</p>

</li>

<!-- v2-onclose
<li>

Expand Down

0 comments on commit 321f912

Please sign in to comment.