Skip to content

Commit

Permalink
[giow] (1) Allow xmpp: to be used with registerProtocolHandler.
Browse files Browse the repository at this point in the history
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=15627
Affected topics: DOM APIs, HTML

git-svn-id: http://svn.whatwg.org/webapps@6978 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 8, 2012
1 parent 86ef4de commit dd0fb14
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions complete.html
Expand Up @@ -70073,6 +70073,7 @@ <h5 id=custom-handlers><span class=secno>7.5.1.2 </span>Custom scheme and conten
<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>

Expand Down Expand Up @@ -98243,6 +98244,7 @@ <h3 class="no-num">Reflecting IDL attributes</h3>
Christian Johansen,
Christian Schmidt,
Christopher Aillon,
Christopher Ferris,
Chriswa,
Clark Buehler,
Cole Robison,
Expand Down
2 changes: 2 additions & 0 deletions index
Expand Up @@ -70073,6 +70073,7 @@ interface <dfn id=navigatorcontentutils>NavigatorContentUtils</dfn> {
<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>

Expand Down Expand Up @@ -98243,6 +98244,7 @@ if (s = prompt('What is your name?')) {
Christian Johansen,
Christian Schmidt,
Christopher Aillon,
Christopher Ferris,
Chriswa,
Clark Buehler,
Cole Robison,
Expand Down
2 changes: 2 additions & 0 deletions source
Expand Up @@ -81898,6 +81898,7 @@ interface <dfn>NavigatorContentUtils</dfn> {
<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
Expand Down Expand Up @@ -115136,6 +115137,7 @@ if (s = prompt('What is your name?')) {
Christian Johansen,
Christian Schmidt,
Christopher Aillon,
Christopher Ferris,
Chriswa,
Clark Buehler,
Cole Robison,
Expand Down

0 comments on commit dd0fb14

Please sign in to comment.