summaryrefslogtreecommitdiff
path: root/js/src/Ice/browser/WSTransceiver.js
Commit message (Collapse)AuthorAge
* Fix bogus check in JavaScript WSTransceiver - Close #587Jose2019-10-15
|
* Copyright header simplicationJose2019-01-19
|
* Remove copyright noticeJose2018-12-18
|
* Fix copyright headerJose2018-12-18
|
* Fix JavaScript errors and warnings report by ESLINTJose2018-04-30
| | | | Close #28
* JavaScript ESLINT no var usage, prefer let and constJose2018-03-27
| | | | https://eslint.org/docs/rules/no-var
* Unused variablesJose2018-03-26
|
* Update copyright year to 2018Jose2018-02-14
|
* JS Ice/binding hang on macOSJose2017-11-07
| | | | Bug ICE-8552
* Update JavaScript testsuite to use async/awaitJose2017-09-29
|
* Another ICE_BIN_DIST build system fixBenoit Foucher2017-09-17
|
* Fixed ICE-7817 - Ice/timeout test failureBenoit Foucher2017-04-18
|
* Remove Chrome workaroudJose2017-02-16
|
* Merge remote-tracking branch 'origin/3.6'Joe George2017-02-13
|\
| * ICE-7506 - Update copyright to 2017Joe George2017-02-13
| |
* | Removed or replaced double underscores in Ice for JavaScriptBernard Normier2016-12-14
| |
* | Merge remote-tracking branch 'origin/3.6'Jose2016-10-11
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: README.md android/build.gradle android/gradle.properties android/gradle/wrapper/gradle-wrapper.properties config/Make.common.rules config/PropertyNames.xml cpp/BuildInstructionsLinux.md cpp/BuildInstructionsOSX.md cpp/BuildInstructionsWinRT.md cpp/BuildInstructionsWindows.md cpp/config/Make.rules cpp/config/Make.rules.mak cpp/include/IceUtil/Config.h cpp/include/Slice/PythonUtil.h cpp/include/Slice/RubyUtil.h cpp/include/Slice/Util.h cpp/src/Ice/DynamicLibrary.cpp cpp/src/Ice/PropertyNames.cpp cpp/src/Ice/PropertyNames.h cpp/src/Ice/winrt/StreamEndpointI.cpp cpp/src/IceGrid/IceGridDB.cpp cpp/src/IceGrid/Util.cpp cpp/src/IceUtil/FileUtil.cpp cpp/src/IceUtil/FileUtil.h cpp/src/Makefile cpp/src/Slice/Util.cpp cpp/src/slice2cs/Gen.cpp cpp/src/slice2freeze/Main.cpp cpp/src/slice2freezej/Main.cpp cpp/src/slice2html/Makefile cpp/src/slice2html/Makefile.mak cpp/src/slice2java/Main.cpp cpp/test/Ice/exceptions/AllTests.cpp cpp/test/Ice/facets/AllTests.cpp cpp/test/Ice/info/AllTests.cpp cpp/test/Ice/location/AllTests.cpp cpp/test/Ice/properties/run.py cpp/test/Ice/timeout/AllTests.cpp cpp/test/IceGrid/noRestartUpdate/AllTests.cpp cpp/test/IceStorm/stress/run.py cpp/test/TestSuite/10.0/Package.appxmanifest cpp/test/TestSuite/10.0/TestSuite.vcxproj cpp/test/TestSuite/10.0/TestSuite.vcxproj.filters cpp/test/TestSuite/10.0/TestSuite_TemporaryKey.pfx cpp/test/TestSuite/8.0/TestSuite.vcxproj cpp/test/TestSuite/8.0/TestSuite_TemporaryKey.pfx csharp/BuildInstructions.md csharp/src/Ice/PropertyNames.cs csharp/src/IceLocatorDiscovery/PluginI.cs java/BuildInstructions.md java/Makefile java/Makefile.mak java/src/Glacier2/src/main/java/Glacier2/Application.java java/src/Glacier2/src/main/java/Glacier2/SessionFactoryHelper.java java/src/Glacier2/src/main/java/Glacier2/SessionHelper.java java/src/Ice/src/main/java/Ice/Object.java java/src/Ice/src/main/java/Ice/ObjectImpl.java java/src/Ice/src/main/java/IceInternal/PropertyNames.java java/src/Ice/src/main/java/IceSSL/Plugin.java java/src/Ice/src/main/java/IceSSL/PluginFactory.java java/src/Ice/src/main/java/IceUtil/Cache.java java/src/IceGridGUI/build.gradle java/src/IceGridGUI/src/main/java/IceGridGUI/SimpleInternalFrame.java java/src/IceGridGUI/src/main/java/IceGridGUI/Utils.java java/test/build.gradle java/test/ejb/README.md js/src/Ice/PropertyNames.js js/src/Ice/browser/TimerUtil.js js/src/Ice/browser/WSTransceiver.js js/test/Common/TestCases.json js/test/Common/Worker.js objective-c/include/objc/Ice/Config.h objective-c/src/Ice/CommunicatorI.mm php/BuildInstructionsLinuxOSX.md php/BuildInstructionsWindows.md php/config/Make.rules.mak.php php/src/php7/IcePHP.rc python/BuildInstructionsLinuxOSX.md python/BuildInstructionsWindows.md python/Makefile python/modules/IcePy/Slice.cpp python/test/Slice/import/run.py ruby/BuildInstructionsLinuxOSX.md ruby/BuildInstructionsWindows.md ruby/config/Make.rules ruby/src/IceRuby/Slice.cpp scripts/TestController.py scripts/TestUtil.py slice/Ice/Communicator.ice slice/Ice/Instrumentation.ice slice/IceLocatorDiscovery/IceLocatorDiscovery.ice
| * Fix for JavaScript write ready callbackJose2016-10-05
| | | | | | | | Do not keep calling the callback if the fd is already closed.
| * ICE-7398 - Browser Ice/throughput hangJose2016-09-30
| |
* | ES6 mapping updatesJose2016-08-19
| |
* | ICE-7082 Simplify JavaScript network tracingJose2016-07-19
| |
* | Refactored SSL and iAP transports, support for running SSL on topBenoit Foucher2016-06-27
|/ | | | of TCP/iAP/Bluetooth.
* WSTransceiver updates:Jose2016-04-01
| | | | | - write callback simplifications - remove workaround for old Firefox bug
* JavaScript close connection issues:Jose2016-03-31
| | | | | | - ICE-7079 timeout overrides failures with chrome windows wss workers - ICE-7080 JavaScript uncaught error in WSTransceiver write
* Update copyright headersJoe George2016-03-01
|
* Fix ICE-6784 - JavaScript throughput improvementJose2015-09-17
|
* JSHint minor fixesJose2015-07-21
| | | | Minor fixes to issues reported by JSHint
* ICE-6472 Added info test to JavaScriptDwayne Boone2015-07-09
|
* Fixed setting of timeout in WSTransceiverBenoit Foucher2015-06-09
|
* Fixed previous commit which was incompleteBenoit Foucher2015-04-28
|
* ICE-6082 No way to discover send/recv buffer sizesDwayne Boone2015-03-05
|
* Fixed ICE-6225 - Added headers attribute to WSConnectionInfoBenoit Foucher2015-02-16
|
* Fixed (ICE-6224) - IceJS browser tests do not run when in the backgroundJose2015-01-14
|
* Updated copyright to 2015Dwayne Boone2015-01-05
|
* Fix for ICE-6204 - timeout test failureBenoit Foucher2014-12-22
|
* Fixed ICE-5607: relaxed Ice.MessageSizeMaxBenoit Foucher2014-11-05
|
* Lint IceJsJoe George2014-10-20
|
* ICE-5732 missing tracing in throughput demoDwayne Boone2014-10-15
|
* Fixed ICE-5535, WSS hang and other minor issuesBenoit Foucher2014-09-24
| | | | | | | | - ICE-5535: added support for parsing TCP/SSL/WS/WSS endpoints even if the transport isn't supported - WSS implementation could hang under Java/C# if the SSL transport read too much data - The opaque endpoint un-marshalling code in Java/C# could raise an EncapsulationException where it should have raised an UnarmshalOutOfBoundsException if the marshalled endpoint was invalid. - Cleaned up JavaScript run methods for tests - Few other minor fixes
* JS module mapping updatesJose2014-09-23
|
* ICE-4891 Refactor network tracingDwayne Boone2014-09-05
|
* Fixed (ICE-5654) - Update JS mapping to not use global types in NodeJSJose2014-09-02
|
* Ice JS WS build fixesJose2014-08-18