GK
85a858bc68
merged with master
2014-03-30 17:26:46 -04:00
GK
3bbb714a13
querystring extracted from util.js into own npm module
2014-03-30 17:19:44 -04:00
Tony Kovanen
e303c080a9
Added android as a browser for testing fixed tests accordingly
2014-03-16 14:18:44 +02:00
Tony Kovanen
cfba060d8a
Cleaned up tests by using the blob module
2014-03-09 01:30:41 +02:00
Tony Kovanen
2f470cadd9
Removed parser tests. Parser has it's own tests
2014-03-09 00:52:08 +02:00
Guillermo Rauch
b084823008
Merge pull request #266 from get/parsejson_new
...
ParseJSON and parseURI made into their own modules
2014-03-08 19:40:36 -02:00
rase-
bce783641b
Style
2014-03-08 22:46:41 +02:00
GK
74fb64e122
fixed package.json merge issues
2014-03-06 19:55:08 -05:00
Tony Kovanen
55f10e68b3
Removed the global dependency
2014-03-07 01:44:16 +02:00
Guillermo Rauch
0beb956530
Revert "Make timestamping default for sockets"
...
This reverts commit efc5ff99d1 .
2014-02-20 10:54:51 -08:00
Guillermo Rauch
d91662e39d
Merge pull request #250 from j-salazar/multisockets
...
Force timestamping for sockets
2014-02-20 10:41:57 -08:00
Guillermo Rauch
423f84d820
run browserify without shims
2014-02-20 08:54:35 -08:00
Julian Salazar
efc5ff99d1
Make timestamping default for sockets
2014-02-20 01:21:34 -08:00
Tony Kovanen
43721adf2d
Merged current master
2014-02-19 18:35:05 +02:00
Tony Kovanen
69eb14b7b2
Increased timeout in binary fallback test
2014-02-18 23:54:23 +02:00
Guillermo Rauch
746f4cfa30
Revert "don't override empty opts.port"
...
This reverts commit 1bf90f5aaa .
2014-02-17 14:52:11 -08:00
Julian Salazar
1bf90f5aaa
don't override empty opts.port
2014-02-17 14:38:10 -08:00
Tony Kovanen
33b5e79ca1
Testing for base64 fallback mechanism now run for browsers that don't support binary types
2014-02-16 09:18:32 +02:00
Tony Kovanen
990fbc9158
Better hack for running iPhone tests. New simulators now also run ws tests.
2014-02-16 03:09:59 +02:00
Nick LaGrow
d38c58b772
Add tests for remembering websocket upgrade
...
Add 'rememberUpgrade' section. Tests whether sockets remember the upgrade to
webscoket if and only if the 'rememberUpgrade' flag is set.
2014-02-15 16:38:03 -05:00
Tony Kovanen
e56b740647
Hack to leave ws tests out for old iOS simulators
2014-02-15 22:21:38 +02:00
Tony Kovanen
e43b2eee56
Switched platform for IE10. Windows 2012 tests pass, but for some reason 2008 not
2014-02-15 22:00:10 +02:00
Tony Kovanen
5c8ac8c94a
Adjusting timeouts
2014-02-15 21:34:22 +02:00
Tony Kovanen
62da296101
Fixed running tests
2014-02-15 20:06:24 +02:00
Tony Kovanen
ca9ad8fecd
Ignoring Firefox for now + style
2014-02-15 09:01:16 +02:00
Tony Kovanen
33f7b2fba1
IE and iPhone fixed. Firefox is giving trouble
2014-02-15 08:28:20 +02:00
Tony Kovanen
7cc1b86145
Fixes for iPhone safari
2014-02-11 04:07:52 +02:00
GK
de2c561e45
made parseUri its own node module, change parseUri calls and tests
2014-02-09 12:09:57 -08:00
Tony Kovanen
0bf7f8b301
Reorganizing binary testing on the browser
2014-02-09 19:54:59 +02:00
Guillermo Rauch
fd37233821
test: fixed close flag
2014-02-09 08:51:16 -08:00
Brian Malehorn
ebefd5e33a
fix parseUri('localhost:80'), add ipv6 addresses
2014-02-09 11:06:33 -05:00
Tony Kovanen
4e436fd130
Not running blob tests in browsers that don't support blobs
2014-02-09 01:35:07 +02:00
Tony Kovanen
238ebe6b6d
Moved tests for sending and receiving binary
2014-02-09 01:10:10 +02:00
Tony Kovanen
9e9af935c3
Fixed test that didn't work with HTTPS
2014-02-08 22:06:56 +02:00
Tony Kovanen
1e9fbee95d
Fixed setting responseType for XHR2 in Firefox
2014-02-08 21:05:22 +02:00
Tony Kovanen
1d3fc839d8
Tests for encoding payloads as blobs
2014-02-08 19:15:40 +02:00
Tony Kovanen
0c36e48bbc
Supporting sending of blobs. Not completely done yet.
2014-02-08 02:40:50 +02:00
Tony Kovanen
f59451ee4c
Dummy support for sending blobs
2014-02-04 09:46:36 +02:00
Tony Kovanen
13ff119772
Making encoding work with callbacks. Not completely there yet.
2014-02-04 00:04:30 +02:00
Tony Kovanen
8d6e42f5f3
Failing test for sending blobs
2014-02-03 01:25:32 +02:00
Tony Kovanen
944e3953ab
Nicer feature detection
2014-02-02 19:33:56 +02:00
Tony Kovanen
948c811d92
Cleaning up connection.js tests
2014-02-02 17:10:23 +02:00
Tony Kovanen
1067ae80d3
WebSocket's support for binary is now checked, and base64 is used when there is no binaryType. If WebSocket doesn't support binary, this is communicated to the server through the upgrade packet.
2014-02-02 14:44:02 +02:00
Tony Kovanen
e419a13d04
style
2014-02-01 19:01:46 +02:00
Tony Kovanen
dc4cab5619
Binary support
2014-02-01 01:52:41 +02:00
Roman Shtylman
ad074617c5
fix: build engine.io.js dynamically for webworker test
...
This avoids the problem of testing against a stale engine.io.js file.
2014-01-26 14:38:33 -05:00
Guillermo Rauch
e2a1995aa2
test: disable worker test via feature detection
2014-01-18 11:29:41 -08:00
Guillermo Rauch
62125f1bea
test: added (failing) worker test ( fixes #231 )
2014-01-18 11:23:07 -08:00
Roman Shtylman
6bfd5b3f20
use invalid ip address for incorrect connection test
...
Ensures that a failed connection will fail immediately versus waiting
for some DNS to resolve. Some browsers are very persistent about
resolving DNS names and some ISPs will DNS hijack.
2014-01-15 13:58:41 -05:00
Guillermo Rauch
197e917dc3
test: increase timeouts for network tests
2013-12-31 00:11:16 -03:00