[html5] r6978 - [giow] (1) Allow xmpp: to be used with registerProtocolHandler. Fixing https://w [...]

whatwg at whatwg.org whatwg at whatwg.org
Tue Feb 7 16:28:28 PST 2012


Author: ianh
Date: 2012-02-07 16:28:27 -0800 (Tue, 07 Feb 2012)
New Revision: 6978

Modified:
   complete.html
   index
   source
Log:
[giow] (1) Allow xmpp: to be used with registerProtocolHandler.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=15627
Affected topics: DOM APIs, HTML

Modified: complete.html
===================================================================
--- complete.html	2012-02-08 00:19:59 UTC (rev 6977)
+++ complete.html	2012-02-08 00:28:27 UTC (rev 6978)
@@ -70073,6 +70073,7 @@
      <li><code title="">tel</code></li>
      <li><code title="">urn</code></li>
      <li><code title="">webcal</code></li>
+     <li><code title="">xmpp</code></li>
     </ul><p class=note>This list can be changed. If there are schemes
     that should be added, please send feedback.</p>
 
@@ -98243,6 +98244,7 @@
   Christian Johansen,
   Christian Schmidt,
   Christopher Aillon,
+  Christopher Ferris,
   Chriswa,
   Clark Buehler,
   Cole Robison,

Modified: index
===================================================================
--- index	2012-02-08 00:19:59 UTC (rev 6977)
+++ index	2012-02-08 00:28:27 UTC (rev 6978)
@@ -70073,6 +70073,7 @@
      <li><code title="">tel</code></li>
      <li><code title="">urn</code></li>
      <li><code title="">webcal</code></li>
+     <li><code title="">xmpp</code></li>
     </ul><p class=note>This list can be changed. If there are schemes
     that should be added, please send feedback.</p>
 
@@ -98243,6 +98244,7 @@
   Christian Johansen,
   Christian Schmidt,
   Christopher Aillon,
+  Christopher Ferris,
   Chriswa,
   Clark Buehler,
   Cole Robison,

Modified: source
===================================================================
--- source	2012-02-08 00:19:59 UTC (rev 6977)
+++ source	2012-02-08 00:28:27 UTC (rev 6978)
@@ -81898,6 +81898,7 @@
      <li><code title="">tel</code></li>
      <li><code title="">urn</code></li>
      <li><code title="">webcal</code></li>
+     <li><code title="">xmpp</code></li>
     </ul>
 
     <p class="note">This list can be changed. If there are schemes
@@ -115136,6 +115137,7 @@
   Christian Johansen,
   Christian Schmidt,
   Christopher Aillon,
+  Christopher Ferris,
   Chriswa,
   Clark Buehler,
   Cole Robison,




More information about the Commit-Watchers mailing list