[html5] r5223 - [e] (0) 404s
whatwg at whatwg.org
whatwg at whatwg.org
Thu Jul 29 16:41:51 PDT 2010
Author: ianh
Date: 2010-07-29 16:41:49 -0700 (Thu, 29 Jul 2010)
New Revision: 5223
Modified:
complete.html
index
source
Log:
[e] (0) 404s
Modified: complete.html
===================================================================
--- complete.html 2010-07-29 21:53:34 UTC (rev 5222)
+++ complete.html 2010-07-29 23:41:49 UTC (rev 5223)
@@ -69211,7 +69211,7 @@
}
</pre>
- <p><a href=http://www.whatwg.org/demos/workers/shared/001.html>View this example online</a>.</p>
+ <p><a href=http://www.whatwg.org/demos/workers/shared/001/test.html>View this example online</a>.</p>
<hr><p>This second example extends the first one by changing two things:
first, messages are received using <code title="">addEventListener()</code> instead of an <a href=#event-handler-idl-attributes title="event
@@ -69248,7 +69248,7 @@
}
</pre>
- <p><a href=http://www.whatwg.org/demos/workers/shared/002.html>View this example online</a>.</p>
+ <p><a href=http://www.whatwg.org/demos/workers/shared/002/test.html>View this example online</a>.</p>
<hr><p>Finally, the example is extended to show how two pages can
connect to the same worker; in this case, the second page is merely
@@ -69300,7 +69300,7 @@
}
</pre>
- <p><a href=http://www.whatwg.org/demos/workers/shared/003.html>View this example online</a>.</p>
+ <p><a href=http://www.whatwg.org/demos/workers/shared/003/test.html>View this example online</a>.</p>
<h5 id=shared-state-using-a-shared-worker><span class=secno>9.1.2.5 </span>Shared state using a shared worker</h5>
@@ -94679,6 +94679,7 @@
Christian Schmidt,
Christopher Aillon,
Chriswa,
+ Clark Buehler,
Cole Robison,
Colin Fine,
Collin Jackson,
Modified: index
===================================================================
--- index 2010-07-29 21:53:34 UTC (rev 5222)
+++ index 2010-07-29 23:41:49 UTC (rev 5223)
@@ -87871,6 +87871,7 @@
Christian Schmidt,
Christopher Aillon,
Chriswa,
+ Clark Buehler,
Cole Robison,
Colin Fine,
Collin Jackson,
Modified: source
===================================================================
--- source 2010-07-29 21:53:34 UTC (rev 5222)
+++ source 2010-07-29 23:41:49 UTC (rev 5223)
@@ -78366,7 +78366,7 @@
<pre>EXAMPLE workers/shared/001/test.js</pre>
- <p><a href="http://www.whatwg.org/demos/workers/shared/001.html">View this example online</a>.</p>
+ <p><a href="http://www.whatwg.org/demos/workers/shared/001/test.html">View this example online</a>.</p>
<hr>
@@ -78386,7 +78386,7 @@
<pre>EXAMPLE workers/shared/002/test.js</pre>
- <p><a href="http://www.whatwg.org/demos/workers/shared/002.html">View this example online</a>.</p>
+ <p><a href="http://www.whatwg.org/demos/workers/shared/002/test.html">View this example online</a>.</p>
<hr>
@@ -78408,7 +78408,7 @@
<pre>EXAMPLE workers/shared/003/test.js</pre>
- <p><a href="http://www.whatwg.org/demos/workers/shared/003.html">View this example online</a>.</p>
+ <p><a href="http://www.whatwg.org/demos/workers/shared/003/test.html">View this example online</a>.</p>
<h5>Shared state using a shared worker</h5>
@@ -108674,6 +108674,7 @@
Christian Schmidt,
Christopher Aillon,
Chriswa,
+ Clark Buehler,
Cole Robison,
Colin Fine,
Collin Jackson,
More information about the Commit-Watchers
mailing list