[Pkg-javascript-commits] [sockjs-client] 312/434: Forgot to mention xdr-* transports in some html examples.
Tonnerre Lombard
tonnerre-guest at moszumanska.debian.org
Wed Jan 8 00:47:21 UTC 2014
This is an automated email from the git hooks/post-receive script.
tonnerre-guest pushed a commit to branch master
in repository sockjs-client.
commit fafd6493ba4e9319d0a9ceb7ef7269921bf194a4
Author: Marek Majkowski <majek04 at gmail.com>
Date: Mon Jan 16 12:29:53 2012 +0000
Forgot to mention xdr-* transports in some html examples.
---
tests/html/example-cursors.html | 2 ++
tests/html/smoke-reconnect.html | 2 ++
tests/html/smoke-throughput.html | 2 ++
3 files changed, 6 insertions(+)
diff --git a/tests/html/example-cursors.html b/tests/html/example-cursors.html
index 1991f5a..aae79fa 100644
--- a/tests/html/example-cursors.html
+++ b/tests/html/example-cursors.html
@@ -29,9 +29,11 @@
<select id="transport">
<option value="">- any - </option>
<option value="websocket">websocket</option>
+ <option value="xdr-streaming">xdr-streaming</option>
<option value="xhr-streaming">xhr-streaming</option>
<option value="iframe-eventsource">iframe-eventsource</option>
<option value="iframe-htmlfile">iframe-htmlfile</option>
+ <option value="xdr-polling">xdr-polling</option>
<option value="xhr-polling">xhr-polling</option>
<option value="iframe-xhr-polling">iframe-xhr-polling</option>
<option value="jsonp-polling">jsonp-polling</option>
diff --git a/tests/html/smoke-reconnect.html b/tests/html/smoke-reconnect.html
index e6138d6..e5d3f19 100644
--- a/tests/html/smoke-reconnect.html
+++ b/tests/html/smoke-reconnect.html
@@ -16,9 +16,11 @@
<select id="transport">
<option value="">- any - </option>
<option value="websocket">websocket</option>
+ <option value="xdr-streaming">xdr-streaming</option>
<option value="xhr-streaming">xhr-streaming</option>
<option value="iframe-eventsource">iframe-eventsource</option>
<option value="iframe-htmlfile">iframe-htmlfile</option>
+ <option value="xdr-polling">xdr-polling</option>
<option value="xhr-polling">xhr-polling</option>
<option value="iframe-xhr-polling">iframe-xhr-polling</option>
<option value="jsonp-polling">jsonp-polling</option>
diff --git a/tests/html/smoke-throughput.html b/tests/html/smoke-throughput.html
index 7445644..2785d5a 100644
--- a/tests/html/smoke-throughput.html
+++ b/tests/html/smoke-throughput.html
@@ -26,9 +26,11 @@
<select id="transport">
<option value="">- any - </option>
<option value="websocket">websocket</option>
+ <option value="xdr-streaming">xdr-streaming</option>
<option value="xhr-streaming">xhr-streaming</option>
<option value="iframe-eventsource">iframe-eventsource</option>
<option value="iframe-htmlfile">iframe-htmlfile</option>
+ <option value="xdr-polling">xdr-polling</option>
<option value="xhr-polling">xhr-polling</option>
<option value="iframe-xhr-polling">iframe-xhr-polling</option>
<option value="jsonp-polling">jsonp-polling</option>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/sockjs-client.git
More information about the Pkg-javascript-commits
mailing list