Arlo Breault
9df66b15b1
Make MODE a class constant
2019-05-16 12:07:06 -04:00
Arlo Breault
2b1852c1a5
Make badge and debug extend ui
...
Permits further ui extension
2019-05-08 11:23:49 -04:00
Arlo Breault
7ce3c83a31
Use some class vars in broker to eliminate globals
2019-05-08 11:23:49 -04:00
Arlo Breault
bd5887a876
Make a WS class to eliminate globals
2019-05-08 11:23:49 -04:00
Arlo Breault
622005c79e
Remove copy/paste signalling
2019-05-08 11:21:56 -04:00
David Fifield
297ae7b1b8
Test ProxyPair with ArrayBuffers, not strings.
2018-12-19 21:30:39 -07:00
David Fifield
3cd8519ec9
Fix the ProxyPair tests exposed by the previous commit.
...
This was mainly a matter of more complete mocking.
2018-12-04 15:09:53 -07:00
David Fifield
fce32bf292
Fix nested Jasmine tests.
...
You can nest a "describe" in a "describe":
describe
describe
it
But you can't nest an "it" in an "it":
describe
it
it
The nested "it"s were not getting run (or getting run, but their output
ignored, I'm not sure).
Before this change:
41 specs, 0 failures
After:
44 specs, 5 failures
2018-12-04 15:09:53 -07:00
David Fifield
261ef8f5bc
Remove duplicate ProxyPair tests from util.spec.coffee.
2018-12-04 15:09:53 -07:00
David Fifield
0c7ddeb1d0
Parse.ipFromSDP function.
2017-10-14 15:06:36 -04:00
Arlo Breault
d1ec51bfb9
Remove unused clientAddr from ProxyPair
2017-01-23 12:34:08 -08:00
Arlo Breault
d567e2312f
Feature detect with Modernizr
...
* A start on #34
2016-04-05 10:30:45 -07:00
Serene Han
490b8b33b7
better checks on receiveOffer ( #11 )
2016-03-15 20:13:39 -07:00
Serene Han
b1e76420bd
per-proxypair Snowflake ID generation instead of just one for the Broker ( #11 )
2016-03-14 22:12:52 -07:00
Serene Han
5e318b6219
prepare for multiplexed snowflake ( #11 )
2016-03-12 22:29:56 -08:00
Serene Han
39be8403a4
provide 'silent' param on snowflake proxy to disable confirmation dialog
2016-03-07 22:58:23 -08:00
Serene Han
d2e61e315c
confirmation dialog on proxy close ( close #23 )
2016-03-02 05:45:27 -08:00
Serene Han
4f18340c16
Complete broker spec cases
2016-02-10 13:05:21 -08:00
Serene Han
bb9eb721e2
Fix jasmine spec for broker async request
2016-02-09 22:36:36 -08:00
Serene Han
548c100160
Begin spec for proxy-side broker interaction
2016-02-08 19:27:28 -08:00
Serene Han
547cb9690a
more jasmine specs for proxypair, ui, and snowflake coffee files
2016-02-07 08:35:01 -08:00
Serene Han
889b3fee98
better ProxyPair jasmine specs, ensure travis using more recent npm
2016-02-05 12:06:37 -08:00