Skip to content

Commit

Permalink
[e] (0) Add a hook for perf spec.
Browse files Browse the repository at this point in the history
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=21725
Affected topics: HTML, Workers

git-svn-id: http://svn.whatwg.org/webapps@7890 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jun 3, 2013
1 parent 447b0bd commit 935599c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
5 changes: 4 additions & 1 deletion complete.html
Expand Up @@ -79152,11 +79152,14 @@ <h4 id=processing-model-6><span class=secno>9.2.4 </span>Processing model</h4>
<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
Expand Down
5 changes: 4 additions & 1 deletion index
Expand Up @@ -79152,11 +79152,14 @@ worker.port.postMessage({ foo: 'structured', bar: ['data', 'also', 'possible']})
<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
Expand Down
5 changes: 4 additions & 1 deletion source
Expand Up @@ -88107,11 +88107,14 @@ worker.port.postMessage({ foo: 'structured', bar: ['data', 'also', 'possible']})

<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
Expand Down

0 comments on commit 935599c

Please sign in to comment.