- From: poot <cvsmail@w3.org>
- Date: Thu, 26 Mar 2009 08:09:11 +0900 (JST)
- To: public-html-diffs@w3.org
Implicitly open the port message queue of dedicated workers. (Before, they would never actually receive messages, oops...) (whatwg r2912) 4.6 Processing model http://people.w3.org/mike/diffs/html5/workers/Overview.1.95.html#processing-model http://people.w3.org/mike/diffs/html5/workers/Overview.diff.html http://dev.w3.org/cvsweb/html5/workers/Overview.html?r1=1.94&r2=1.95&f=h http://html5.org/tools/web-apps-tracker?from=2911&to=2912 =================================================================== RCS file: /sources/public/html5/workers/Overview.html,v retrieving revision 1.94 retrieving revision 1.95 diff -u -d -r1.94 -r1.95 --- Overview.html 25 Mar 2009 00:35:04 -0000 1.94 +++ Overview.html 25 Mar 2009 23:08:42 -0000 1.95 @@ -1325,6 +1325,11 @@ </li> + <li><p>If <var title="">worker global scope</var> is actually a + <code><a href=#dedicatedworkerglobalscope>DedicatedWorkerGlobalScope</a></code> object (i.e. the worker is + a dedicated worker), then open the <span>port message queue</span> + of the worker's implicit port.</li> + <li> <p><i title="">Event loop</i>: Wait until either there is a <span title=concept-task>task</span> in one of the <span>event
Received on Wednesday, 25 March 2009 23:09:47 UTC