[Pkg-javascript-commits] [sockjs-client] 70/350: Merge pull request #174 from sockjs/build-system
tonnerre at ancient-solutions.com
tonnerre at ancient-solutions.com
Fri Aug 5 01:03:43 UTC 2016
This is an automated email from the git hooks/post-receive script.
tonnerre-guest pushed a commit to branch upstream
in repository sockjs-client.
commit 63fff05c14f99c2ff0ad023ad4b4d3c68d67c094
Merge: 3c07610 f98fc76
Author: Bryce Kahle <bkahle at gmail.com>
Date: Fri Jun 6 16:54:38 2014 -0400
Merge pull request #174 from sockjs/build-system
Switch to CommonJS modules and browserify build
.gitignore | 5 +-
.jshintrc | 15 ++
.npmignore | 2 +
.travis.yml | 2 +-
.zuul.yml | 3 +-
Changelog | 19 ++
Makefile | 109 -----------
VERSION-GEN | 17 --
bin/render.coffee | 125 ------------
gulpfile.js | 59 ++++++
lib/abstract-xhr.js | 107 +++++++++++
lib/ajax-based.js | 51 +++++
lib/all.js | 9 -
lib/buffered-sender.js | 71 +++++++
lib/dom.js | 208 --------------------
lib/dom2.js | 198 -------------------
lib/eventemitter.js | 10 +-
lib/facade.js | 26 +++
lib/index.js | 37 ----
lib/info-receiver-fake.js | 24 +++
lib/info-receiver-iframe.js | 47 +++++
lib/info-receiver.js | 53 ++++++
lib/info.js | 124 ------------
lib/json2.min.js | 1 -
lib/reventtarget.js | 6 +
lib/simpleevent.js | 3 +
lib/sockjs.js | 173 ++++++++++++++---
lib/test-hooks.js | 16 --
lib/trans-eventsource.js | 12 ++
lib/trans-htmlfile.js | 13 ++
lib/trans-iframe-eventsource.js | 16 +-
lib/trans-iframe-htmlfile.js | 14 +-
lib/trans-iframe-within.js | 94 ---------
lib/trans-iframe-xhr-polling.js | 17 +-
lib/trans-iframe.js | 19 +-
lib/trans-jsonp-polling.js | 189 +++++++++++++++++-
lib/trans-jsonp-receiver.js | 116 -----------
lib/trans-polling.js | 7 +-
lib/trans-receiver-eventsource.js | 13 +-
lib/trans-receiver-htmlfile.js | 19 +-
lib/trans-receiver-iframe.js | 17 ++
lib/trans-receiver-xhr.js | 12 +-
lib/trans-sender.js | 142 --------------
lib/trans-websocket.js | 16 +-
lib/trans-xdr-polling.js | 24 +++
lib/trans-xdr-streaming.js | 29 +++
lib/trans-xhr-polling.js | 24 +++
lib/trans-xhr-streaming.js | 38 ++++
lib/trans-xhr.js | 94 ---------
lib/utils.js | 318 ++++++++++++++++++++++++++-----
lib/xdr.js | 65 +++++++
lib/xhr-cors.js | 12 ++
lib/xhr-local.js | 16 ++
lib/xhr-polling-iframe.js | 14 ++
package.json | 21 +-
tests/html/lib/alltests.js | 5 +
tests/html/lib/domtests.js | 161 ++++++++++++++++
tests/html/lib/endtoendtests.js | 153 +++++++++++++++
tests/html/lib/tests.js | 329 ++++++++++++++++++++++++++++++++
tests/html/lib/testutils.js | 27 +++
tests/html/lib/unittests.js | 370 ++++++++++++++++++++++++++++++++++++
tests/html/src/domtests.coffee | 134 -------------
tests/html/src/endtoendtests.coffee | 136 -------------
tests/html/src/protocols.coffee | 12 --
tests/html/src/tests.coffee | 350 ----------------------------------
tests/html/src/unittests.coffee | 295 ----------------------------
tests/html/tests-qunit.html | 5 +-
tests/server.js | 16 +-
tests/sockjs_app.js | 3 +-
tests/sockjs_server.js | 10 +-
version | 1 -
71 files changed, 2527 insertions(+), 2371 deletions(-)
--
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