[html5] r7890 - [e] (0) Add a hook for perf spec. Fixing https://www.w3.org/Bugs/Public/show_bug [...]

whatwg at whatwg.org whatwg at whatwg.org
Mon Jun 3 16:36:19 PDT 2013


Author: ianh
Date: 2013-06-03 16:36:17 -0700 (Mon, 03 Jun 2013)
New Revision: 7890

Modified:
   complete.html
   index
   source
Log:
[e] (0) Add a hook for perf spec.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=21725
Affected topics: HTML, Workers

Modified: complete.html
===================================================================
--- complete.html	2013-06-03 23:27:49 UTC (rev 7889)
+++ complete.html	2013-06-03 23:36:17 UTC (rev 7890)
@@ -79152,11 +79152,14 @@
   <code><a href=#document>Document</a></code> <var title="">owner document</var>, an <a href=#origin>origin</a> <var title="">owner origin</var>, and with global scope <var title="">worker global scope</var>, it
   must run the following steps:</p>
 
-  <ol><li>
+  <ol><li id=worker-processing-model-top>
 
     <p>Create a separate parallel execution environment (i.e. a separate thread or process or
     equivalent construct), and run the rest of these steps asynchronously in that context.</p>
 
+    <p>For the purposes of timing APIs, this is the <dfn id=official-moment-of-creation>official moment of creation</dfn> of the
+    worker.</p>
+
    </li>
 
    <li><p>If <var title="">worker global scope</var> is actually a

Modified: index
===================================================================
--- index	2013-06-03 23:27:49 UTC (rev 7889)
+++ index	2013-06-03 23:36:17 UTC (rev 7890)
@@ -79152,11 +79152,14 @@
   <code><a href=#document>Document</a></code> <var title="">owner document</var>, an <a href=#origin>origin</a> <var title="">owner origin</var>, and with global scope <var title="">worker global scope</var>, it
   must run the following steps:</p>
 
-  <ol><li>
+  <ol><li id=worker-processing-model-top>
 
     <p>Create a separate parallel execution environment (i.e. a separate thread or process or
     equivalent construct), and run the rest of these steps asynchronously in that context.</p>
 
+    <p>For the purposes of timing APIs, this is the <dfn id=official-moment-of-creation>official moment of creation</dfn> of the
+    worker.</p>
+
    </li>
 
    <li><p>If <var title="">worker global scope</var> is actually a

Modified: source
===================================================================
--- source	2013-06-03 23:27:49 UTC (rev 7889)
+++ source	2013-06-03 23:36:17 UTC (rev 7890)
@@ -88107,11 +88107,14 @@
 
   <ol>
 
-   <li>
+   <li id="worker-processing-model-top">
 
     <p>Create a separate parallel execution environment (i.e. a separate thread or process or
     equivalent construct), and run the rest of these steps asynchronously in that context.</p>
 
+    <p>For the purposes of timing APIs, this is the <dfn>official moment of creation</dfn> of the
+    worker.</p>
+
    </li>
 
    <li><p>If <var title="">worker global scope</var> is actually a




More information about the Commit-Watchers mailing list