[html5] r8329 - [e] (0) Allow suspendable workers that aren't protected to get GC'ed. Affected t [...]

whatwg at whatwg.org whatwg at whatwg.org
Tue Dec 3 14:39:19 PST 2013


Author: ianh
Date: 2013-12-03 14:39:17 -0800 (Tue, 03 Dec 2013)
New Revision: 8329

Modified:
   complete.html
   index
   source
Log:
[e] (0) Allow suspendable workers that aren't protected to get GC'ed.
Affected topics: DOM APIs, Workers

Modified: complete.html
===================================================================
--- complete.html	2013-12-03 22:28:56 UTC (rev 8328)
+++ complete.html	2013-12-03 22:39:17 UTC (rev 8329)
@@ -82405,8 +82405,9 @@
 
    <li>
 
+<!--CLEANUP-->
     <p><strong>Closing orphan workers</strong>: Start monitoring the worker such that no sooner than
-    it stops being either a <a href=#protected-worker>protected worker</a> or a <a href=#suspendable-worker>suspendable worker</a>, and
+    it stops being either a <a href=#protected-worker>protected worker</a>, and
     no later than it stops being a <a href=#permissible-worker>permissible worker</a>, <var title="">worker global
     scope</var>'s <a href=#dom-workerglobalscope-closing title=dom-WorkerGlobalScope-closing>closing</a> flag is set to true<!--
     v2-onclose and <span title="queue a task">a task is queued</span> to <span>fire a simple

Modified: index
===================================================================
--- index	2013-12-03 22:28:56 UTC (rev 8328)
+++ index	2013-12-03 22:39:17 UTC (rev 8329)
@@ -82405,8 +82405,9 @@
 
    <li>
 
+<!--CLEANUP-->
     <p><strong>Closing orphan workers</strong>: Start monitoring the worker such that no sooner than
-    it stops being either a <a href=#protected-worker>protected worker</a> or a <a href=#suspendable-worker>suspendable worker</a>, and
+    it stops being either a <a href=#protected-worker>protected worker</a>, and
     no later than it stops being a <a href=#permissible-worker>permissible worker</a>, <var title="">worker global
     scope</var>'s <a href=#dom-workerglobalscope-closing title=dom-WorkerGlobalScope-closing>closing</a> flag is set to true<!--
     v2-onclose and <span title="queue a task">a task is queued</span> to <span>fire a simple

Modified: source
===================================================================
--- source	2013-12-03 22:28:56 UTC (rev 8328)
+++ source	2013-12-03 22:39:17 UTC (rev 8329)
@@ -91630,8 +91630,9 @@
 
    <li>
 
+<!--CLEANUP-->
     <p><strong>Closing orphan workers</strong>: Start monitoring the worker such that no sooner than
-    it stops being either a <span>protected worker</span> or a <span>suspendable worker</span>, and
+    it stops being either a <span>protected worker</span>, and
     no later than it stops being a <span>permissible worker</span>, <var data-x="">worker global
     scope</var>'s <span data-x="dom-WorkerGlobalScope-closing">closing</span> flag is set to true<!--
     v2-onclose and <span data-x="queue a task">a task is queued</span> to <span>fire a simple




More information about the Commit-Watchers mailing list