[html5] r4388 - [e] (0) Oops, wrong demo page.
whatwg at whatwg.org
whatwg at whatwg.org
Mon Nov 30 23:22:42 PST 2009
Author: ianh
Date: 2009-11-30 23:22:38 -0800 (Mon, 30 Nov 2009)
New Revision: 4388
Modified:
complete.html
index
source
Log:
[e] (0) Oops, wrong demo page.
Modified: complete.html
===================================================================
--- complete.html 2009-12-01 07:13:27 UTC (rev 4387)
+++ complete.html 2009-12-01 07:22:38 UTC (rev 4388)
@@ -62894,10 +62894,10 @@
<pre><!DOCTYPE HTML>
<html>
<head>
- <title>Worker example: One-core computation</title>
+ <title>Worker example: Multicore computation</title>
</head>
<body>
- <p>The highest prime number discovered so far is: <output id="result"></output></p>
+ <p>Result: <output id="result"></output></p>
<script>
var worker = new Worker('worker.js');
worker.onmessage = function (event) {
@@ -86254,6 +86254,7 @@
Dave Townsend<!-- Mossop on moz irc -->,
David Baron,
David Bloom,
+ David Bruant,
David Carlisle,
David E. Cleary,
David Egan Evans,
Modified: index
===================================================================
--- index 2009-12-01 07:13:27 UTC (rev 4387)
+++ index 2009-12-01 07:22:38 UTC (rev 4388)
@@ -78243,6 +78243,7 @@
Dave Townsend<!-- Mossop on moz irc -->,
David Baron,
David Bloom,
+ David Bruant,
David Carlisle,
David E. Cleary,
David Egan Evans,
Modified: source
===================================================================
--- source 2009-12-01 07:13:27 UTC (rev 4387)
+++ source 2009-12-01 07:22:38 UTC (rev 4388)
@@ -71918,7 +71918,7 @@
<p>The main page is as follows, it just reports the result:</p>
- <pre>EXAMPLE workers/primes/page.html</pre>
+ <pre>EXAMPLE workers/multicore/page.html</pre>
<p>The worker itself is as follows:</p>
@@ -96482,6 +96482,7 @@
Dave Townsend<!-- Mossop on moz irc -->,
David Baron,
David Bloom,
+ David Bruant,
David Carlisle,
David E. Cleary,
David Egan Evans,
More information about the Commit-Watchers
mailing list